I'm trying to use camel-ejb to access a remote EJB and I get this exception:
org.apache.camel.component.bean.MethodNotFoundException: Method with name: helloWorld not found on bean: ejb/myServiceHome. Exchange[Message: [Body is null]] My URI is actually: ejb:ejb/myService?method=helloWorld myServiceHome is the home interface but shouldn't it be getting the myServiceRemote business interface? I'm using camel 2.8.1 and jboss 5.1 client. -- View this message in context: http://camel.465427.n5.nabble.com/camel-ejb-tp5718438.html Sent from the Camel - Users mailing list archive at Nabble.com.
