[jboss-user] [JBoss Messaging] - Re: ClassCastException using same jar file

2009-05-11 Thread zradick
Sorry about the cross-post, but I thought I would ask if anyone who has used the approach Clebert suggested here as a work-around has had troubles with it... The related thread is here: http://www.jboss.org/index.html?module=bbop=viewtopicp=4230225 View the original post :

[jboss-user] [JBoss Messaging] - Re: ClassCastException using same jar file

2008-10-29 Thread pasalic.zaharije
No, we read JBMESSAGING-1386 and swirtched to queue just for be sure, but without results. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185401#4185401 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185401

[jboss-user] [JBoss Messaging] - Re: ClassCastException using same jar file

2008-10-29 Thread [EMAIL PROTECTED]
You are using Messageconsumer inside the Container. i.e. you are spawning threads inside a WebContainer and you're not supposed to do that. Because of what you're doing you don't have the Thread.contextClassLoader set when onmessage is being called. To validate what I am saying, you could try

[jboss-user] [JBoss Messaging] - Re: ClassCastException using same jar file

2008-10-28 Thread pasalic.zaharije
Yes. I partialy solve this by seting UseJBossWebLoader to true. But, this introduce some die effects with our custom log configuration (Console looping problem ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185151#4185151 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: ClassCastException using same jar file

2008-10-28 Thread [EMAIL PROTECTED]
Are you using topics? https://jira.jboss.org/jira/browse/JBMESSAGING-1386 https://jira.jboss.org/jira/browse/JBMESSAGING-1277 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185171#4185171 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: ClassCastException using same jar file

2008-10-27 Thread pasalic.zaharije
Little more info: I can reproduce this on JBoss 4.2.2 and JBoss Messaging 1.3.0 and also on latest JBoss Messaging 1.4.0 SP3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184976#4184976 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: ClassCastException using same jar file

2008-10-27 Thread gaohoward
Did you give your PublishBaseCommand class a serialVersionUID? It may cause class cast problem if not. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184990#4184990 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184990