[
https://issues.apache.org/jira/browse/CXF-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-2093.
------------------------------
Resolution: Fixed
Fix Version/s: 2.2.6
2.1.9
I'm resolving this. Using the test case above, I checked:
|| Client || Server
|2.1.9-SNAPSHOT|2.1.9-SNAPSHOT|
|2.1.9-SNAPSHOT|2.2.6-SNAPSHOT|
|2.2.6-SNAPSHOT|2.1.9-SNAPSHOT|
|2.2.6-SNAPSHOT|2.2.6-SNAPSHOT|
Thus, all the 2.1 <--> 2.2 scenarios are now working. The 2.0.x scenarios
might not be, but we don't support 2.0.x anymore.
> CXF Compatiblity
> ----------------
>
> Key: CXF-2093
> URL: https://issues.apache.org/jira/browse/CXF-2093
> Project: CXF
> Issue Type: Bug
> Components: Integration
> Affects Versions: 2.0.9, 2.1.3, 2.0.10, 2.1.4, 2.2, 2.1.5
> Reporter: Brian Relph
> Assignee: Benson Margulies
> Fix For: 2.1.9, 2.2.6
>
> Attachments: cxf-test-case.zip
>
>
> The attached projects attempt to illustrate the compatibility problems
> between CXF versions. The projects also illustrate some bugs within each CXF
> code branch. Hopefully these test projects can help to identify the bugs.
> The -service projects are wars. They each contain a test that starts the
> war, generates a client, and runs each service method. The wars can also run
> standalone with 'mvn jetty:run', and you can run the -client projects tests
> against it.
> The -client projects contains a test that creates a client, and attempts to
> run each service method against a localhost:8080 server.
> Here is an overview of the current compatibility with the supplied projects:
> 2.0 Service
> ----------------
> 1. 2.0 Client: The client throws a null-pointer exception when creating the
> Aegis databinding at
> org.apache.cxf.aegis.type.basic.BeanTypeInfo.getType(BeanTypeInfo.java:199).
> 2. 2.1 Client: The client throws a null-pointer exception when creating
> the Aegis databinding at
> org.apache.cxf.aegis.type.basic.BeanType.getMinOccurs(BeanType.java:775).
> 3. 2.2 Client: The client cannot send any method arguments (all methods
> receive null-valued arguments.
> 2.1 Service
> ----------------
> 1. 2.0 Client: The client throws a null-pointer exception when creating the
> Aegis databinding at
> org.apache.cxf.aegis.type.basic.BeanTypeInfo.getType(BeanTypeInfo.java:199).
> 2. 2.1 Client: The client throws a null-pointer exception when creating
> the Aegis databinding at
> org.apache.cxf.aegis.type.basic.BeanType.getMinOccurs(BeanType.java:775).
> 3. 2.2 Client: The client cannot send any method arguments (all methods
> receive null-valued arguments.
> 2.2 Service
> ----------------
> 1. 2.0 Client: The client throws a null-pointer exception when creating the
> Aegis databinding at
> org.apache.cxf.aegis.type.basic.BeanTypeInfo.getType(BeanTypeInfo.java:199).
> 2. 2.1 Client: The client throws a null-pointer exception when creating
> the Aegis databinding at
> org.apache.cxf.aegis.type.basic.BeanType.getMinOccurs(BeanType.java:775).
> 3. 2.2 Client: All tests pass.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.