Re: Openejb standalone

2019-09-26 Thread Jean-Louis Monteiro
t 00:20 > To: "users@tomee.apache.org<mailto:users@tomee.apache.org>" < > users@tomee.apache.org<mailto:users@tomee.apache.org>> > Subject: Re: Openejb standalone > > I have opened this ticket and pushed a fix on both Java EE 7 and 8 API jar. > New sna

Re: Openejb standalone

2019-09-25 Thread Bruce Beaumont
"users@tomee.apache.org<mailto:users@tomee.apache.org>" mailto:users@tomee.apache.org>> Date: Tuesday, 24 September 2019 at 00:20 To: "users@tomee.apache.org<mailto:users@tomee.apache.org>" mailto:users@tomee.apache.org>> Subject: Re: Openejb standalone I hav

Re: Openejb standalone

2019-09-24 Thread Bruce Beaumont
gt;> Date: Monday, 23 September 2019 at 19:46 To: "users@tomee.apache.org<mailto:users@tomee.apache.org>" mailto:users@tomee.apache.org>> Subject: Re: Openejb standalone Yeah, got it from Maven, but does not really matter. Just wanted to double check if it was still there. Bru

Re: Openejb standalone

2019-09-24 Thread Bruce Beaumont
ers@tomee.apache.org>" mailto:users@tomee.apache.org>> Subject: Re: Openejb standalone I have opened this ticket and pushed a fix on both Java EE 7 and 8 API jar. New snapshot deployed. I'm waiting for the full build on master to pass and then I'll close the ticket and fire up the 2

Re: Openejb standalone

2019-09-23 Thread Jean-Louis Monteiro
he issue. >>> > > I'll download it and have a look quickly to see if I can point out >>> > > something. >>> > > >>> > > -- >>> > > Jean-Louis Monteiro >>> > > http://twitter.com/jlouismonteiro >>> >

Re: Openejb standalone

2019-09-23 Thread Jean-Louis Monteiro
download it and have a look quickly to see if I can point out >> > > something. >> > > >> > > -- >> > > Jean-Louis Monteiro >> > > http://twitter.com/jlouismonteiro >> > > http://www.tomitribe.com >> > > >> >

Re: Openejb standalone

2019-09-23 Thread Jean-Louis Monteiro
Jean-Louis Monteiro > > > http://twitter.com/jlouismonteiro > > > http://www.tomitribe.com > > > > > > > > > On Mon, Sep 23, 2019 at 6:23 AM Bruce Beaumont < > > bruce.beaum...@makro.co.za> > > > wrote: > > > > > >> HI

Re: Openejb standalone

2019-09-23 Thread Jonathan Gallimore
Beaumont < > bruce.beaum...@makro.co.za> > > wrote: > > > >> HI > >> > >> I have downloaded and extracted the latest openejb standalone (7.1.1) > >> When I run it (bin/openejb start) it does not start and throws the > >> foll

Re: Openejb standalone

