[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener: NoClassDefFoundErro

2008-01-25 Thread [EMAIL PROTECTED]
Where exactly is the jboss code or configuration in this question? It's your code calling some apache code that's missing a class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123499#4123499 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-10-05 Thread [EMAIL PROTECTED]
It is if the static initialization threw a JAXBException, jc will be null. But that's not a JMS question either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092017#4092017 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread [EMAIL PROTECTED]
What is so difficult to undertand about this: | java.lang.NullPointerException | at com.thalys.localys.frontal.MessageTrainCreator.marshall(Unknown Source) | It's a bug in your code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084372#4084372

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread nicdo77
Hey Adrian, Sorry, yes i know the error is not exactly in my code. But maybe you can still help me, I checked my code of com.thalys.localys.frontal.MessageTrainCreator.marshall , and inside i use jaxb-api.jar ... And one of the librairies i added in JBoss libs was axis-jaxrpc-1.4 . Could this

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread [EMAIL PROTECTED]
nicdo77 wrote : Hey Adrian, | | Sorry, yes i know the error is not exactly in my code. | It's not JBoss code either. anonymous wrote : | But maybe you can still help me, | I checked my code of com.thalys.localys.frontal.MessageTrainCreator.marshall , and inside i use jaxb-api.jar

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread nicdo77
OK thanks for the reply, i will try with the few links you gave me and find the correct forum to solve my problem. I guess your links will help me anyway. Thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084517#4084517 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-13 Thread nicdo77
Pleease? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4083802#4083802 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4083802 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-12 Thread nicdo77
So, no one has any clue? Tell me if you didn't understand anything... :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4083534#4083534 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4083534

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-11 Thread nicdo77
Let me just explain briefly the context of my project. This application is communicating with another app via the WebService i'm talking about. My colleague is developing the other app and generated for me the client code to connect to the WebService, since he is hosting the WS. I don't know

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-11 Thread nicdo77
Just realized my problem could come from an API conflict. I checked my code of com.thalys.localys.frontal.MessageTrainCreator.marshall, and inside i use jaxb-api.jar... And one of the librairies i added was axis-jaxrpc-1.4. Could this be a problem and create my exception??? Thank you in