Hello

I've got this problem with jbossmq/MessageDrivenBean that I can't figure
out: I created, packaged and deployed my messageDrivenBean successfully. I
also remembered to create my Queue into jbossmq.xml. As I tried to test
the MDB with a test client and sent a message to the queue the MDB is
listening, I got this errormessage:
[JBossMQ] javax.jms.JMSException: PARSER ERROR: syntax error
[JBossMQ]       at org.jbossmq.selectors.Selector.<init>(Selector.java:40)
[JBossMQ]       at org.jbossmq.Subscription.accepts(Subscription.java:51)
[JBossMQ]       at
org.jbossmq.server.ClientConsumer.scanExclusiveQueue(ClientCo
nsumer.java:389)
[JBossMQ]       at
org.jbossmq.server.ExclusiveQueue.run(ExclusiveQueue.java:52)

[JBossMQ]       at org.jbossmq.server.JMSServer.run(JMSServer.java:154)
[JBossMQ]       at java.lang.Thread.run(Unknown Source)


What is this parser that the message is referencing to and what could
cause such error? Has anyone seen this problem before? 

I tried to see if jndiView-program can "see" the MDB and it didn't. Should
it be "seen"?

Cheers.

Timo Kauppinen


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to