JBoss Community

Re: Use of ServiceInvoker to test an ESB service

created by Brian Fitzpatrick in JBoss ESB Development - View the full discussion

@Jeff - Thanks for pointing out where to grab that file. But even with that file being deployed in the right place, I'm still getting this:

 

{code}

Exception in thread "main" org.jboss.soa.esb.listeners.message.MessageDeliverException: org.apache.ws.scout.transport.TransportException: java.lang.Exception: Cannot locate configuration source META-INF/uddi.xml

    at org.jboss.soa.esb.client.ServiceInvoker.loadServiceClusterInfo(ServiceInvoker.java:545)

    at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:174)

    at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:155)

    at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:197)

    at org.jboss.soa.esb.samples.quickstart.aggregator.test.SendEsbMessage.main(SendEsbMessage.java:70)

Caused by: org.jboss.soa.esb.services.registry.RegistryException: org.apache.ws.scout.transport.TransportException: java.lang.Exception: Cannot locate configuration source META-INF/uddi.xml

    at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findEPRs(JAXRRegistryImpl.java:358)

    at org.jboss.internal.soa.esb.services.registry.InVMRegistryInterceptor.findEPRs(InVMRegistryInterceptor.java:85)

    at org.jboss.soa.esb.services.registry.RegistryFactory$HeadRegistryInterceptor.findEPRs(RegistryFactory.java:229)

    at org.jboss.soa.esb.listeners.RegistryUtil.getEprs(RegistryUtil.java:226)

    at org.jboss.soa.esb.client.ServiceInvoker.loadServiceClusterInfo(ServiceInvoker.java:532)

    ... 4 more

Caused by: javax.xml.registry.JAXRException: org.apache.ws.scout.transport.TransportException: java.lang.Exception: Cannot locate configuration source META-INF/uddi.xml

    at org.apache.ws.scout.registry.BusinessQueryManagerV3Impl.findConcepts(BusinessQueryManagerV3Impl.java:535)

    at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.getJBossESBTModel(JAXRRegistryImpl.java:795)

    at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findEPRs(JAXRRegistryImpl.java:327)

    ... 8 more

{/code}

Reply to this message by going to Community

Start a new discussion in JBoss ESB Development at Community