Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Fixed [Bug 184667] Update stp code to support latest Apache CXF


----- Original Message ----- From: <bugzilla-daemon@xxxxxxxxxxx>
To: <johnson.ma@xxxxxxxx>
Sent: Monday, May 14, 2007 3:29 PM
Subject: [Bug 184667] Update stp code to support latest Apache CXF


https://bugs.eclipse.org/bugs/show_bug.cgi?id=184667
Product/Component: SOA / org.eclipse.stp.servicecreation


johnson.ma@xxxxxxxx changed:

          What    |Removed                     |Added
----------------------------------------------------------------------------
            Status|NEW                         |RESOLVED
        Resolution|                            |FIXED




------- Comment #1 from johnson.ma@xxxxxxxx  2007-05-14 03:29 -------
Updated to use the latest apache cxf java2wsdl tool, with following
modifications:
* use new java2wsdl api.
* found the java.xml.soap is missing from apache cxf plugin, reported to apache
cxf team
* remove jaxb builder, since the java2wsdl tool will generate those type
classes
* comment out the merge schema and wsdl. since there won't have seperate schema
file.
* code merge set to only merge Client, Impl, and Server.
Otherwise, will get compile errors since j2w and w2j generated different jaxb
type class from cxf.
*remove @WebParam annotation rule, since the apache cxf runtime has removed
this limitation
*updated unit tests for this change



--
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Back to the top