Netbeans Users

2014-05-20 Thread Andy Gumbrecht
Hi Everyone, I am chatting with some of the Netbeans team in regards to how their IDE fits into the TomEE picture. I have used Netbeans in the past and think it is a great tool, but for the last few years it's been Intellij-IDEA on my desk. I'd like to get your feedback on who is using

Re: Netbeans Users

2014-05-20 Thread Markus F. Frisch
Hi, I'm using Netbeans for all my maven projects. We develop software that runs on JBoss EAP 6.x developing with NB and JBoss is a pain because you need a full package deploy cycle every time you change an XHTML file. GlassFish was problematic too because we rely heavily on hibernate envers

Re: Applicationcomposer and Eclipselink

2014-05-20 Thread Romain Manni-Bucau
Hi linked to https://issues.apache.org/jira/browse/TOMEE-1217 BTW if you run your test with surefire and not failsafe it will work then Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github:

Re: Netbeans Users

2014-05-20 Thread Howard W. Smith, Jr.
Andy, I used NetBeans to develop my first Java EE 6 (JSF web) application. Initially, I used Glassfish 3.1.x, and then migrated to TomEE 1.5.1-snapshot, and have been using TomEE 1.x ever since. I usually just build WAR file and drop the WAR file from NetBeans 'dist' folder into tomee/webapps

tomee maven plugin - adding jdbc driver dependency

2014-05-20 Thread Dhana kumar
Hi Team, I have tomee maven plugin configured with tomee.xml in src/main/tomee/conf. I have defined data source in this xml and plugin not loading the jdbc driver class. I have added dependencies under the plugin with derbyclient jar. but still the same error ,

Re: Netbeans Users

2014-05-20 Thread hwaastad
Hi, I'm using Netbeans (8) aswell. Developing web apps and businesscomponents in wars and ears. Maven by default. I seldom use tomee directly from Netbeans but rather use tomee-maven-plugin and just attach debugger when needed. br hw -- View this message in context:

Re: Applicationcomposer and Eclipselink

2014-05-20 Thread Romain Manni-Bucau
yes it will be here while TOMEE-1217 will not be committed. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-20 12:36 GMT+02:00 hwaastad he...@waastad.org: Hi,

Re: tomee maven plugin - adding jdbc driver dependency

2014-05-20 Thread Romain Manni-Bucau
Hi add it this way (I'll use g:a:v for groupId, artifactId, version): libslibg:a:v/lib/libs instead of adding a dependency which is used for tomee runner and not tomee itself Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn:

Re: Port in Arquillian adapter

2014-05-20 Thread Alex Soto
After talking with Aslak I have implemented a clean way to retrieve the port from client part to container using Command class. Tomorrow I upload the project and I send you back the link so you Can see it. El dilluns, 19 maig de 2014, Romain Manni-Bucau rmannibu...@gmail.com va escriure: you

Re: Port in Arquillian adapter

2014-05-20 Thread Romain Manni-Bucau
great! thks Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-20 13:01 GMT+02:00 Alex Soto asot...@gmail.com: After talking with Aslak I have implemented a clean way

Re: Tomcat Tuning without access

2014-05-20 Thread Alex Wede
otherwise just do a war overlay of tomee-webapp. First thanks for your answer. But I do not know exactly what a war overlay is. You posted a year ago a similiar answer. Does it mean, that I must copy the libs that I will find in tomee-webapp into myapp/lib and edit my web.xml. Thank you for

Re: Tomcat Tuning without access

2014-05-20 Thread Romain Manni-Bucau
globally yes, add tomee-webapp as a war dependency to your own war and merge both web.xml Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-20 21:06 GMT+02:00 Alex