[jboss-user] [JBoss Messaging] - Re: Exception by getting a reference to the ConnectionFactor

2006-12-28 Thread vvd
once I changed the order of jboss-messaging-client.jar in the classpath, it cleared the issue. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996702#3996702 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996702

[jboss-user] [JBoss Messaging] - Re: Exception by getting a reference to the ConnectionFactor

2006-12-22 Thread vvd
were you able to resolve the error received below, I also getting similar error. java.lang.RuntimeException: Failed to config client side AOP at org.jboss.jms.client.JBossConnectionFactory.ensureAOPConfigLoaded(JBossConnectionFactory.java:251) at

[jboss-user] [JBoss Messaging] - Re: Exception by getting a reference to the ConnectionFactor

2006-12-22 Thread [EMAIL PROTECTED]
Looks like Remoting incompatiblity to me. Have you included the right jboss-messaging-client.jar in your classpath? The jboss-remoting.jar in the messaging class loading domain on the server-side and jboss-remoting.jar included with jboss-messaging-client.jar must be the same. View the

[jboss-user] [JBoss Messaging] - Re: Exception by getting a reference to the ConnectionFactor

2006-12-07 Thread BjoernWilken
Hey Tim! The Client is a Program running from Exclipse, that means a stand alone Client. You are right, i didn't include the jboss-messaging-client.jar. Now i have included the jboss-messaging-client.jar. But I got a new Exception: java.lang.RuntimeException: Failed to config client side AOP

[jboss-user] [JBoss Messaging] - Re: Exception by getting a reference to the ConnectionFactor

2006-12-06 Thread timfox
Hi Bjorn- Is the client a standalone client? If so, have you included jboss-messaging-client.jar in the classpath? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991633#3991633 Reply to the post :