Some code calls an findByPrimaryKey method of an entity EJB. The entity throws an ObjectNotFoundException. In WebLogic 5.10, the exception the code receives is the thrown ObjectNotFoundException. In Orion 1.5.2 the exception is a RemoteException (com.evermind.server.rmi.OrionRemoteException) with the message "Transaction was rolled back: " + <thrown ObjectNotFoundException>.toString() and nested within it is the thrown ObjectNotFoundException. It looks like to me that there is an implementation error in the EJB container of Orion. Is it true or am I doing or expecting wrongly? If the behavior may vary like that, the code would have to be quite big so that it could work in any J2EE server.
[]'s, Rodrigo. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
