Hallo Tommy, we now using TomEE+ with IntelliJ IDEA 12.x and JDK 1.7. Yesterday we moved our EJB-Project from Glassfish to TomEE and it works within Intellij without errors :)
1. We do not use the TomEE-Trunk 2. We use TomEE+ 3. We use jdk 1.7 4. We had troube with Hibernate as jpa-Provider and now use eclipselink Are you able to write and deploy simple EJBs within Intellij to TomEE? Or will nothing work? Currently I had not test the exmaples you describe. Sorry. Best Regrads Ingo > Gesendet: Donnerstag, 06. Februar 2014 um 14:02 Uhr > Von: "Tommy Tynjä" <[email protected]> > An: [email protected] > Betreff: Setting up TomEE in IntelliJ IDEA > > Hi all. > > I'm trying to setup the TomEE trunk in IntelliJ IDEA but I'm having a hard > time sorting out the dependencies. I can build the project successfully on > my command line but since IntelliJ does something on its own, it doesn't > seem to resolve the dependencies correctly. I've imported the root pom.xml > in the repository. > > If I try to run a test case in org.apache.openejb.config.rules > (openejb-core) I get a compilation error in e.g. > org.apache.openejb.core.timer.TimerData, where the > org.apache.openejb.quartz imports can't be resolved. > > Do anyone have any ideas on how to resolve this? It would be nice to get > the project to build and test properly from within the IDE. > > I'm running IntelliJ IDEA Ultimate 12.1.6 Build #IU-129.1359 with JRE: > 1.6.0_37 > > Best regards, > Tommy Tynjä >
