You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Luciano Resende (JIRA)" <ji...@apache.org> on 2008/03/26 04:35:24 UTC

[jira] Created: (ODE-249) Move Saxon dependency version to 9.0.2

Move Saxon dependency version to 9.0.2 
---------------------------------------

                 Key: ODE-249
                 URL: https://issues.apache.org/jira/browse/ODE-249
             Project: ODE
          Issue Type: Bug
          Components: Deployment
    Affects Versions: 1.1
            Reporter: Luciano Resende
             Fix For: 1.2


Tuscany has some dependencies in Saxon 9.0.0.2. Trying to use ODE BPEL engine together with Saxon 9.0.0.2 is giving me some issues when trying to compile the BPEL process.

java.lang.NoClassDefFoundError: net/sf/saxon/xpath/StandaloneContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:164)
	at org.apache.ode.bpel.compiler.BpelCompiler.registerExpressionLanguage(BpelCompiler.java:1614)
	at org.apache.ode.bpel.compiler.BpelCompiler20Draft.<init>(BpelCompiler20Draft.java:75)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:218)
	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:330)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:161)
	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:125)
	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:165)
	at org.apache.tuscany.sca.implementation.bpel.ode.EmbeddedODEServer.deploy(EmbeddedODEServer.java:255)
	at org.apache.tuscany.sca.implementation.bpel.EmbeddedODEServerTestCase.testProcessInvocation(EmbeddedODEServerTestCase.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-249) Move Saxon dependency version to 9.0.2

Posted by "Matthieu Riou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou resolved ODE-249.
-------------------------------

    Resolution: Fixed

Karthick migrated to the 9.X branch as part of the XQuery work.

> Move Saxon dependency version to 9.0.2 
> ---------------------------------------
>
>                 Key: ODE-249
>                 URL: https://issues.apache.org/jira/browse/ODE-249
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 1.1
>            Reporter: Luciano Resende
>             Fix For: 1.3
>
>
> Tuscany has some dependencies in Saxon 9.0.0.2. Trying to use ODE BPEL engine together with Saxon 9.0.0.2 is giving me some issues when trying to compile the BPEL process.
> java.lang.NoClassDefFoundError: net/sf/saxon/xpath/StandaloneContext
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:164)
> 	at org.apache.ode.bpel.compiler.BpelCompiler.registerExpressionLanguage(BpelCompiler.java:1614)
> 	at org.apache.ode.bpel.compiler.BpelCompiler20Draft.<init>(BpelCompiler20Draft.java:75)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:218)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:330)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:161)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:125)
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:165)
> 	at org.apache.tuscany.sca.implementation.bpel.ode.EmbeddedODEServer.deploy(EmbeddedODEServer.java:255)
> 	at org.apache.tuscany.sca.implementation.bpel.EmbeddedODEServerTestCase.testProcessInvocation(EmbeddedODEServerTestCase.java:78)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at junit.framework.TestCase.runTest(TestCase.java:154)
> 	at junit.framework.TestCase.runBare(TestCase.java:127)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
> 	at junit.framework.TestSuite.run(TestSuite.java:203)
> 	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
> 	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-249) Move Saxon dependency version to 9.0.2

Posted by "Matthieu Riou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou updated ODE-249:
------------------------------

    Fix Version/s:     (was: 1.2)
                   1.3

> Move Saxon dependency version to 9.0.2 
> ---------------------------------------
>
>                 Key: ODE-249
>                 URL: https://issues.apache.org/jira/browse/ODE-249
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 1.1
>            Reporter: Luciano Resende
>             Fix For: 1.3
>
>
> Tuscany has some dependencies in Saxon 9.0.0.2. Trying to use ODE BPEL engine together with Saxon 9.0.0.2 is giving me some issues when trying to compile the BPEL process.
> java.lang.NoClassDefFoundError: net/sf/saxon/xpath/StandaloneContext
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:164)
> 	at org.apache.ode.bpel.compiler.BpelCompiler.registerExpressionLanguage(BpelCompiler.java:1614)
> 	at org.apache.ode.bpel.compiler.BpelCompiler20Draft.<init>(BpelCompiler20Draft.java:75)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:218)
> 	at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:330)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:161)
> 	at org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:125)
> 	at org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:165)
> 	at org.apache.tuscany.sca.implementation.bpel.ode.EmbeddedODEServer.deploy(EmbeddedODEServer.java:255)
> 	at org.apache.tuscany.sca.implementation.bpel.EmbeddedODEServerTestCase.testProcessInvocation(EmbeddedODEServerTestCase.java:78)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at junit.framework.TestCase.runTest(TestCase.java:154)
> 	at junit.framework.TestCase.runBare(TestCase.java:127)
> 	at junit.framework.TestResult$1.protect(TestResult.java:106)
> 	at junit.framework.TestResult.runProtected(TestResult.java:124)
> 	at junit.framework.TestResult.run(TestResult.java:109)
> 	at junit.framework.TestCase.run(TestCase.java:118)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
> 	at junit.framework.TestSuite.run(TestSuite.java:203)
> 	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
> 	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
> 	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.