![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I have 2 seperate InitialContexts being resolved to 2 seperate providerURL namespaces...one local through the EJB server running within the WTE at port 950 as specified through the WTE JNDI name server bootstrap startup textbox, and the other InitialContext providerURL set to a remote WAS Advanced 3.5.3. at the usual port 900. I was using AccessBeans first and thought there may have been a bug within them when trying to resolve 2 different providerURLs. But even with a manual lookup I am getting the beans references, but when I try to invoke a method on them this error is thrown.... javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 0 No; nested exception is: Replies: |
Sponsored Links
|