Re: openejb3.x client with remote components written in pre-EJB3 era

2009-08-05 Thread Avi Grossbard
Thanks Jon. your answer is very promising, still I think it would be helpful if you can post a simple EJB2.x example. Avi Jonathan Gallimore-2 wrote: Hi Avi, I don't think we have a good example of showing EJB 2.1, but I could make a 2.1 version of our simple-stateless example if that

Re: OpenEJB with OpenJPA 2.0?

2009-08-05 Thread Jacek Laskowski
On Wed, Aug 5, 2009 at 1:10 PM, Will Hooverjava.whoo...@gmail.com wrote: So, I guess that does lead me to a question :) How do we configure openejb to use a newer version of openjpa? I assume there is some option in openejb.xml? What's a newer version of openjpa? If it's JPA 2.0, you can't -

Re: .DS_Store annoyance on the Mac

2009-08-05 Thread Jacek Laskowski
On Wed, Aug 5, 2009 at 12:07 AM, Jonathan Gallimorejonathan.gallim...@gmail.com wrote: I've had a look at this, and it looks like we look at all the files in the webapps folder when running in Tomcat. I've made this really simple patch which will ignore any files starting with a dot: Looks

Re: .DS_Store annoyance on the Mac

2009-08-05 Thread Karan Malhi
I agree that something configurable would be better. On Wed, Aug 5, 2009 at 7:41 AM, Jacek Laskowski ja...@laskowski.net.plwrote: On Wed, Aug 5, 2009 at 12:07 AM, Jonathan Gallimorejonathan.gallim...@gmail.com wrote: I've had a look at this, and it looks like we look at all the files in the

Re: OpenEJB with OpenJPA 2.0?

2009-08-05 Thread David Blevins
On Aug 5, 2009, at 4:10 AM, Will Hoover wrote: So, I guess that does lead me to a question :) How do we configure openejb to use a newer version of openjpa? I assume there is some option in openejb.xml? You should be able to use any OpenJPA 1.x version by simply deleting the library we

Re: jaxb 2.0 vs jaxb 2.1

2009-08-05 Thread David Blevins
On Jul 31, 2009, at 1:31 AM, Andreas Karalus wrote: problem was already posted, there is a problem with javaee-5.0.2 containing jaxb-api-2.0, if someone relies on jaxb-impl-2.1 you'll get linkage errors like this one Caused by: java.lang.LinkageError: JAXB 2.0 API jar is being loaded