Re: Release date of 1.6.1 GA/stable?

2014-04-14 Thread MarkusFrisch
I am also interested in this. We are building an insurance software product here that is intended to run on JBoss AS. I would like to add TomEE+ as an alternative platform that is supported by our software. But we need the fix for OPENEJB-2068 or our software wouldn't run. Currently we use openejb

Re: Release date of 1.6.1 GA/stable?

2014-04-14 Thread Romain Manni-Bucau
Hi realisticly I think end of May should be feasible. Before would just be too optimistic IMHO. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-04-14 10:12 GMT+02:00 Mark

NameNotFoundException

2014-04-14 Thread hmmahboobi
I have an EJB 3.1 session bean on Weblogic 12c and I want to lookup it in tomee 1.6, but this error has been occurred: javax.naming.NameNotFoundException: Name "global.test-product.service.ReportServiceImpl!com.test.IReportService" not found. at org.apache.openejb.core.ivm.naming.IvmContex

Share session across web applications

2014-04-14 Thread john77eipe
Application servers usually have some configuration which enables you to share the session across .wars. How would you do this in TomEE? -- View this message in context: http://openejb.979440.n4.nabble.com/Share-session-across-web-applications-tp4668765.html Sent from the OpenEJB User mailing

Re: Share session across web applications

2014-04-14 Thread Romain Manni-Bucau
Just activate tomcat session replication https://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-04-14 10:42 GMT+02:00

Re: Share session across web applications

2014-04-14 Thread Daniel Cunha
I think that this would help you too. http://tomcat.apache.org/tomcat-7.0-doc/config/host.html#Single_Sign_On On Mon, Apr 14, 2014 at 12:55 PM, Romain Manni-Bucau wrote: > Just activate tomcat session replication > https://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html > Romain Manni-Bucau

Re: Share session across web applications

2014-04-14 Thread José Luis Cetina
Or you can use memcached session manager https://code.google.com/p/memcached-session-manager/ 2014-04-14 10:55 GMT-05:00 Romain Manni-Bucau : > Just activate tomcat session replication > https://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html > Romain Manni-Bucau > Twitter: @rmannibucau > Bl

Re: NameNotFoundException

2014-04-14 Thread Romain Manni-Bucau
Hi it can be that the lookup ends with an exception and we fallback to local strategy. Maybe wrap WLInitialContextFactory to ensure it is correctly instantiated Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github:

Re: Share session across web applications

2014-04-14 Thread Alex Soto
Also for example hazelcast offers session replication for WebApp, if instead of memcache you want to use a Java solution El dilluns, 14 abril de 2014, Daniel Cunha va escriure: > I think that this would help you too. > http://tomcat.apache.org/tomcat-7.0-doc/config/host.html#Single_Sign_On > > >

Re: Share session across web applications

2014-04-14 Thread Romain Manni-Bucau
There is a tomcat integration with cassandra too on tomcat list. Very nice! Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-04-14 19:39 GMT+02:00 Alex Soto : > Also for ex