aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB lookup - regarding Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB lookup - regarding" Watch "EJB lookup - regarding" New topic
Author

EJB lookup - regarding

PNS Subramanian
Ranch Hand

Joined: Jul 13, 2004
Posts: 150
The following is the message i get when i try to perform a JNDI lookup of one of the components in my application.

"Exception caught Exception occured while looking up for one of the Components: RemoteException java.rmi.RemoteException: Message was not sent because transaction is not active. Xid=BEA1-48906A6CB9F3E9D16004(17266273),Status=Rolled back. [Reason=weblogic.transaction.internal.TimedOutException: Transaction timed out after 240 seconds "

Isnt a JNDI lookup operation similar to a read operation ? If so, how do we get a TimeOutException (deadlock like situation) ? The home interface of the remote object is not cached.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: EJB lookup - regarding
 
Similar Threads
JNDI lookup
Just took the IBM J2EE (483) Exam....
System exception on UserTransaction.commit() , followed by RollbackException
JNDI question in JBoss environment
EntityManager question