Re: Cannot deploy a simple App in TomEE 1.5.2 using NetBeans 7.3 and MySQL 5.6

2013-12-06 Thread David M .
Romain Manni-Bucau gmail.com> writes: > Forcing crypto package to be loaded could help too i think > (openejb.classloader.force-load=com.sun.crypto) FYI, I discovered the property is actually "openejb.classloader.forced-load"

Re: Jersey with Openejb ?

2013-12-06 Thread Romain Manni-Bucau
Maybe open another thread and define what is cluster for you. I used a bunch of tomee behind httpd without issues, i know some users clusterize quartz, other clusterize session and session scoped beans. Le 6 déc. 2013 20:37, "Radhakrishna Kalyan" a écrit : > There is nothing wrong in CXF, however

Re: Jersey with Openejb ?

2013-12-06 Thread Radhakrishna Kalyan
There is nothing wrong in CXF, however we have some legacy code that was written with no CDI and was using Jetty and Jersey, which I wanted to convert to use CDI through Open EJB without changing any Jersey specific code. Moreover I want to know are there any known issues with Open EJB using in cl

Re: WAR works ok on plain Tomcat, errors on start in TomEE

2013-12-06 Thread Romain Manni-Bucau
Can you reproduce it and share a war? Btw not providing javaee api in a ee container sounds natural Le 6 déc. 2013 19:48, "mbennett_20001" a écrit : > I found the offending JAR in my application's WEB-INF/lib that contains the > JAX-RS annotation. As a test I removed the JAR file entirely from

Re: Jersey with Openejb ?

2013-12-06 Thread Romain Manni-Bucau
Hmm I think it doesnt work without some custom components. What's the issue with cxf? Le 6 déc. 2013 19:54, "Radhakrishna Kalyan" a écrit : > Yes, I did see this. But it is a web application example, > Sorry, I forgot to mention that I was looking if I can do it in a > standalone JavaSE applica

Re: Jersey with Openejb ?

2013-12-06 Thread Radhakrishna Kalyan
Yes, I did see this. But it is a web application example, Sorry, I forgot to mention that I was looking if I can do it in a standalone JavaSE application as well. On Fri, Dec 6, 2013 at 7:35 PM, Romain Manni-Bucau wrote: > Hi > > Did you look > > http://svn.apache.org/repos/asf/tomee/tomee/tr

Re: WAR works ok on plain Tomcat, errors on start in TomEE

2013-12-06 Thread mbennett_20001
I found the offending JAR in my application's WEB-INF/lib that contains the JAX-RS annotation. As a test I removed the JAR file entirely from WEB-INF/lib - That gets me past the "InjectableProvider" class not found issue. So it seems the exclusions.list and system properties I tried above are not

Re: WAR works ok on plain Tomcat, errors on start in TomEE

2013-12-06 Thread mbennett_20001
Thanks Romain- I created a TOMEE/conf/exclusions.list file that contains one line for every JAR file prefix I have in my WEB-INF/lib. For example: exclusions.list: activation- ant- antisamy- antlr- (and much more) I also set the system properties: JAVA_OPTS="-Dopenejb.deployments.classpath.exc

Re: Jersey with Openejb ?

2013-12-06 Thread Romain Manni-Bucau
Hi Did you look http://svn.apache.org/repos/asf/tomee/tomee/trunk/examples/tomee-jersey-eclipselink/? Le 6 déc. 2013 17:10, "Radhakrishna Kalyan" a écrit : > Hi, > > I understood that OpenEJB is using CXF as its Jax-RS implementation. Let me > know if I misunderstood anything. > > But I would li

Cygwin catalina.sh fails

2013-12-06 Thread jemcdevitt
I ran into an issue where the catalina.sh script that is provided with TomEE (1.6.0) fails to start the server due to a path issue. The TomEE distribution attempts to add to the JAVA_OPTS the openejb agent: # Add OpenEJB javaagentif [ -r "$CATALINA_HOME"/lib/openejb-javaagent.jar ]; then JAVA_OPT

Re: Unknown error in Assembler

2013-12-06 Thread José Luis Cetina
:) 2013/12/6 Howard W. Smith, Jr. > and thank you for sharing. that's good to know. :) > > > > On Fri, Dec 6, 2013 at 11:24 AM, José Luis Cetina >wrote: > > > That was the errror. Thanks anyway > > > > > > 2013/12/6 José Luis Cetina > > > > > I leave an ejb annotation with any attribute below

Re: Unknown error in Assembler

2013-12-06 Thread Howard W. Smith, Jr.
and thank you for sharing. that's good to know. :) On Fri, Dec 6, 2013 at 11:24 AM, José Luis Cetina wrote: > That was the errror. Thanks anyway > > > 2013/12/6 José Luis Cetina > > > I leave an ejb annotation with any attribute below of it. > > > > > > @EJB > > private XXX xx; > > @EJB > >

Re: Unknown error in Assembler

2013-12-06 Thread José Luis Cetina
That was the errror. Thanks anyway 2013/12/6 José Luis Cetina > I leave an ejb annotation with any attribute below of it. > > > @EJB > private XXX xx; > @EJB > //I forgot to use any attribute here > > > 2013/12/6 José Luis Cetina > >> Hi, after i do changes in my code (ear app), im

Re: Unknown error in Assembler

2013-12-06 Thread José Luis Cetina
I leave an ejb annotation with any attribute below of it. @EJB private XXX xx; @EJB //I forgot to use any attribute here 2013/12/6 José Luis Cetina > Hi, after i do changes in my code (ear app), im getting this error in > TomEE log, but i cant see any specific error that reference

Jersey with Openejb ?

2013-12-06 Thread Radhakrishna Kalyan
Hi, I understood that OpenEJB is using CXF as its Jax-RS implementation. Let me know if I misunderstood anything. But I would like to know if it is possible to use Jersey as Jax-RS implementation instead of CXF. If yes then please provide the related configurations. Thanks in advance. -- Thank

Unknown error in Assembler

2013-12-06 Thread José Luis Cetina
Hi, after i do changes in my code (ear app), im getting this error in TomEE log, but i cant see any specific error that references to any of my classes. Any idea? Im using TomEE 1.6.0 Log: SEVERE - FATAL ERROR: Unknown error in Assembler. Please send the following stack trace and this message

Re: Deploying Archiva on tomEE+

2013-12-06 Thread Romain Manni-Bucau
seems more an issue with lucene usage than a tomee issue Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/12/6 Guillaume CHAUVET : > Hi, > > Find attached please, my zipped

Re: Debian/Ubuntu packages?

2013-12-06 Thread James Green
You may have already come across this but in case you have not: https://github.com/jordansissel/fpm May ease the packaging pain (not used it myself (yet..)). On 13 November 2013 19:58, Thiago Veronezi wrote: > Yeap... it's a working in progress. > I'm having issues having it to follow the stri