Re: Application that contains jersey fails to start

2014-08-13 Thread Markus F. Frisch
llow to load its classes. I dont have the name of the property here (phone) but it is possible to use jersey even if it is wrongly packaged. Property is in tomeeclassloaderenricher iirc if someone wants to have a look. Le 13 août 2014 23:32, "Markus F. Frisch" mailto:markus.fri...@nobi

Re: Application that contains jersey fails to start

2014-08-13 Thread Markus F. Frisch
es. I dont have the > name of the property here (phone) but it is possible to use jersey even if > it is wrongly packaged. > > Property is in tomeeclassloaderenricher iirc if someone wants to have a > look. > Le 13 août 2014 23:32, "Markus F. Frisch" a > écrit : >

Application that contains jersey fails to start

2014-08-13 Thread Markus F. Frisch
I have an application that acts as a client for a RESTful WS. This application uses jersey-client (1.18.1) to make the WS calls. This application fails to load on TomEE+ 1.7.0-SNAPSHOT with the following error: ——— Caused by: java.lang.ClassNotFoundException: com.sun.jer

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 and

Re: openejb-core-4.6.1-20140513.040854-160.jar broken?

2014-05-14 Thread Markus F. Frisch
I think I found something: openejb-core-4.6.1-20140513.040854-160.pom: — org.apache.openjpa openjpa — But in openejb-4.6.1-20140514.040710-171.pom we find: — org.apache.openejb.patch openjpa ${openj

Re: openejb-core-4.6.1-20140513.040854-160.jar broken?

2014-05-14 Thread Markus F. Frisch
ibucau Github: https://github.com/rmannibucau 2014-05-14 10:10 GMT+02:00 Markus F. Frisch mailto:markus.fri...@nobiscum.de>>: We are using the OpenEJB snapshot as an embedded container for our integration testing. Currently we get the message "[WARNING] The POM for org.apache.openejb:o

openejb-core-4.6.1-20140513.040854-160.jar broken?

2014-05-14 Thread Markus F. Frisch
We are using the OpenEJB snapshot as an embedded container for our integration testing. Currently we get the message "[WARNING] The POM for org.apache.openejb:openejb-core:jar:4.6.1-20140513.040854-160 is invalid, transitive dependencies (if any) will not be available, enable debug logging fo

Problem with OpenWebbeans when Iterating over javax.enterprise.inject.Instance

2014-05-13 Thread Markus F. Frisch
I get a DefinitionException when trying to iterate over an instance of org.apache.webbeans.inject.instance.InstanceImpl in the current snapshot of TomEE+ (i.e. in own 1.2.4). What I am trying to do is: 8<>8 @Stateless public class JobOperator { @Inject private I