So, if I have multiple uddi.xml, I have one manager for each one,haven't I?
Date: Fri, 23 Mar 2012 09:55:03 -0400
From: [email protected]
To: [email protected]
Subject: Re: Publishing services
Hi Pepa,
At some point we started supporting having multiple uddi.xml files
on the client side. We therefore started naming the 'managers',
where the name is user defined, "second-manager" in the following
example.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<uddi>
<reloadDelay>5000</reloadDelay>
<manager name="second-manager">
so when you do
UDDIClerkManager manager = new UDDIClerkManager();
it is easy to see which manager you are dealing with.
Cheers,
--Kurt
On 3/22/12 6:53 AM, Pepa Perez wrote:
Hi,
I edit the SimplePublish code to publish my services,but just
before to obtain the tokens and keys, I saw this message in
the console:
ADVERTENCIA: Deprecated, please specify a
manager name
21-mar-2012 12:39:29
org.apache.juddi.v3.client.config.ClientConfig
loadConfiguration
INFO: Reading UDDI Client properties file
file:/C:/Pepa/Documents/workspace/ValidateEmail/target/classes/META-INF/uddi.xml
21-mar-2012 12:39:29
org.apache.juddi.v3.client.config.UDDIClientContainer
getUDDIClerkManager
ADVERTENCIA: Deprecated, please specify a
manager name
21-mar-2012 12:39:40
org.apache.juddi.v3.client.config.UDDIClientContainer
getUDDIClerkManager
Perhaps,do I have to add the new services in
the uddi.xml? Those I've published before than this,may be?
Thanks in advance,
Pepa