2019-09-23 Thread Jean-Louis Monteiro
e: > >> HI >> >> I have downloaded and extracted the latest openejb standalone (7.1.1) >> When I run it (bin/openejb start) it does not start and throws the >> following stack trace. >> I have tried this on Linux and OSX with a variety of Java version 8 >> (O

Re: Openejb standalone

2019-09-23 Thread Jean-Louis Monteiro
extracted the latest openejb standalone (7.1.1) > When I run it (bin/openejb start) it does not start and throws the > following stack trace. > I have tried this on Linux and OSX with a variety of Java version 8 > (Openjdk and oracle) > > Is there something else I need to add to

Openejb standalone

2019-09-23 Thread Bruce Beaumont
HI I have downloaded and extracted the latest openejb standalone (7.1.1) When I run it (bin/openejb start) it does not start and throws the following stack trace. I have tried this on Linux and OSX with a variety of Java version 8 (Openjdk and oracle) Is there something else I need to add

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-06-02 Thread Romain Manni-Bucau
2017-06-02 9:01 GMT+02:00 JumpStart : > Yes, but not as a starting point. It is mostly a reference document, > whereas I need a "getting started guide”, with a really basic, working > example that tells me: > Hmm, have to admit I would appreciate once you get

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-06-02 Thread JumpStart
Yes, but not as a starting point. It is mostly a reference document, whereas I need a "getting started guide”, with a really basic, working example that tells me: - What to put in my conf/ directory. I presume tomee.xml is required, but is it, and does it need to be modified? - What to put in

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-06-02 Thread Romain Manni-Bucau
Hi Does http://tomee.apache.org/advanced/tomee-embedded/ helps? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-06-01 Thread JumpStart
Wow, you are fast. That workaround works. Thank you very much. Geoff > On 1 Jun 2017, at 6:55 PM, Romain Manni-Bucau wrote: > > Hmm, i can see the error but it is weird, think you can workaround it using > @Resource(name = "java:comp/EJBContext") or @Resource(lookup = >

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-06-01 Thread Romain Manni-Bucau
Hmm, i can see the error but it is weird, think you can workaround it using @Resource(name = "java:comp/EJBContext") or @Resource(lookup = "java:comp/EJBContext") Romain Manni-Bucau @rmannibucau | Blog | Old Blog

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-06-01 Thread JumpStart
I’ve created an almost minimal project with instructions in the README. Please take it for a spin! https://github.com/geoffcallender/xpro_min Geoff > On 25 May 2017, at 6:34 PM, Romain Manni-Bucau wrote: > > it is the right way but we still need a sample

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-05-25 Thread Romain Manni-Bucau
it is the right way but we still need a sample reproducing the issue since I think it is more linked to ear/scanning than anything else. The fact InjectionProcessor issue this warning just means something went wrong before. Romain Manni-Bucau @rmannibucau |

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-05-25 Thread JumpStart
@Interceptors is definitely where the problem is occurring. This warning message... WARN [LogStreamAsync.Thread] (Log4jLogStream.java:59) - Injection data not found in JNDI context: jndiName='comp/env/com.goxpro. xpro.business.domain.base.BaseService/context', target=com.goxpro.xpro.

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-05-24 Thread Romain Manni-Bucau
Le 24 mai 2017 15:39, "JumpStart" a écrit : Some good news. I’ve commented out the @Interceptors line in each session bean and now they can be called just fine! I’ll dig a bit deeper into why the interceptor is failing. Producing a sample is going to be

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-05-24 Thread JumpStart
Some good news. I’ve commented out the @Interceptors line in each session bean and now they can be called just fine! I’ll dig a bit deeper into why the interceptor is failing. Producing a sample is going to be hard. If I do, will you require it to be a working maven project (please no)?

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-05-24 Thread Romain Manni-Bucau
Le 24 mai 2017 14:05, "JumpStart" a écrit : The deployment is a collapsed EAR. If it’s a scanning issue, it wasn’t one before the upgrade. I’ve not needed @Interceptor before. The javadoc says it’s not needed “This annotation is optional if the Interceptors

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-05-24 Thread JumpStart
The deployment is a collapsed EAR. If it’s a scanning issue, it wasn’t one before the upgrade. I’ve not needed @Interceptor before. The javadoc says it’s not needed “This annotation is optional if the Interceptors

Re: Upgrading OpenEJB Standalone to 7.0.3

2017-05-24 Thread Romain Manni-Bucau
How is the deployment/packaging? Can it be a scanning issue? You dont add @Interceptor on the interceptor? Le 24 mai 2017 11:28, "JumpStart" a écrit : > I’m upgrading from 4.5.2 to 7.0.3. Since the upgrade, I have an > interceptor that fails and

Upgrading OpenEJB Standalone to 7.0.3

2017-05-24 Thread JumpStart
I’m upgrading from 4.5.2 to 7.0.3. Since the upgrade, I have an interceptor that fails and consequently session beans can’t be invoked. I found the same error when I tried to upgrade to 4.6.0.2. Was there a JNDI change between 4.5.2 and 4.6.0.2? WARN [LogStreamAsync.Thread]

Re: Upgrading OpenEJB Standalone to 4.6.0.2

2017-05-24 Thread Romain Manni-Bucau
? 4.6 > doesn't > >>>> support it if I recall correctly. The difference is the > >>>> xbean-finder-shaded/xbean-asm-shaded version. > >>>> > >>>> > >>>> Romain Manni-Bucau > >>>> @rmannibucau <https://twitt

Re: Upgrading OpenEJB Standalone to 4.6.0.2

2017-05-24 Thread JumpStart
t;>>> support it if I recall correctly. The difference is the >>>> xbean-finder-shaded/xbean-asm-shaded version. >>>> >>>> >>>> Romain Manni-Bucau >>>> @rmannibucau <https://twitter.com/rmannibucau> | Blog >>>&g

Re: Upgrading OpenEJB Standalone to 4.6.0.2

2017-05-24 Thread JumpStart
log >>> <https://blog-rmannibucau.rhcloud.com> | Old Blog >>> <http://rmannibucau.wordpress.com> | Github >>> <https://github.com/rmannibucau> | >>> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory >>> <https://javaee

Re: Upgrading OpenEJB Standalone to 4.6.0.2

2017-04-17 Thread Romain Manni-Bucau
ud.com> | Old Blog > >> <http://rmannibucau.wordpress.com> | Github <https://github.com/ > rmannibucau> | > >> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory > >> <https://javaeefactory-rmannibucau.rhcloud.com> >

Re: Upgrading OpenEJB Standalone to 4.6.0.2

2017-04-16 Thread JumpStart
u <https://twitter.com/rmannibucau> | Blog >> <https://blog-rmannibucau.rhcloud.com> | Old Blog >> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> >> | >> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory >> <htt

Re: Upgrading OpenEJB Standalone to 4.6.0.2

2017-04-16 Thread Mark Struberg
ucau.wordpress.com> | Github <https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory > <https://javaeefactory-rmannibucau.rhcloud.com> > > 2017-04-12 9:26 GMT+02:00 JumpStart <geoff.callender.jumpst...@gmail.com>: >

Re: Upgrading OpenEJB Standalone to 4.6.0.2

2017-04-12 Thread Romain Manni-Bucau
callender.jumpst...@gmail.com>: > What changed in OpenEJB Standalone from 4.5.2 to 4.6.0.2 that would cause > the stack trace below? > > I’m running collapsed EAR format, in an old version of Jetty, fired up in > a Java program in Eclipse. > > Here’s what it logged with 4

Upgrading OpenEJB Standalone to 4.6.0.2

2017-04-12 Thread JumpStart
What changed in OpenEJB Standalone from 4.5.2 to 4.6.0.2 that would cause the stack trace below? I’m running collapsed EAR format, in an old version of Jetty, fired up in a Java program in Eclipse. Here’s what it logged with 4.6.0.2 … SLF4J: Class path contains multiple SLF4J bindings. SLF4J

Re: Upgrading OpenEJB Standalone

2017-03-16 Thread JumpStart
mannibucau.rhcloud.com/>> > > 2017-03-16 7:55 GMT+01:00 JumpStart <geoff.callender.jumpst...@gmail.com > <mailto:geoff.callender.jumpst...@gmail.com>>: > >> Oops, I meant it’s in collapsed EAR format (http://openejb.apache.org/ >> collapsed-ear.html). >> &g

Upgrading OpenEJB Standalone

2017-03-16 Thread JumpStart
I use OpenEJB Standalone with an exploded WAR. I’m trying to upgrade from 4.5.1 to the modern version, 7.0.3, but I’ve failed at the first hop, 4.5.2: the EJB portion doesn’t load. What changed between 4.5.1 and 4.5.2 that might cause this? Here’s how it logged with 4.5.1… SLF4J: Class path

Re: Upgrading OpenEJB Standalone

2017-03-16 Thread Romain Manni-Bucau
llapsed EAR format (http://openejb.apache.org/ > collapsed-ear.html). > > > On 16 Mar 2017, at 2:23 PM, JumpStart <geoff.callender.jumpstart@ > gmail.com> wrote: > > > > I use OpenEJB Standalone with an exploded WAR. I’m trying to upgrade > from 4.5.1 to the modern versio

Re: Upgrading OpenEJB Standalone

2017-03-16 Thread JumpStart
Oops, I meant it’s in collapsed EAR format (http://openejb.apache.org/collapsed-ear.html). > On 16 Mar 2017, at 2:23 PM, JumpStart <geoff.callender.jumpst...@gmail.com> > wrote: > > I use OpenEJB Standalone with an exploded WAR. I’m trying to upgrade from > 4.5.1 to the

Deploy simple-webservice example with openEJB standalone

2015-09-25 Thread garyee
Hi, I needed a simple-webservice so I found the example <http://tomee.apache.org/examples-trunk/simple-webservice/README.html> . As I would like to keep the whole thing as small as possible I am using the openEJB standalone as Server. After following the example step by step, I could

Re: Deploy simple-webservice example with openEJB standalone

2015-09-25 Thread Romain Manni-Bucau
gt; <http://tomee.apache.org/examples-trunk/simple-webservice/README.html> . > As I would like to keep the whole thing as small as possible I am using the > openEJB standalone as Server. After following the example step by step, I > could start the service, but there is no Wdsl file a

Tomee-Embedded vs OpenEjb Standalone ? which to choose

2013-12-12 Thread Radhakrishna Kalyan
Hi I would like to know 1: When should I go for Tomee-Embedded and when for OpenEJB standalone? 2: Is there any benefit of using one over another in terms of performance and availability ? -- Thanks and Regards N Radhakrishna Kalyan P: +46 733 312 584 http://about.me/nrkkalyan http

Re: Tomee-Embedded vs OpenEjb Standalone ? which to choose

2013-12-12 Thread Radhakrishna Kalyan
-OpenEjb-Standalone-which-to-choose-tp4666727p4666729.html Sent from the OpenEJB User mailing list archive at Nabble.com. -- Thanks and Regards N Radhakrishna Kalyan P: +46 733 312 584 http://about.me/nrkkalyan http://about.me/nrkkalyan

Re: AW: openEJB standalone rest singlton

2013-07-12 Thread Can Eskikaya
] [mailto:ml-node+s979440n4664228h4@.nabble] Gesendet: Donnerstag, 11. Juli 2013 16:10 An: Can Eskikaya Betreff: Re: openEJB standalone rest singlton Hmm, on trunk i get: INFO: Setting the server's publish address to be http://127.0.0.1:4204/rest-example-with-application-1.1.0-SNAPSHOT/rest-prefix 11

Re: AW: openEJB standalone rest singlton

2013-07-12 Thread Romain Manni-Bucau
a missconfiguration of the server. Thank you for your time. Von: Romain Manni-Bucau [via OpenEJB] [mailto:ml-node+s979440n4664228h4@.nabble] Gesendet: Donnerstag, 11. Juli 2013 16:10 An: Can Eskikaya Betreff: Re: openEJB standalone rest singlton Hmm, on trunk i get: INFO: Setting

AW: AW: openEJB standalone rest singlton

2013-07-12 Thread Can Eskikaya
That was the question. Thank you. Von: Romain Manni-Bucau [via OpenEJB] [mailto:ml-node+s979440n4664231...@n4.nabble.com] Gesendet: Freitag, 12. Juli 2013 11:14 An: Can Eskikaya Betreff: Re: AW: openEJB standalone rest singlton Hi, there is no static resources handling if it was the question

Re: openEJB standalone rest singlton

2013-07-11 Thread Can Eskikaya
-- View this message in context: http://openejb.979440.n4.nabble.com/openEJB-standalone-rest-singlton-tp4664204.html Sent from the OpenEJB User mailing list archive at Nabble.com. -- View this message in context: http://openejb.979440.n4.nabble.com/openEJB-standalone-rest-singlton

Re: openEJB standalone rest singlton

2013-07-11 Thread Can Eskikaya
? Or is there a configuration file? Regards Can -- View this message in context: http://openejb.979440.n4.nabble.com/openEJB-standalone-rest-singlton-tp4664204.html Sent from the OpenEJB User mailing list archive at Nabble.com. -- View this message in context: http://openejb.979440.n4

Re: openEJB standalone rest singlton

2013-07-11 Thread Romain Manni-Bucau
a service is then i annotate the service class as singlton. Is that the normal way? Or is there a configuration file? Regards Can -- View this message in context: http://openejb.979440.n4.nabble.com/openEJB-standalone-rest-singlton-tp4664204.html Sent from the OpenEJB User

Re: openEJB standalone rest singlton

2013-07-11 Thread Romain Manni-Bucau
://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/7/11 Can Eskikaya can.eskik...@novastor.com So i used the maven project from the example site. And all running on openejb-standalone-4.6.0 https://repository.apache.org/content/groups/snapshots/org/apache/openejb

openEJB standalone rest singlton

2013-07-10 Thread Can Eskikaya
: http://openejb.979440.n4.nabble.com/openEJB-standalone-rest-singlton-tp4664204.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: openEJB standalone rest singlton

2013-07-10 Thread Romain Manni-Bucau
? Or is there a configuration file? Regards Can -- View this message in context: http://openejb.979440.n4.nabble.com/openEJB-standalone-rest-singlton-tp4664204.html Sent from the OpenEJB User mailing list archive at Nabble.com.

JAX-RS and OpenEJB Standalone

2013-05-29 Thread exabrial12
, LifeInsuranceGroup.class); lifeBus.fire(lifeInsuranceForm); } } I feel like I'm missing something painfully obvious and stupid. -- View this message in context: http://openejb.979440.n4.nabble.com/JAX-RS-and-OpenEJB-Standalone-tp4663308.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: JAX-RS and OpenEJB Standalone

2013-05-29 Thread Jean-Louis MONTEIRO
://openejb.979440.n4.nabble.com/JAX-RS-and-OpenEJB-Standalone-tp4663308.html Sent from the OpenEJB User mailing list archive at Nabble.com. -- Jean-Louis

Re: Rest Securtiy (JAAS-Basic) with OpenEJB standalone 4.6.0-SNAPSHOT

2013-05-14 Thread Chris.Christo
and one not. I have a groups.properties file, a users.properties file, a login.config file and a system.properties file all within the conf/ folder within the server (OpenEJB standalone 4.6.0-SNAPSHOT) directory. I'm using the PropertiesLogin option with JAAS. I think I have everything setup

Re: Rest Securtiy (JAAS-Basic) with OpenEJB standalone 4.6.0-SNAPSHOT

2013-05-14 Thread Romain Manni-Bucau
(OpenEJB standalone 4.6.0-SNAPSHOT) directory. I'm using the PropertiesLogin option with JAAS. I think I have everything setup correctly, but it doesn't seem to work. When I curl at localhost:4204/ROOT/example/insecure it works fine, but when I curl to localhost:4204/ROOT/example

Re: Rest Securtiy (JAAS-Basic) with OpenEJB standalone 4.6.0-SNAPSHOT

2013-05-14 Thread Chris.Christo
and a system.properties file all within the conf/ folder within the server (OpenEJB standalone 4.6.0-SNAPSHOT) directory. I'm using the PropertiesLogin option with JAAS. I think I have everything setup correctly, but it doesn't seem to work. When I curl at localhost:4204/ROOT/example/insecure it works

Re: Rest Securtiy (JAAS-Basic) with OpenEJB standalone 4.6.0-SNAPSHOT

2013-05-14 Thread Romain Manni-Bucau
and a system.properties file all within the conf/ folder within the server (OpenEJB standalone 4.6.0-SNAPSHOT) directory. I'm using the PropertiesLogin option with JAAS. I think I have everything setup correctly, but it doesn't seem to work. When I curl at localhost:4204/ROOT/example/insecure

Re: Rest Securtiy (JAAS-Basic) with OpenEJB standalone 4.6.0-SNAPSHOT

2013-05-13 Thread Romain Manni-Bucau
replicates what the maven-tomee-plugin does (but as a script and for the standalone server and not TomEE). It basically creates a copy of the OpenEJB standalone server within the target directory, copies the ROOT.jar (that is created from a mvn package) into apps and also copies over the src/main/openejb

Re: Rest Securtiy (JAAS-Basic) with OpenEJB standalone 4.6.0-SNAPSHOT

2013-05-13 Thread Romain Manni-Bucau
and a system.properties file all within the conf/ folder within the server (OpenEJB standalone 4.6.0-SNAPSHOT) directory. I'm using the PropertiesLogin option with JAAS. I think I have everything setup correctly, but it doesn't seem to work. When I curl at localhost:4204/ROOT/example/insecure it works fine

Re: Rest Securtiy (JAAS-Basic) with OpenEJB standalone 4.6.0-SNAPSHOT

2013-05-13 Thread Chris.Christo
below what I have setup. But basically I have a rest class with two methods, one annotated with @RolesAllowed and one not. I have a groups.properties file, a users.properties file, a login.config file and a system.properties file all within the conf/ folder within the server (OpenEJB standalone

Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Chris.Christo
Hi, I'm trying to startup an OpenEJB server with JAX-RS enabled. I've got a rest class (@Path + @Singleton) but when I curl at it I get no response. My system.properties are as follows: java.util.logging.manager = java.util.logging.LogManager openejb.system.apps = true

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Romain Manni-Bucau
Hi What does mean openejb here? - openejb standalone? - openejb in a custom main() Do you have openejb-cxf-rs in the classpath? Le 9 mai 2013 14:22, Chris.Christo chris.chri...@mail.com a écrit : Hi, I'm trying to startup an OpenEJB server with JAX-RS enabled. I've got a rest class

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Chris.Christo
I'm using a build of the assembly/openejb-standalone (the one that creates an apache-openejb-4.6.0-SNAPSHOT.tar.gz). Then I unzip and dump my app in apps/ and my system.properties in conf/ No custom main() or anything like that. On 9 May 2013, at 13:27, Romain Manni-Bucau rmannibu

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Romain Manni-Bucau
: https://github.com/rmannibucau* 2013/5/9 Chris.Christo chris.chri...@mail.com I'm using a build of the assembly/openejb-standalone (the one that creates an apache-openejb-4.6.0-SNAPSHOT.tar.gz). Then I unzip and dump my app in apps/ and my system.properties in conf/ No custom main

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Romain Manni-Bucau
://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/5/9 Chris.Christo chris.chri...@mail.com I'm using a build of the assembly/openejb-standalone (the one that creates an apache-openejb-4.6.0-SNAPSHOT.tar.gz). Then I unzip and dump my

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Chris.Christo
Yeah Romain, I see there is no 'openejb-cxf-rs.jar' within the lib folder. I'm confused then, there are all these cxf-* jars plus a couple of openejb-cxf* jars in the lib folder of this OpenEJB standalone. I'm wondering what purpose they serve. Basically I want the OpenEJB server that matches

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Romain Manni-Bucau
should be trunk openejb-standalone now (not sure it was an error of packaging or we thought of custom main when we did the table to be honest) wars work too now :) and some light features of servlets works too (don't expect the whole set of servlet features btw) *Romain Manni-Bucau* *Twitter

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Romain Manni-Bucau
/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/* http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/5/9 Chris.Christo chris.chri...@mail.com I'm using a build of the assembly/openejb-standalone

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Chris.Christo
: **http://rmannibucau.wordpress.com/* http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/5/9 Chris.Christo chris.chri...@mail.com I'm using a build of the assembly/openejb-standalone (the one that creates

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Romain Manni-Bucau
so build it yourself too ;) mvn clean install -pl assembly/openejb-standalone -am -Dmaven.test.skip=true should be fine i think or just mvn clean install in container/openejb-javaagent *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http

Re: Enabling JAX-RS with OpenEJB standalone

2013-05-09 Thread Chris.Christo
Yes! it works! Rest also running now and sending back sexy responses. support 2nd to none as always. Take a bow. Thanks a lot Romain! On 9 May 2013, at 16:22, Romain Manni-Bucau rmannibu...@gmail.com wrote: so build it yourself too ;) mvn clean install -pl assembly/openejb-standalone -am

helpabout openejb standalone transaction control and db2 for mdb

2013-01-24 Thread adxun
http://openejb.979440.n4.nabble.com/about-openejb-standalone-transaction-control-td4660358.html -- View this message in context: http://openejb.979440.n4.nabble.com/helpabout-openejb-standalone-transaction-control-and-db2-for-mdb-tp4660395.html Sent from the OpenEJB User mailing list archive