JBoss Community

Re: Use of ServiceInvoker to test an ESB service

created by Jeff DeLong in JBoss ESB Development - View the full discussion

The files in esbcontent are for the ESB Service. These other files need to be at the root of the classpath for the ESB aware client. The file you need is in quickstarts/conf/registry/META-INF/uddi.xml. This is picked up by the quickstarts that use an ESB Aware Client. In previous versions of the ESB there was a juddi.properties that was in each quickstart. I forgot to mention it in my earlier post; when it got moved it kind of got lost. Sorry about that So copy /META-INF/uddi.xml from quickstarts/conf/registry to the root of your project (or into src folder, whatever gets in on your run classpath).

 

ESB Aware clients are a pain because of all the files and jars that need to be on the classpath. This is one reason why I switched to using web service clients to test services (and another reason to expose services as web services).

Reply to this message by going to Community

Start a new discussion in JBoss ESB Development at Community