Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 39098 invoked from network); 16 Sep 2007 23:06:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2007 23:06:57 -0000 Received: (qmail 69828 invoked by uid 500); 16 Sep 2007 23:06:49 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 69683 invoked by uid 500); 16 Sep 2007 23:06:49 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 69550 invoked by uid 99); 16 Sep 2007 23:06:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2007 16:06:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of luckbr1975@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2007 23:06:44 +0000 Received: by wa-out-1112.google.com with SMTP id m28so1890738wag for ; Sun, 16 Sep 2007 16:06:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=XhAsNLuV30FSs5F1y3cMwVpIHPL6ct08gSfAwtCUUs0=; b=Q808dHcaQgrXO52cXCWBIHUyujAGUJsTWp+PjoAlJvWYe9GhphaGFm8MrZa4Mj1Q67HPuNHvRW3AdU/7pQnea8rqhAv+5pWlCiJYhw0+17pXRxEIUmvQyVOBEIxoEto7E9IurklcgmdX5+l+23BSl277fknTbh36bXdmq3u9LtM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FsKq1k0MJZlLwRdvGpNoHcyrcnVKNyw5g+aVYWKnHSHGM3KhXc14MLVnVkjLBxJ6Usz1lbn2MIZPL07T26EVhBXt1KlkT3fINU2k0T412q6PUIU0AR1gaAkPgV3QxmKfPmaGKtcFKDEB2mt8dry6cz2C7+JjyOQXRitQJjBRA0g= Received: by 10.114.121.1 with SMTP id t1mr453387wac.1189983982796; Sun, 16 Sep 2007 16:06:22 -0700 (PDT) Received: by 10.114.75.10 with HTTP; Sun, 16 Sep 2007 16:06:17 -0700 (PDT) Message-ID: <5a75db780709161606s7f2dfd4cl74c194035231aa2d@mail.gmail.com> Date: Sun, 16 Sep 2007 16:06:17 -0700 From: "Luciano Resende" To: tuscany-dev@ws.apache.org, dev@ode.apache.org, dev@openjpa.apache.org Subject: Re: Build issue with implementation-bpel module (related to OPENJPA-256) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Let me try to give a little background here. Initially I was having the same issue as the one described in OPENJPA-256 [1] and to workaround the issue, we started configuring surefire to use System Class loader. Looks like this solves the problem building the module itself, but building the parent module give us some errors as described in this thread [2]. So, this raises couple questions - Any workaround or help for this issue, so we can get this BPEL & SCA integration in our SCA 1.0 release (this needs to happen very soon, as we are targeting to cut a new RC tomorrow) - Have ODE moved to JPA JPA 1.0 on it's latest trunk code ? If not, any plans ? I tried to use the ODE 1.1 with JPA 1.0 but I was running into some issues... Well, any help is appreciated... [1] http://issues.apache.org/jira/browse/OPENJPA-256 [2] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg23439.html On 9/16/07, ant elder wrote: > I'm get a similar build failure related to surefire in the 1.0 branch: > > [INFO] Configured Artifact: org.apache.ode:ode-dao-jpa-ojpa-derby:1.1:zip > [INFO] Expanding: C:\Documents and > Settings\Administrator\.m2\repository\org\apache\ode\ode-dao-jpa-ojpa-derby\1.1\ode-dao-jpa-ojpa-derby-1. > 1.zip into > C:\Tuscany\SVN\1.0-BRN\modules\implementation-bpel\target\test-classes > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\Tuscany\SVN\1.0-BRN\modules\implementation-bpel\target\surefire-reports > [INFO] Building jar: > C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\surefirebooter15021.jar > java.lang.NoClassDefFoundError: > org/apache/maven/surefire/booter/SurefireBooter > Exception in thread "main" > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > > ...ant > > On 9/16/07, Raymond Feng wrote: > > > > Hi, > > > > I ran into an issue in the implementation-bpel module from the top-down > > build. The error message is as follows. But if I run the build for the > > module only, everything works fine. > > > > Any clue? > > > > Thanks, > > Raymond > > > > [INFO] [compiler:testCompile] > > [INFO] Compiling 4 source files to > > C:\Tuscany\java\sca\modules\implementation-bp > > el\target\test-classes > > [INFO] [dependency:unpack {execution: unpack}] > > [INFO] Configured Artifact: org.apache.ode:ode-dao-jpa-ojpa-derby:1.1:zip > > [INFO] Expanding: C:\Documents and > > Settings\Administrator\.m2\repository\org\apa > > che\ode\ode-dao-jpa-ojpa-derby\1.1\ode-dao-jpa-ojpa-derby-1.1.zip into > > C:\Tuscan > > y\java\sca\modules\implementation-bpel\target\test-classes > > [INFO] [surefire:test] > > [INFO] Surefire report directory: > > C:\Tuscany\java\sca\modules\implementation-bpe > > l\target\surefire-reports > > [INFO] Building jar: > > C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\surefirebooter57948.jar > > java.net.MalformedURLException: unknown protocol: c > > at java.net.URL.(URL.java:608) > > at java.net.URL.(URL.java:498) > > at > > sun.misc.URLClassPath$JarLoader.parseClassPath(URLClassPath.java:1118 > > ) > > at > > sun.misc.URLClassPath$JarLoader.getClassPath(URLClassPath.java:1091) > > at sun.misc.URLClassPath.getLoader(URLClassPath.java:476) > > at sun.misc.URLClassPath.getResource(URLClassPath.java:322) > > at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java > > :960) > > at > > java.security.AccessController.doPrivileged(AccessController.java:275 > > ) > > at java.net.URLClassLoader.findClass(URLClassLoader.java:488) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:607) > > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:327) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:573) > > The java class is not found: > > org.apache.maven.surefire.booter.SurefireBooter > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org > > For additional commands, e-mail: tuscany-dev-help@ws.apache.org > > > > > -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/