Re: 4.0.6 and OpenJPA 2.4.1 :(

2016-09-27 Thread Christian Schneider
I just tested on karaf 4.0.7 and can not reproduce the error. See https://issues.apache.org/jira/browse/KARAF-4535 Christian On 26.09.2016 21:20, Jerry Smith wrote: Just tried 4.0.7 and am getting the same issue. Will this be in 4.0.8? -- View this message in context:

Re: 4.0.6 and OpenJPA 2.4.1 :(

2016-09-26 Thread Jerry Smith
Just tried 4.0.7 and am getting the same issue. Will this be in 4.0.8? -- View this message in context: http://karaf.922171.n3.nabble.com/4-0-6-and-OpenJPA-2-4-1-tp4047747p4048172.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: 4.0.6 and OpenJPA 2.4.1 :(

2016-09-07 Thread Jerry Smith
Great! Thanks, JB. -- View this message in context: http://karaf.922171.n3.nabble.com/4-0-6-and-OpenJPA-2-4-1-tp4047747p4047913.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: 4.0.6 and OpenJPA 2.4.1 :(

2016-08-29 Thread Jean-Baptiste Onofré
The Jira about this is still open. As we will release Karaf 4.0.7 very soon, I will include it if possible. Regards JB On Aug 29, 2016, 19:54, at 19:54, Jerry Smith <jsm...@qcfreightservice.com> wrote: >It seems trying to use OpenJPA 2.4.1 'out of the box' in 4.0.x is still >a

4.0.6 and OpenJPA 2.4.1 :(

2016-08-29 Thread Jerry Smith
It seems trying to use OpenJPA 2.4.1 'out of the box' in 4.0.x is still a bust, it's still getting these types of errors: org.apache.openjpa.persistence.PersistenceException: Resource does not exist: bundle://213.0:1/ 'Nonfatal' is a lie, as whenever you try and persist anything it errors

Re: openjpa/2.4.1 and jpa/2.3.0 features

2016-06-15 Thread Charlie Mordant
Hi, OpenJPA 2.4.0 works for me on Karaf 4.0.5, it may be my custom JPA feature ( https://github.com/OsgiliathEnterprise/net.osgiliath.parent/tree/master/net.osgiliath.framework/net.osgiliath.features/net.osgiliath.feature.persistence ). The only problem I have is that sometimes it throws an

Re: openjpa/2.4.1 and jpa/2.3.0 features

2016-06-15 Thread Jean-Baptiste Onofré
Christian is working on it. Regards JB On 06/15/2016 12:07 PM, ellirael wrote: Oh I found related bug https://issues.apache.org/jira/browse/KARAF-4535 It seems openjpa is not working out of the box for now. -- View this message in context:

Re: openjpa/2.4.1 and jpa/2.3.0 features

2016-06-15 Thread ellirael
Oh I found related bug https://issues.apache.org/jira/browse/KARAF-4535 It seems openjpa is not working out of the box for now. -- View this message in context: http://karaf.922171.n3.nabble.com/openjpa-2-4-1-and-jpa-2-3-0-features-tp4046860p4046870.html Sent from the Karaf - User mailing list

Re: openjpa 2.4.1

2016-06-14 Thread ellirael
Has anybody got a working example with OpenJPA 2.4.1? My model EntityManager is not registered as a service. My api cannot start: Error executing command: Error executing command on bundles: Error starting bundle 223: Uses constraint violation. Unable to resolve resource

openjpa/2.4.1 and jpa/2.3.0 features

2016-06-14 Thread ellirael
openjpa/2.4.1 feature depends on and installs persistence-api 2.0 featute. jpa/2.3.0 feature depends on and installs persistence-api 2.1 featute. We have two versions of persistence api. Can it be some sort of version conflict between openjpa/2.4.1 and jpa/2.3.0 features? -- View this message

RE: openjpa 2.4.1

2016-02-24 Thread Pratt, Jason
Thanks! From: Christian Schneider [mailto:cschneider...@gmail.com] On Behalf Of Christian Schneider Sent: Wednesday, February 24, 2016 10:12 AM To: user@karaf.apache.org Subject: Re: openjpa 2.4.1 He means maven central. http://search.maven.org/#artifactdetails|org.apache.openjpa|openjpa|2.4.1

Re: openjpa 2.4.1

2016-02-24 Thread Christian Schneider
He means maven central. http://search.maven.org/#artifactdetails|org.apache.openjpa|openjpa|2.4.1|bundle Christian On 24.02.2016 19:05, Jason Pratt wrote: central what (repo/website/magic ether)? Get a signature like this: Click here! <http://ws-promos.appspot.com/r?rd

Re: openjpa 2.4.1

2016-02-24 Thread Jason Pratt
ata=eyJydXJsIjogImh0dHA6Ly93d3cud2lzZXN0YW1wLmNvbS9lbWFpbC1pbnN0YWxsP3dzX25jaWQ9NjcyMjk0MDA4JnV0bV9zb3VyY2U9ZXh0ZW5zaW9uJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPXByb21vXzU3MzI1Njg1NDg3Njk3OTIiLCAiZSI6ICI1NzMyNTY4NTQ4NzY5NzkyIn0==340371543099172> On Wed, Feb 24, 2016 at 12:14 AM, Charlie Mordant <cmorda...@gmail.com> wrote: > Hi, > > OpenJPA 2.4.1 is available on central at least until 3 days (I'm using it, > and I love it ;) ). > > Regards,

Re: openjpa 2.4.1

2016-02-24 Thread Christian Schneider
I have just updated karaf to use openjpa 2.4.1 on master and karaf-4.0.x branch. Would be happy about your feedback. https://issues.apache.org/jira/browse/KARAF-4359 Christian On 24.02.2016 09:14, Charlie Mordant wrote: Hi, OpenJPA 2.4.1 is available on central at least until 3 days (I'm

Re: openjpa 2.4.1

2016-02-01 Thread Jean-Baptiste Onofré
Yes, Mark (Struberg) and Romain said they gonna release it very soon (this week). Regards JB On 02/01/2016 07:42 PM, Pratt, Jason wrote: Jb – any response back yet? jason *From:*Pratt, Jason *Sent:* Tuesday, January 26, 2016 1:46 PM *To:* 'user@karaf.apache.org' *Subject:* openjpa 2.4.1

Re: openjpa 2.4.1

2016-01-26 Thread Jean-Baptiste Onofré
Hi Jason, let me ping Romain (from OpenJPA) today to see if he plans a release soon. I keep you posted. Regards JB On 01/26/2016 10:45 PM, Pratt, Jason wrote: Any idea when this will be released with the version fix so we can use it in karaf? -- Jean-Baptiste Onofré jbono...@apache.org

openjpa 2.4.1

2016-01-26 Thread Pratt, Jason
Any idea when this will be released with the version fix so we can use it in karaf?