Re: basic ejb lookup question...

2014-05-17 Thread Romain Manni-Bucau
Hi About mails: asf got a big issues and it is slowly sznding blocked mails About your issue: ext is just taking properties creating an InitialContext and looking up the ejb remote name. So localbean is not compatible. Le 16 mai 2014 23:39, hwaastad he...@waastad.org a écrit : Something

Re: Apache TomEE 1.6.0.2 - line endings

2014-05-17 Thread Romain Manni-Bucau
Any idea why it worked before? OS dependent? Le 17 mai 2014 01:45, agumbrecht agumbre...@tomitribe.com a écrit : Hi jieryn, This has got me thinking along the lines of using 'lineEndings' in the maven-assembly-plugin, which is designed to address exactly this issue. It means splitting out

Re: Deploying WAR file from Arquillian Extension

2014-05-17 Thread Romain Manni-Bucau
You updated your project? If so it means both apps uses same name Le 17 mai 2014 01:27, asotobu asot...@gmail.com a écrit : I have tried today with a simple WAR with HelloWorld servlet and still the same problem, I can only deploy one application, when I tried to deploy the second one the

Re: Remote Asynchronous EJB Method call followed quickly by client exit

2014-05-17 Thread Romain Manni-Bucau
Actually it is desirable. You want the client to be async as well (server async is not mandatory here). If we use daemon threads Daemon threads is what we do. Le 17 mai 2014 01:00, Andy Gumbrecht agumbre...@tomitribe.com a écrit : It depends on how you are exiting the client. Make sure you

Re: Apache TomEE 1.6.0.2 - line endings

2014-05-17 Thread Andy Gumbrecht
Its not a case of not working, its just that some files like readme's don't look right in common editors etc. Its cosmetic more than anything. Andy. -- Andy Gumbrecht http://www.tomitribe.com TomEE treibt Tomitribe! Sent from my mobile device. Please excuse my brevity. On May 17, 2014 8:18:47

Re: Remote Asynchronous EJB Method call followed quickly by client exit

2014-05-17 Thread Romain Manni-Bucau
Hi reworked a bit pool config (mainly to allow it to be configurable by context) but can also solve your issue https://issues.apache.org/jira/browse/TOMEE-1212 please test tomorrow snapshot (or build openejb-client from sources if not an issue for you) Romain Manni-Bucau Twitter: @rmannibucau

Re: Apache TomEE 1.6.0.2 - line endings

2014-05-17 Thread Romain Manni-Bucau
Well depend, if it affects jars it can maybe work but make hard to product managers (in enterprises) to do real diff. This is important in particular for security releases. That's why I asked. If we have something not portable we should short term force release OS and mid term fix it in our build.

Re: Remote Asynchronous EJB Method call followed quickly by client exit

2014-05-17 Thread Howard W. Smith, Jr.
On Fri, May 16, 2014 at 12:03 PM, Thiago Veronezi thi...@veronezi.orgwrote: The list is still messed up. I'm trying to follow up the emails, but they are coming out of order. []s, Thiago remember, there was an issue with Apache [email] servers, at least that is what i heard on tomcat user

Tomee 1.6 Custom JDBC Factory not working

2014-05-17 Thread Nina Kumar
Hi I am getting below error when I set a custom factory resource in tomee.xml. I tried factory-name but it is not working. Caused by: org.xml.sax.SAXException: Unsupported Attribute(s): factory.  Supported Attributes are: type, jar, provider, id, class-name, constructor, factory-name, jndi,

Re: basic ejb lookup question...

2014-05-17 Thread Helge Waastad
OK, Thanks a lot Romain. Short and clear answer. Br hw Sendt fra min iPhone Den 17. mai 2014 kl. 08:09 skrev Romain Manni-Bucau rmannibu...@gmail.com: Hi About mails: asf got a big issues and it is slowly sznding blocked mails About your issue: ext is just taking properties creating