Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.7
-
Fix Version/s: 4.1
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||
|---|---|---|---|
|
|||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Blocker [ 1 ] | |
| Description |
# I have an interceptor declaring a dependency on {{org.apache.xmlbeans:xmlbeans:2.4.0}} to parse and bind XML into Java objects.
# Configure the component (BC SOAP) with this interceptor: -- package all needed jar (including {{xmlbeans-2.4.0.jar}}), -- declare the interceptor into the JBI descriptor on both ACCEPT and ACCEPT-RESPONSE phases The interceptor is not able to parse and bind my XML. After analysis, the problem is due to a library conflict on XmlBeans: the BC SOAP already provides another version of XmlBean: 2.1.0 ({{xbean-2.1.0.jar}} through Axis2. Perhaps, a classloader isolation should be implemented to isolate interceptors and the component ? |
# I have an interceptor declaring a dependency on {{org.apache.xmlbeans:xmlbeans:2.4.0}} to parse and bind XML into Java objects.
# Configure the component (BC SOAP) with this interceptor: -- package all needed jar (including {{xmlbeans-2.4.0.jar}}), -- declare the interceptor into the JBI descriptor on both ACCEPT and ACCEPT-RESPONSE phases The interceptor is not able to parse and bind my XML. After analysis, the problem is due to a library conflict on XmlBeans: the BC SOAP already provides another version of XmlBean: 2.1.0 ({{xbean-2.1.0.jar}} through Axis2. Perhaps, a classloader isolation should be implemented to isolate interceptors and the component ? |
| Link | This issue depends on PETALSCDK-149 [ PETALSCDK-149 ] |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Blocker [ 1 ] | Major [ 3 ] |
| Assignee | Nicolas Oddoux [ noddoux ] | Christophe DENEUX [ cdeneux ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 4.1 [ 10186 ] | |
| Resolution | Fixed [ 1 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

xmlbean is no more embedded in the Petals BC SOAP since the version 4.1.
An issue about classloader isolation for interceptor has been created: PETALSCDK-149