From: <forums_at_java.net>
Date: Sat, 10 Dec 2011 05:04:42 -0600 (CST)
Hi everyone, i've got some progress here,
i was able to start OWB in glassfish 3.1.2 but now i got other errors.
To run it "sucessfully" i've upgraded glassfish to use weld 1.1.4 and OWB
1.1.2, here is the startup log: http://pastebin.com/KXd40wN3 [1]
as you can see after the app starts it fails to use the entity manager cause
it does not have a unit name, so i gave it a unit name and it fails saying
that i cannot use JTA transaction, here is the stacktrace:
http://pastebin.com/xtCunWPB [2] . Somehow my entity manager is not being
managed by the container when i add OWB to the app, here is additional info: