Re: Aries + EclipseLink

2012-10-20 Thread Graham Charters
-version attributes in your package imports. For example, Import-Package: javax.transaction.xa;version=1.1.0;bundle-symbolic-name=org.apache.aries.transaction.manager;bundle-version=1.0.0 John Re: Aries + EclipseLink Hi Graham, How can I make shure, I don't resolve to the JDK

Re: Aries + EclipseLink

2012-10-18 Thread Anatoly Osiko
aries 1.0.0 comes with asm-all-3.2.jar, that what I have for my runtime. On 18/10/2012 6:11 PM, Christian Eugster wrote: Hi Anatoly, I tried now with your configuration. In the console output I have an IncompatibleClassChangeError with following stacktrace (see below). Is it possible that

Re: Aries + EclipseLink

2012-10-18 Thread Graham Charters
Maybe this has already been considered, but could one bundle be picking up XAResource from the JDK and the other from the Aries Transactions support? Javax.transaction.xa is a split package with only a subset coming from the jdk. The best solution IIRC is to make sure you don't resolve to the

Re: Aries + EclipseLink

2012-10-18 Thread Emily Jiang
I think Aries 1.0.0 comes with asm 4.0. On Thu, Oct 18, 2012 at 8:43 AM, Anatoly Osiko a...@solveitsoftware.comwrote: aries 1.0.0 comes with asm-all-3.2.jar, that what I have for my runtime. On 18/10/2012 6:11 PM, Christian Eugster wrote: Hi Anatoly, I tried now with your configuration.

Re: Aries + EclipseLink

2012-10-18 Thread Christian Eugster
I loaded every aries bundle manually down, there was no asm bundle. Am 18.10.12 11:52, schrieb Emily Jiang: I think Aries 1.0.0 comes with asm 4.0. On Thu, Oct 18, 2012 at 8:43 AM, Anatoly Osiko a...@solveitsoftware.com mailto:a...@solveitsoftware.com wrote: aries 1.0.0 comes with

Re: Aries + EclipseLink

2012-10-18 Thread Anatoly Osiko
Well, I used the arias-1.0.0 samples as a starting point, and here is the excerpt from the top pom.xml: aosiko@AO-PC ~/projects/aries-1.0.0/samples $ grep asm pom.xml 130:asmVersion3.2/asmVersion 173:groupIdasm/groupId 174:artifactIdasm-all/artifactId

Aries + EclipseLink

2012-10-16 Thread Christian Eugster
Hi, I have setup a little project with aries blueprint + jpa and eclipselink (with aries.eclipselink.adapter). Backend is Derby embedded driver. I have tree bundles, a datasource bundle for derby (ch.eugster.herakles.datasource.derby), a jpa persistence bundle

Re: Aries + EclipseLink

2012-10-16 Thread Christian Eugster
Hi Anatoly, thank you for your answer. It did not help though, sorry. I do ignore the message too now. In the meantime, I have another problem (posted it to the mailing list). Regards Christian Am 16.10.12 02:53, schrieb Anatoly Osiko: I have the same log message and tend to ignore it. I