TomEE os parallel computation

2014-09-28 Thread Gkatziouras Emmanouil
Greetings Consider a Java EE application that needs to do some heavy computation the divide an conquer way, and receive the results synchronously. Pure computing. No JNDI involved or any transactions during the thread computing part. Just a block of work that would be executed simultaneously

Re: DataSource Password Cipher

2014-09-28 Thread Jean-Louis Monteiro
Side note Alex: this is a flatten package directory, not a hierarchical package tree. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Sun, Sep 28, 2014 at 8:48 PM, Romain Manni-Bucau wrote: > $ cat > webapps/cipher/WEB-INF/classes/META-INF/org.apache.openej

Re: ServletContext and MDB

2014-09-28 Thread Lars-Fredrik Smedberg
What does that mean? Same name? ... I not understand exactly... On Sun, Sep 28, 2014 at 6:27 PM, Romain Manni-Bucau wrote: > to the EJB jndi tree, not the web one (means can change if you bind it > twice) but should be ok for you > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rm

Re: DataSource Password Cipher

2014-09-28 Thread Romain Manni-Bucau
$ cat webapps/cipher/WEB-INF/classes/META-INF/org.apache.openejb.cipher.PasswordCipher/reverse org.superbiz.PasswordReverse and add in conf/system.properties: openejb.resources.use-container-loader = false This is true by default (and it is important to keep it true by default - we can maybe log

Re: DataSource Password Cipher

2014-09-28 Thread Romain Manni-Bucau
Hmm, I don't have it. not sure that's the list or my gmail. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-28 18:45 GMT+02:00 Alex Soto : > Well I have attached a war

Re: DataSource Password Cipher

2014-09-28 Thread Alex Soto
Well I have attached a war file with sources, maybe the user list has removed? 2014-09-28 18:33 GMT+02:00 Romain Manni-Bucau : > can you provide us a sample to let us investigate your case please? > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedI

Re: DataSource Password Cipher

2014-09-28 Thread Romain Manni-Bucau
can you provide us a sample to let us investigate your case please? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-26 10:40 GMT+02:00 Alex Soto : > Hi I am still havi

Re: Listeners annotated outside webapp are ignored

2014-09-28 Thread Romain Manni-Bucau
Hi quick check to do: rename the jar: "foo.jar" Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-26 16:33 GMT+02:00 Felipe Jaekel : > Hi, > > I'm trying to run an exis

Re: ServletContext and MDB

2014-09-28 Thread Romain Manni-Bucau
to the EJB jndi tree, not the web one (means can change if you bind it twice) but should be ok for you Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-26 20:56 GMT+02: