read a little more about aegis mappings.... all of the bean properties are transformed in the WSDL file which means that for XMLBeans you get: immutable nil domNode
it is the latter "domNode" which maps to a complex type with a targetNamespace="http://dom.w3c.org". the error says that the baseURI property in the domNode isn't found/present which shouldn't be a problem since the property is nillable according to the schema definition (wsdl). is there a way to ignore the above properties in general for all XMLBean objects? rather than creating an aegis.xml mapping for every XmlObject bean? or better yet why does the error pop up in the first place? -- View this message in context: http://www.nabble.com/Error-with-POJO-containing-XMLBean-properties-tf3809834.html#a10784076 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
