http://xfire.codehaus.org/Aegis+Java+5+Annotations
The example here uses the wrong import statement
import org.codehaus.xfire.aegis.java5.XmlElement;
@XmlType(namespace="urn:north-pole:operations")It should be:import
org.codehaus.xfire.aegis.type.java5.XmlType;@XmlType(namespace="urn:north-pole:operations")While
it's a minor thing, caused me to poke around for 5 minutes to find the right
import, and as a newbie, it did not give me a warm and fuzzy feeling that it
would work!Phillip
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email