[jboss-user] [JBoss jBPM] - Recursive process call

2009-06-16 Thread Tar_Szator
Hi I have following problem. I build a webservice wich sends a JMS Message to ESB an then the ESB starts the Process. Now the Process gather information. In the end the process sends a JMS Message back to the Webservice with the result. Now the Webservice responce the result to the sender. Wh

[jboss-user] [JBossMQ] - Re: JBossConnectionFactory

2009-06-08 Thread Tar_Szator
I did not know if I have MQ or Messaging till I posted this thread. I solved the problem. The reason for the error was a wrong version of the jboss-j2ee.jar in my library. Especally the ConnectionFactory Interface in it. So I changed it with the jboss-j2ee.jar of the current jboss-j2ee.jar of the

[jboss-user] [JBossMQ] - JBossConnectionFactory

2009-06-07 Thread Tar_Szator
Hallo I try to request a ESB Service via JMS from a JBossWS. The Queue is created. The Line which caused the error is ConnectionFactory qcf = (ConnectionFactory) ctx.lookup( "ConnectionFactory" ); After looking in JNDIView I got to know that lookup gives a JBossConnectionFactory. Unfortunately th