Race condition in UDDIClientContainer.
--------------------------------------
Key: JUDDI-449
URL: https://issues.apache.org/jira/browse/JUDDI-449
Project: jUDDI
Issue Type: Bug
Components: uddi-client
Reporter: Kurt T Stam
Assignee: Kurt T Stam
Fix For: 3.0.5
Review the following changes:
System.setProperty("javax.xml.registry.ConnectionFactoryClass","org.apache.ws.scout.registry.ConnectionFactoryImpl");
manager = new
UDDIClerkManager(uddiClientResourceFile.getAbsolutePath());
+ // addClerkManager must precede manager.start() to avoid a race in
jUDDI, do not change this order.
+ UDDIClientContainer.addClerkManager(manager) ;
manager.start();
- UDDIClientContainer.addClerkManager(manager) ;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.