Reshat Sabiq <crts <at> argushealth.com> writes: > Nested exception is java.lang.NullPointerException: > null org.codehaus.xfire.XFireRuntimeException: error getting > qname of jaxb type. Nested exception is > java.lang.NullPointerException: null > java.lang.NullPointerException at > org.codehaus.xfire.jaxb.JaxbIntrospector.introspect > (JaxbIntrospector.java:30) > at org.codehaus.xfire.jaxb.JaxbType. > <init> > (JaxbType.java:27) at > org.codehaus.xfire.jaxb.JaxbTypeCreator.createJaxbType > (JaxbTypeCreator.java:64) This is because jaxbContext is null below: // use reflection to call create<TypeName> creator = jaxbContext.getClass().getMethod("create" + typeName, null);
--------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email