Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326711

Summary: ConnectorResourceImpl not setting versionID
Product: [WebTools] WTP Java EE Tools Reporter: Aidyl Kareh <amkareh>
Component: jst.j2eeAssignee: Aidyl Kareh <amkareh>
Status: RESOLVED FIXED QA Contact: Chuck Bridgham <cbridgha>
Severity: normal    
Priority: P3 CC: amkareh, jsholl
Version: unspecifiedFlags: cbridgha: review+
Target Milestone: 3.2.3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed Patch none

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.