[jboss-user] [JBoss Messaging Users] - Re: Nullpointer while creating a remote JMS Session
Indeed, but it only mentions non-JBoss clients. It reads: "In order to access JBoss Messaging from a client outside the JBoss app server, you will need to ensure the following jar files are on the client classpath" Since I was deploying on JBoss I expected everything was already on the classpath. As result, I guess my issue was caused by classloading scoping? Thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258927#4258927 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258927 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging Users] - Re: Nullpointer while creating a remote JMS Session
IIRC, the user manual chapter 4 explains exactly what jars you need on the classpath, and in what order. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258855#4258855 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258855 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging Users] - Re: Nullpointer while creating a remote JMS Session
I finally found the solution for my problem. I had to put the javassist.jar and jboss-aop-jdk50.jar in my WEB-INF/lib folder to make it work. This was a lot of trial and error going on here, so I would be delighted if somebody could explain why this happened to be the (a) solution. Also why is this not documented, because I use the refdocs on a clean JBoss AS. Just to understand what's going on. Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258676#4258676 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258676 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging Users] - Re: Nullpointer while creating a remote JMS Session
FYI: The update to JBM 1.4.5 had no effect. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258641#4258641 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258641 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging Users] - Re: Nullpointer while creating a remote JMS Session
I've managed to reproduce this error on a windows environment, but only when the 2 JBoss processes are remote. Since you need to patch JBoss Remoting to get JBM working I guess my issue might be related to just that! As a result, I wonder how and where I need to provide this patch. Currently I've added the jboss-remoting (2.2.3) to the WEB-INF/lib but that doesn't seem to work. Can somebody please provide more details about this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258637#4258637 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258637 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user