Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326711 - ConnectorResourceImpl not setting versionID
Summary: ConnectorResourceImpl not setting versionID
Status: RESOLVED FIXED
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2.3   Edit
Assignee: Aidyl Kareh CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-30 16:23 EDT by Aidyl Kareh CLA
Modified: 2010-10-01 10:32 EDT (History)
2 users (show)

See Also:
cbridgha: review+


Attachments
Proposed Patch (1.33 KB, patch)
2010-09-30 16:25 EDT, Aidyl Kareh CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aidyl Kareh CLA 2010-09-30 16:23:36 EDT
Build Identifier: 

The ConnectorResourceImpl class needs to update its setModuleVersionID() and setJ2EEVersionID() methods. The ConnectorResourceImpl.setModuleVersionID() method currently removes the doctype values but is missing the call to the primSetVersionID() method to set the version id. The setJ2EEVersionID() method is missing the scenario where the java version is EE5.

Reproducible: Always
Comment 1 Aidyl Kareh CLA 2010-09-30 16:25:32 EDT
Created attachment 179997 [details]
Proposed Patch

Changes to the ConnectorResourceImpl class.
Comment 2 Chuck Bridgham CLA 2010-10-01 10:19:35 EDT
approved
Comment 3 Jason Sholl CLA 2010-10-01 10:32:37 EDT
code checked into both 32M and HEAD for WTP 3.2.3 and 3.3 respectively.