Greetings.
I am using Orion 1.5.2 and Java 1.3.1.

I am trying to send a MapMessage to a MessageDrivenBean.  When the MDB
receives the message, it throws an exception saying the message is in
Write mode(see attached).  Is there an issue with the Orion JMS
functionality and Mapped Messages?

This has me really perplexed....

-Steve

ImportMDB.onMessage: Starting
error reading Message
javax.jms.MessageNotReadableException: In write mode
        at com.evermind._es.getString(Unknown Source)
        at
com.hrnexus.importer.ejb.ImportMDB$ImportHelper.<init>(ImportMDB.java:252)
        at
com.hrnexus.importer.ejb.ImportMDB.onMessage(ImportMDB.java:91)
        at com.evermind._djb.run(Unknown Source)
        at com.evermind._if.run(Unknown Source)

>From ImportMDB

            broker = msg.getString(BROKER_KEY); //Line 252

Reply via email to