Re: Detached instances in query parameters

2008-02-15 Thread frankca
Please check out my post: http://www.nabble.com/Persistent-entities-pass-as-params-to-JPQL-queries-MUST-be-attached--Query.getSingleResult%28%29-bug-or-expected-behavior--td12748830.html#a12748830 -Frank Zdenek Machac wrote: > > Hi, > > we use OpenJPA in WebLogic 10.0 server but we have expe

Re: OpenJPA incompatibility with WebSphere container managed transaction

2008-02-15 Thread Michael Dick
Hi Wendy, I re-ran the test and I think I'm getting the same exception you are. I don't remember seeing it earlier but it's possible that I missed it. I'm sorry for the mis-information, I'll try to take a closer look over the weekend. On Fri, Feb 15, 2008 at 1:17 PM, Wendy Sent <[EMAIL PROTECTED]

Re: OpenJPA incompatibility with WebSphere container managed transaction

2008-02-15 Thread Wendy Sent
Mike, Were you able to get the sample application running with openjpa-1.0.1.jar? I was able to get it to work with openjpa-all-0.9.6-incubating.jar but when I switched openjpa-1.0.1.jar, I got the following exception: org.apache.openjpa.persistence.InvalidStateException: You have closed the Ent

Detached instances in query parameters

2008-02-15 Thread Zdenek Machac
Hi, we use OpenJPA in WebLogic 10.0 server but we have experience in other JPA implementations (TopLink and Hibernate). OpenJPA is very good implementation, but we have one problem (for test I try to use 1.0.1 version). OpenJPA can not use detached instances as parameters in queries. There is

RE: What is the OpenJPA support for Informix?

2008-02-15 Thread Marc LaPierre
Did you try it to see if it worked? Many times these are "minimum" requirements. If it doesn't work, you should send this to the developer's mailing list instead of the users list. Marc -Original Message- From: Ivo Penev [mailto:[EMAIL PROTECTED] Sent: Friday, February 15, 2008 3:54 AM

What is the OpenJPA support for Informix?

2008-02-15 Thread Ivo Penev
Hello colleagues, In http://openjpa.apache.org/builds/1.0.1/apache-openjpa-1.0.1/docs/manual/supported_databases.html , it is defined that OpenJPA is suported on Informix Dynamic Server only for version 9.30.UC10 using Informix JDBC Driver 2.21.JC2. I would like to use Informix Dynamic Server 10

Re: OpenJPA in XA-JTA environment

2008-02-15 Thread Pinaki Poddar
A recent module has been added in openjpa called 'slice'. This allows transaction with multiple databases. You can contact me or get further information on http://people.apache.org/~ppoddar/slice/site/index.html kawasaki wrote: > > Thanks a lot Pinaki, it is working now when manager.join