As a newbie to Enterprise Applications I'm trying to get it done.

I developed an Enterprise application in Netbeans 7.1.2. It runs
successfully using the default Glassfish server. With the need to change the
server, I downloaded and installed Tomee+ server, and made some changes to
make Tomee Manager Interface work on my system. I deployed the .ear file
(Glassfish server output) into Tomee+ by placing it in the Tomee webapps
folder, with the server in the running state. It gets automatically deployed
and appears in the Tomcat Web Application Manager interface.

Then, by providing the suitable path in the address bar, like
http://localhost:8080/app-war/faces/app.xhtml, it provides the frontend
screen but the backend process is not working if I click the submit button.
Instead, it simply provides a status page, like HTTP Status 500 -
javax.el.ELException: javax.ejb.EJBTransactionRolledbackException:
Transaction was rolled back, presumably because setRollbackOnly was called
during a synchronization.

My question is: what went wrong with the steps I took for deploying it in
Tomee+ server?



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Steps-to-execute-ear-file-from-Glassfish-server-into-Tomee-server-tp4657915.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to