Re: openejb-core-4.6.1-20140513.040854-160.jar broken?

2014-05-15 Thread Andy Gumbrecht
@Romain, it works as well as the end user deems fit at the end of the day - There is such a thing as a stable snapshot, that is one that passes all the tests that has ever been written so far, and all the end user tests that they have for their own app. There is definitely no black and white ru

Remote Asynchronous EJB Method call followed quickly by client exit

2014-05-15 Thread ymaraner
I have a client that makes a call to a remote EJB method and then terminates within a very short period of time. If the EJB method is synchronous, everything works fine. If the EJB is annotated with @Asynchronous, the call doesn't seem to be processed on the server unless I introduce a short sleep

Re: openejb-core-4.6.1-20140513.040854-160.jar broken?

2014-05-15 Thread MarkusFrisch
Andy, Yes, I am aware of that. We started using the SNAPSHOTs after we got a (for us) critical bugfix on trunk. The fix was in the trunk only four hours after we reported the bug which, by the way, we found quite impressive. But we underestimated the effort (and thus time) it takes to roll a relea

Re: Apache TomEE 1.6.0.2 - line endings

2014-05-15 Thread agumbrecht
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 tar.gz and zip assembly.xml's to two separate files (possibly component based), which will be some additional work. I wi

Re: OpenJPA and DTO problem

2014-05-15 Thread agumbrecht
You should let the JPA provider manage the @Version field, don't try and change it or read it yourself or you'll always get this error. It's controlled internally by the provider and is to do with optimistic locking. If you want to manage your own entity version the, i.e. versioned data row, then