[
https://issues.apache.org/jira/browse/ODE-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jon Coogan updated ODE-598:
---------------------------
Attachment: test.zip
BPEL Process for reproducing the problem. It imports a WSDL that causes Ode
1.3.2 to throw a CompilationException.
> CompilationException for certain WSDLs
> --------------------------------------
>
> Key: ODE-598
> URL: https://issues.apache.org/jira/browse/ODE-598
> Project: ODE
> Issue Type: Bug
> Components: BPEL Compilation/Parsing
> Environment: 32-bit Windows XP. Java 6. Ode 1.3.2.
> Reporter: Jon Coogan
> Attachments: test.zip
>
>
> I've noticed that Ode 1.X will throw a CompilationException for BPEL
> processes that import certain types of WSDLs. These same processes/WSDLs
> work fine in Ode 1.2.
>
> I think it has something to do with local schema imports (e.g. an import
> statement that does not have a schemaLocation attribute). See the attached
> .bpel process. The process will deploy in Ode 1.2, but in Ode 1.3.2 the
> imports/Test.wsdl file causes a CompilationException:
> org.apache.ode.bpel.compiler.api.CompilationException: error:
> [CompilationErrors] Compilation completed with 2 error(s):
>
> file:/C:/Documents%20and%20Settings/Administrator/Desktop/apache-tomcat-6.0.18/webapps/ode/WEB-INF/processes/test/imports/Test.wsdl:0:
> error: [SchemaError] Error in schema processing: sch-props-correct.2: A
> schema cannot contain two global components with the same name; this schema
> contains two occurrences of 'mytestnamespace,request'.
>
> file:/C:/Documents%20and%20Settings/Administrator/Desktop/apache-tomcat-6.0.18/webapps/ode/WEB-INF/processes/test/imports/Test.wsdl:0:
> error: [SchemaError] Error in schema processing: sch-props-correct.2: A
> schema cannot contain two global components with the same name; this schema
> contains two occurrences of 'myothertestnamespace,SomeType'.
> at
> org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:752)
> at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:263)
> at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:333)
> at
> org.apache.ode.store.DeploymentUnitDir$5.run(DeploymentUnitDir.java:176)
> at org.apache.ode.utils.InternPool.runBlock(InternPool.java:57)
> at
> org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:173)
> at
> org.apache.ode.store.DeploymentUnitDir.compile(DeploymentUnitDir.java:137)
> at
> org.apache.ode.store.ProcessStoreImpl.deploy(ProcessStoreImpl.java:176)
> ... 3 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.