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

Bug 326713

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, ccc, jsholl
Version: unspecifiedFlags: cbridgha: review+
Target Milestone: 3.2.2 P   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed Patch ccc: iplog+

Description Aidyl Kareh CLA 2010-09-30 16:28:24 EDT
Build Identifier: WTP 3.2.2

This bug is to get the fix into WTP 3.2.2 patches

+++ This bug was initially created as a clone of Bug #326711 +++

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:30:16 EDT
Created attachment 179998 [details]
Proposed Patch

Same patch as bug 326711.

Changes to the ConnectorResourceImpl class.
Comment 2 Chuck Bridgham CLA 2010-10-01 10:18:47 EDT
approved
Comment 3 Carl Anderson CLA 2010-10-09 08:28:37 EDT
Committed to R3_2_2_patches