Hello, Someone has an example the how publish and find services into juddi using jboss5.1 + jbossesb 4.9? I think the example from juddi site is more to tomcat, because in jboss+esb there's some configuration juddi files(eg. esb.juddi.client.xml - jbossesb.sar) in differents locations in relation the tomcat(eg. uddi.xml - META-INF from .war file )...
I followed this tutorial: http://apachejuddi.blogspot.com/2009/11/uddi-annotations-how-do-i-self-register.html But I think it didn't work, I didn't see anything new in juddi tables... There's a uddi.xml file with: <proxyTransport>org.apache.juddi.v3.client.transport.InVMTransport</proxyTransport> I read in forum that I have to use(for jbossesb): <proxyTransport>org.jboss.internal.soa.esb.registry.client.JuddiRMITransport</proxyTransport> I change the proxy as above, but I can't find the jar to include in classpath...
