Re: leverage the sucurity with a application desktop

2013-09-11 Thread mauro2java2011
Il giorno mer, 11/09/2013 alle 08.08 -0700, Thiago Veronezi-3 [via OpenEJB] ha scritto: E). It shows how to inform the user credentials. []s, ok is just what I need. Very very good . Mauro -- View this message in context:

Re: leverage the sucurity with a application desktop

2013-09-11 Thread Thiago Veronezi
Hi mauro, http://tomee.apache.org/clients.html Check Remote Client with HTTP (in TomEE). It shows how to inform the user credentials. []s, Thiago. On Wed, Sep 11, 2013 at 3:33 AM, mauro2java2011 mauro2java2...@gmail.comwrote: HI. All . I have developped a web application with Ejb and

Re: leverage the sucurity with a application desktop

2013-09-11 Thread mauro2java2011
ok! is just what I need. Very very good .Tank you . -- View this message in context: http://openejb.979440.n4.nabble.com/leverage-the-sucurity-with-a-application-desktop-tp4665047p4665050.html Sent from the OpenEJB User mailing list archive at Nabble.com.

tomee-maven-plugin - run unpacked war

2013-09-11 Thread jieryn
Greetings, The tomee-maven-plugin currently supports running packed applications in TomEE directly (via :run mojo) but does not appear to have any way to running an exploded war. This kind of execution is very helpful for rapid application development. I created

TomEE eclipselink cache coordination

2013-09-11 Thread hwaastad
Hi, I'm trying to implement L2 cache coordination with TomEE (1.6-SNAPSHOT), eclipselink 2.5.0 and activemq. I have a hard time figuring out how eclipselink is looking up resources defined in tomee.xml. just for testing I'm running the broker on the same jvm. Does anyone have a hint or two how

OpenEJBHttpServer Responses will always have a session?

2013-09-11 Thread Ronny Karallus
Diging for another problem in the source code I found the following piece of code that is called on org.apache.openejb.server.httpd.HttpResponseImpl.writeMessage(...) - so pretty much on any response for the OpenEJBHttpServer: /** closes the message sent to the browser */ private

Failure to start TomEE with JMS Resources

2013-09-11 Thread Houston Pagtakhan
Here's my stack trace. It's unclear to me exactly which class cannot be resolved or found. I had no problems when I simply defined the DataSource. But I encountered problems when I added the JMS Resources. Sep 11, 2013 3:35:44 PM org.apache.openejb.config.ConfigurationFactory

Re: tomee-maven-plugin - run unpacked war

2013-09-11 Thread Romain Manni-Bucau
Hi, To get auto update (F5) synchronization + config of the app (myfaces in dev mode etc) works. To deploy an unpacked app just set the app folder as warFile in configuration instead of the war file (the default). Le 12 sept. 2013 00:57, Anthony Fryer apfr...@hotmail.com a écrit : jieryn wrote

Re: TomEE eclipselink cache coordination

2013-09-11 Thread Romain Manni-Bucau
Hi Tomee.xml resources names are openejb:Resource/(id of the resource in tomee.xml) or java:openejb/Resource/(id) About server.xml it is different and converted to tomee.xml resources at startup but these resources are less powerful in general (in particular datasources which support less

Re: Failure to start TomEE with JMS Resources

2013-09-11 Thread Romain Manni-Bucau
Hi Active mq shouldnt be in your app Le 11 sept. 2013 22:50, Houston Pagtakhan houston.pagtak...@safeway.com a écrit : Here's my stack trace. It's unclear to me exactly which class cannot be resolved or found. I had no problems when I simply defined the DataSource. But I encountered