[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2661) Remove proprietary CXF API usage from WS-A and WS-RM samples

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Mon Aug 10 03:49:29 EDT 2009


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

Alessio Soldano updated JBWS-2661:
----------------------------------

        Summary: Remove proprietary CXF API usage from WS-A and WS-RM samples  (was: Remove proprietary CXF API usage from our samples/tests and update CXF documentation)
    Description: 
Don't use the following classes directly:

- org.apache.cxf.Bus
- org.apache.cxf.BusFactory
- org.apache.cxf.bus.spring.SpringBusFactory

Replace it with META-INF/cxf.xml files in client jars to show our users how to do it properly (so their code can be migrated cross JAX-WS implementations).

  was:
Don't use the following classes directly:

- org.apache.cxf.Bus
- org.apache.cxf.BusFactory
- org.apache.cxf.bus.spring.SpringBusFactory

Replace it with providing META-INF/cxf.xml files in client jars to show our users how to do it properly (so their code can be migrated cross JAX-WS implementations).



> Remove proprietary CXF API usage from WS-A and WS-RM samples
> ------------------------------------------------------------
>
>                 Key: JBWS-2661
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2661
>             Project: JBoss Web Services
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf
>    Affects Versions:  jbossws-cxf-3.1.1
>            Reporter: Richard Opalka
>            Assignee: Alessio Soldano
>            Priority: Minor
>             Fix For: jbossws-cxf-3.2.0
>
>
> Don't use the following classes directly:
> - org.apache.cxf.Bus
> - org.apache.cxf.BusFactory
> - org.apache.cxf.bus.spring.SpringBusFactory
> Replace it with META-INF/cxf.xml files in client jars to show our users how to do it properly (so their code can be migrated cross JAX-WS implementations).

-- 
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