Hello, I am currently trying to run the "Resource Management System", a J2EE sample application from Sun (http://developer.java.sun.com/developer/technicalArticles/J2EE/rms) on Jonas 2.0/Tomcat 3.0/Linux. This application is originally designed for BEA weblogic/Tomcat but the authors say it should be possible to deploy it on other servers. It contains JSP pages, a few static HTML pages and 3 EJBs (1 session bean and 2 entity beans) Thus, I created XML deployment descriptors (by adapting the weblogic given deployment descriptors) and deployed the beans on the Jonas EJBServer. Indeed, it started to work quite well. The application creates a session bean, everything is all-right. Unfortunately, when it comes to create an entity bean I have the following output from the Jonas server : Proposal Test being created setEntityContext (1897383384, PK = nullctx) -> OK System Exception in create or finder method:java.lang.IllegalStateException Lookup fails for Proposal java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: javax.transaction.TransactionRolledbackException: System exception in business method doPostInvoke: Rolling back transaction This "IllegalStateException" is very strange for me... Do you have an idea of where it can come from ?? It seems it happens when the implementation of the home of the bean calls the method ejbCreate. But what does this exception mean ? Where should I investigate to try to solve the problem ? Any thoughts ? Thanks in advance, Olivier Roos debis IT Services Polska ul. Olawska 2, 50-123 Wroclaw, Poland tel: +48(0)71 343 88 81 fax: +48(0)71 372 57 65 ---- 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".
