Re: Tomee Maven plugin

2012-07-03 Thread zeeman
I could not debug, I imported the tomee maven plugin project into Eclipse. But it had errors. I never worked with Maven plugins. -- View this message in context: http://openejb.979440.n4.nabble.com/Tomee-Maven-plugin-tp4655953p4655999.html Sent from the OpenEJB User mailing list archive at Nabb

Re: Tomee Maven plugin

2012-07-03 Thread Romain Manni-Bucau
i'd say a typo can you debug in AbstractTomEEMojo line 320? - Romain 2012/7/4 zeeman > So why do I get error I posted before? > > I don't have the project war packaged, I set skipCurrentProject to true. Am > I missing something? I posted my Tomee maven plugin settings. Thanks! > > -- > View t

Re: Tomee Maven plugin

2012-07-03 Thread zeeman
So why do I get error I posted before? I don't have the project war packaged, I set skipCurrentProject to true. Am I missing something? I posted my Tomee maven plugin settings. Thanks! -- View this message in context: http://openejb.979440.n4.nabble.com/Tomee-Maven-plugin-tp4655953p4655996.html

Re: Tomee Maven plugin

2012-07-03 Thread Romain Manni-Bucau
about the version it is the tomee version we dont have a maven jira for the moment however remove works i tested it and you can check it here http://svn.apache.org/repos/asf/openejb/trunk/openejb/maven/tomee-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/AbstractTomEEMojo.java - Romai

Re: Tomee Maven plugin

2012-07-03 Thread zeeman
The confusing part was that you set fix version in jira to 1.1.0. But the fix is on 1.0.0-SNAPSHOT. Anyway, I got the plugin to run but I get this error: [ERROR] Failed to execute goal org.apache.openejb.maven:tomee-maven-plugin:1.0.0-SNAPSHOT:configtest (default-cli) on project mytest: Execution

Re: Difference between Tomee and JBoss

2012-07-03 Thread zeeman
>From an architect that switched from Jboss 7.1 to Tomee. I can tell you Tomee kicks jBoss's ass in every way. Memory, speed, reliability, validation, you name it. So if you're debating between jboss and Tomee, don't even think about it. First be sure your app works fine on Tomee. -- View this me

Re: Difference between Tomee and JBoss

2012-07-03 Thread Romain Manni-Bucau
That's pretty much this, the idea of TomEE is to build a JEE container on the well known Tomcat. The idea of JBoss is to make money on JEE. - Romain 2012/7/3 exabrial > The explanation isn't overly complicated :) > > First, TomEE is a separate codebase from JBoss. They DO however attempt to

Re: Difference between Tomee and JBoss

2012-07-03 Thread exabrial
The explanation isn't overly complicated :) First, TomEE is a separate codebase from JBoss. They DO however attempt to accomplish the same goals, which is provide a JEE compliant container. Don't confuse Tomcat with TomEE. Tomcat is merely a servlet container (a very small portion of the JEE spec

Difference between Tomee and JBoss

2012-07-03 Thread Jeremyau
Hi, I just read a interesting interview David Blevins did : http://jaxenter.com/tomee-be-small-be-certified-be-tomcat-38434.html. In this interview, he said that Tomee is really close to JBoss. Before Tomee, I knew that JBoss could support JEE application. Tomcat could not. So what about now? W