You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Tammo van Lessen (JIRA)" <ji...@apache.org> on 2010/04/13 14:29:43 UTC

[jira] Updated: (ODE-598) CompilationException for certain WSDLs

     [ https://issues.apache.org/jira/browse/ODE-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-598:
---------------------------------

    Fix Version/s: 1.3.5

> 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
>             Fix For: 1.3.5
>
>         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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira