Fixed. But if you want, you can also fix such bugs by yourself, there is a small "edit" button on the left side of page :)
On 1/5/07, spamsucks <[EMAIL PROTECTED]> wrote:
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
-- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
