How do I upgrade an existing enterprise project from Java EE5 to Java EE 6 in Netbeans (6.9)
- 阅读更多 关于 How do I upgrade an existing enterprise project from Java EE5 to Java EE 6 in Netbeans (6.9)
问题 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! 回答1: Apparently it's not that complicated. It worked for me by modifying the following files: <project-folder> /nbproject/project.properties change the following lines: j2ee