The project has an EJB module & a web module. Changing the server is easy, but I'd like to switch to EJB 3.1 also but I believe I need to change all kind of configuration files since I can't do it from the project properties window(s).
Any tips or links do useful documentation will be greatly appreciated.
Thank you!
Apparently it's not that complicated. It worked for me by modifying the following files:
<project-folder>
/nbproject/project.properties change the following lines:to
Repeat the same for:
<project-name>
/<project-name>
-ejb/nbproject/project.properties<project-name>
/<project-name>
-war/nbproject/project.propertiesIn ejb-jar.xml change the line:
to
Next, find
persistence.xml
and change this line:to