Oracle ADF Essential and TomEE+

2013-07-20 Thread toddler
Dear Experts, I am really beginner of the Web Application development and I want to use framework for the this. Thus, I am trying to use Oracle ADF with TomEE+(Tomcat7). Even though Oracle posted compatibility table at the following URL:

Re: Oracle ADF Essential and TomEE+

2013-07-20 Thread John D. Ament
Well, it probably works on Tomcat7 because you have to drop in the glassfish JSF runtime and JSTL. Since TomEE ships with JSF, that shouldn't be done here. However, looks like they have some bad XML. For example, the code tag here should be escaped: description If this attribute

Help with example: http://tomee.apache.org/javaagent-with-maven-surefire.html

2013-07-20 Thread Caroline Van den Hauwe
Hi all, In my TomEE Maven project I need to use Instrumentation normally set by -javaagent:/path/to/SizeOf.jar. TomEE documentation has an example on JavaAgent and Maven at http://tomee.apache.org/javaagent-with-maven-surefire.html but the content is garbled. I put this SizeOf.jar in my

Re: Help with example: http://tomee.apache.org/javaagent-with-maven-surefire.html

2013-07-20 Thread Caroline
Currently I'm trying: dependency groupIdnet.sourceforge.sizeof/groupId artifactIdSizeOf/artifactId version0.2.1/version typejar/type /dependency plugin groupIdorg.apache.maven.plugins/groupId

Re: Help with example: http://tomee.apache.org/javaagent-with-maven-surefire.html

2013-07-20 Thread Caroline
I'm sorry but how exactly can I do that? The example at http://tomee.apache.org/javaagent-with-maven-surefire.html is unreadable. I need to use SizeOf.jar as -javaagent as well. Can you show me what changes I need to make to my pom.xml displayed above and repeated here: dependency

Re: Help with example: http://tomee.apache.org/javaagent-with-maven-surefire.html

2013-07-20 Thread Romain Manni-Bucau
Maybe read http://svn.apache.org/repos/asf/tomee/site/trunk/content/javaagent-with-maven-surefire.mdtextwhile well fix it Le 20 juil. 2013 17:01, Caroline caroline.van.den.ha...@gmail.com a écrit : I'm sorry but how exactly can I do that? The example at

Re: Tomee + JAX-RS 2.0

2013-07-20 Thread Romain Manni-Bucau
Replace javaee-api jar by the jars in javaee-api zip (on maven repo), remove geronimo jaxrs api and it should be fine Le 20 juil. 2013 17:30, Nick Khamis sym...@gmail.com a écrit : Ello Everyone! Looking to pair Tomee Web Profile with JAX-RS 2.0. Non maven, copied

Re: Help with example: http://tomee.apache.org/javaagent-with-maven-surefire.html

2013-07-20 Thread Caroline
But I want to use another .jar as javaagent, specifically the one from net.sourceforge.sizeof: SizeOf.jar Is it not possible? Did I misunderstand your help? -- View this message in context:

Re: Help with example: http://tomee.apache.org/javaagent-with-maven-surefire.html

2013-07-20 Thread Romain Manni-Bucau
The same tip works, just change coordinates. Le 20 juil. 2013 23:25, Caroline caroline.van.den.ha...@gmail.com a écrit : But I want to use another .jar as javaagent, specifically the one from net.sourceforge.sizeof: SizeOf.jar Is it not possible? Did I misunderstand your help? -- View

Re: Help with example: http://tomee.apache.org/javaagent-with-maven-surefire.html

2013-07-20 Thread Caroline
Hi Romain, Can you see what I'm doing wrong in my dummy project? https://dl.dropboxusercontent.com/u/25877/JavaAgentDummy.zip Thanks a bunch! -- View this message in context:

Re: Help with example: http://tomee.apache.org/javaagent-with-maven-surefire.html

2013-07-20 Thread Romain Manni-Bucau
The surefire config is different may-e start from the doc one Le 20 juil. 2013 23:55, Caroline caroline.van.den.ha...@gmail.com a écrit : Hi Romain, Can you see what I'm doing wrong in my dummy project? https://dl.dropboxusercontent.com/u/25877/JavaAgentDummy.zip Thanks a bunch! --

Re: Help with example: http://tomee.apache.org/javaagent-with-maven-surefire.html

2013-07-20 Thread Caroline
I don't see how it's different apart from me changing openejb-javaagent-3.0.jar into the jar I actually want as JavaAgent: jamm-0.2.5.jar. I tried it without the surefire version specification as well. -- View this message in context:

Re: Tomee + JAX-RS 2.0

2013-07-20 Thread Nick Khamis
Hello Romain, Thank you for your time. I did not want to assume however, the latest javaee-api in Maven is 6.0.5. Aren't you guys up to 7? http://mvnrepository.com/artifact/org.apache.openejb/javaee-api/6.0-5 Also, I could not find a zip, only jar. Kind Regards, Nick.