Has anybody used these two successfully to send JMS messages? Other
combinations of Orion (1.4.5) and Tomcat (3.2.1) work fine, but this
particular combination throws an IllegalAccessError when one Orion class
calls another Orion class (to send a JMS message):

java.lang.IllegalAccessError: try to access field
com.evermind.server.jms.EvermindQueueConnection._pwb from class
com.evermind._eeb
        at com.evermind._eeb.send(Unknown Source)
        at com.evermind._eeb.send(Unknown Source)
        at com.evermind._eeb.send(Unknown Source)
        at com.xxx...

Using Mocha I can see that the field _pwd is a "static int", so it can only
be accessed from classes/subclasses within the same package.
com.evermind._eeb is not in the same package so it isn't allowed access! I
cannot explain why I am able to get this same version of Orion working in
other situations given that the above access violation seems unavoidable.
BTW I have put orion.jar, jaas.jar and ejb.jar into my web-app's WEB-INF/lib
directory.

Thanks for any ideas,

Dan
[EMAIL PROTECTED]


_________________________________________________________________________

Alison Associates

The information contained in this e-mail and any attached files is intended only for 
the use of the person(s) to whom it is addressed and may be privileged, confidential 
and exempt from disclosure under applicable law. The views of the author may not 
necessarily reflect the views of the Company. If you are not the intended recipient 
please do not copy or convey this message or any attached files to any other person 
but delete this message and any attached files and notify us of incorrect receipt via 
e-mail to [EMAIL PROTECTED] 

_____________________________________________________________________
This message has been checked for all known viruses by MessageLabs.

Reply via email to