Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-M6
-
Component/s: Documentation
-
Labels:None
-
Number of attachments :
Description
It looks like there are some errors in XFire's User Manual
1) http://xfire.codehaus.org/Aegis+Binding
@XmlElement(namespace="urn:north-pole:operations")
public class Employee
=> this looks like to fail at compile time. The correct Attribute to use is @XmlType
2) http://xfire.codehaus.org/JSR+181+HandlerMapping
the org.codehaus.xfire.spring.XFireWebAnnotationsHandlerMapping
does not exist in M5 and M6 (at least)
Thanks. These are fixed now (will take a few minutes to sync up).
For #2, it was renamed to Jsr181HandlerMapping.