[jbossws-issues] [JBoss JIRA] Reopened: (JBWS-2714) Enable JAXBIntroductions support

Richard Opalka (JIRA) jira-events at lists.jboss.org
Wed Oct 7 10:04:05 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBWS-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Opalka reopened JBWS-2714:
----------------------------------



JAXBIntro Review:

WSCXFJAXBIntroDA has correct (20) relative order value (answering your question).

File modules/server/src/main/java/org/jboss/wsf/stack/cxf/JAXBIntroDeploymentAspect.java
is identical with JAXBIntroDA in native. IOW, JAXBIntroDeploymentAspect have to be located
in jbossws-framework and removed from both stacks.

File modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JAXBBindingCustomization.java
is identical with JAXBBindingCustomization in native. IOW, JAXBBindingCustomization have to be located
in jbossws-common and removed from both stacks. (after refactoring this you can remove dependency:

+    <dependency>
+      <groupId>org.jboss.ws.cxf</groupId>
+      <artifactId>jbossws-cxf-client</artifactId>
+      <version>${version}</version>
+    </dependency>

in modules/server/pom.xml

I didn't review the JAXBIntro tests, but if possible, please consider to move it 
to the framework (to have common test suite for all stacks).

> Enable JAXBIntroductions support
> --------------------------------
>
>                 Key: JBWS-2714
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2714
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For:  jbossws-cxf-3.2.1
>
>
> We need to make it possible to use jaxb introductions the same way as the with the Native stack.
> Allowing for configuration on client side too (currently not supported in native) would be good.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list