[ 
https://issues.apache.org/jira/browse/JUDDI-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973271#action_12973271
 ] 

Kurt T Stam commented on JUDDI-449:
-----------------------------------

Issue first reported by JBESB: http://issues.jboss.org/browse/JBESB-3549

> 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.

Reply via email to