Generated services.xml contains <serviceFactory>#xmlbeansServiceFactory</serviceFactory> -----------------------------------------------------------------------------------------
Key: XFIRE-1068 URL: http://jira.codehaus.org/browse/XFIRE-1068 Project: XFire Issue Type: Bug Components: Generator Affects Versions: 1.2.6 Environment: XFire 1.2.6, Windows XP, JDK 1.5, Eclipse 3.2.2 Reporter: Michael Mattox Assignee: Dan Diephouse Priority: Minor Attachments: schemas.jar, test wsdl 10.zip The generated services.xml file is: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://xfire.codehaus.org/config/1.0"> <service> <serviceClass>org.example.Test10.Test10Impl</serviceClass> <wsdlURL>file:/D:/projects/MediaMetrie/projects/pam/workspace/test-wsdl/WEB-INF/src/test/Test10.wsdl</wsdlURL> <serviceFactory>#xmlbeansServiceFactory</serviceFactory> </service> </beans> the <serviceFactory>#xmlbeansServiceFactory</serviceFactory> should not use # but should have the full class name of the factory (including package). When I don't use xmlbeans the services.xml is correct. My WSDL is attached & schemas.jar (contains xmlbeans) is attached. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email