On 08/01/2008, Carsten Krebs <[EMAIL PROTECTED]> wrote: > > I tried it with the last camel version from the trunk... > but now I'm getting the following exception: > > Exception in thread "main" java.lang.reflect.UndeclaredThrowableException > at $Proxy23.say(Unknown Source) > ... > Caused by: java.lang.reflect.InvocationTargetException > at > org.apache.camel.component.bean.CamelInvocationHandler.invoke(CamelInvocationHandler.java:50) > ... 3 more > Caused by: java.util.concurrent.TimeoutException > at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:228) > at java.util.concurrent.FutureTask.get(FutureTask.java:91) > at > org.apache.camel.component.jms.JmsProducer.process(JmsProducer.java:99) > at > org.apache.camel.component.bean.CamelInvocationHandler.invoke(CamelInvocationHandler.java:47) > ... 3 more > > I used the spring configs posted earlier and just replaced the camel-jars. > Do I need to change anything else?
It looks like there's a timeout there; I wonder is the server side running? -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
