Community
Participate
Working Groups
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
Created attachment 179997 [details] Proposed Patch Changes to the ConnectorResourceImpl class.
approved
code checked into both 32M and HEAD for WTP 3.2.3 and 3.3 respectively.