UDDIClerkManager will not save the clerk unless it is DEFAULT
-------------------------------------------------------------

                 Key: JUDDI-343
                 URL: https://issues.apache.org/jira/browse/JUDDI-343
             Project: jUDDI
          Issue Type: Bug
    Affects Versions: 3.0
            Reporter: Tom Cunningham
            Assignee: Kurt T Stam
             Fix For: 3.0.1


UDDIClerkManager does a check when saving clerks :

if (Transport.DEFAULT_NODE_NAME.equals(defaultClerk.uddiNode.getName())) {

This means that unless the node is named "default", none of the clerks are 
saved - which makes it impossible to save a ClientSubscriptionInfo because of 
the check there that checks if the fromNode is saved.
                        
This if clause should be rewritten to be if it is the DEFAULT or if some 
"owner" flag is set - which would allow you to have a node per transport for 
your local server.

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