[
https://issues.apache.org/jira/browse/ODE-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karthick Sankarachary resolved ODE-750.
---------------------------------------
Resolution: Fixed
svn commit -m "ODE-750 Handle Recursive WSDL Dependencies in BPEL Compiler"
Sending
bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/WSDLRegistry.java
Adding bpel-scripts/src/main/resources/2.0/good/circularReference
Adding
bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel
Adding
bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl
Adding
bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl
Transmitting file data ....
Committed revision 901836.
> BPEL compiler goes into a recursive infinite loop when wsdl dependencies
> refer to each other.
> ---------------------------------------------------------------------------------------------
>
> Key: ODE-750
> URL: https://issues.apache.org/jira/browse/ODE-750
> Project: ODE
> Issue Type: Bug
> Components: BPEL Compilation/Parsing
> Affects Versions: 1.3.3
> Reporter: Antoine Toulme
> Fix For: 1.3.4
>
> Attachments: fix_for_circular_dependency,
> test_case_circular_dependency
>
>
> The BPEL compiler fails to compile a bpel process that depends on WSDL files
> that refer to each other.
> It goes into a recursive loop where each wsdl is added to the definitions
> until a StackOverflowError is thrown.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.