A program that was working with no problems has begun to give a new
error. We use Jonas 1.6.1.

As far as I know, the only change has been to switch jndi.jar,
providerutil.jar, rmiregistry.jar from version 1.1 (date july 1999) to
version 1.2 (october 1999)

Before, the call ctx.lookup("javax.transaction.UserTransaction")
returned a javax.transaction.UserTransaction. Now, it returns a
javax.naming.Reference, thus giving a ClassCastException when we try to
cast it (no matter if directly or via PortableRemoteObject) to a
UserTransaction.

Do you know of any workaround for that problem?



----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to