Hide Forgot
project_key: SOA In juddi-client, version 3.1.2, file org/apache/juddi/v3/client/mapping/WSDL2UDDI.java, line 323, there is wrong tModelKey 'uddi:uddi-org:types', should be 'uddi:uddi.org:categorization:types'.
Link: Added: This issue is related to SOA-2677
Link: Added: This issue depends SOA-3588
https://issues.apache.org/jira/browse/JUDDI-535
This patch fixes the key reference
Attachment: Added: patch-juddi-535.txt
This was fixed in jUDDI 3.1.3. Fix should be visible in any SOA-P 5.3 ER.
verified in soa-p-5.3.ER2, it's working.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: In the juddi-client's org/apache/juddi/v3/client/mapping/WSDL2UDDI.java file, the wrong tModelKey key type was specified. It was set to 'uddi:uddi-org:types', when it should have been 'uddi:uddi.org:categorization:types'. The name has been corrected so the tModel named uddi-org will now work as expected.
Draft of release note above. What, if anything, was the impact of this bug on end users?