views:

14

answers:

0

Hello, I'm experiencing an exception when running the example code listed on the WSClient page - http://www.grails.org/plugin/ws-client. See error below. Any ideas? Thanks, Steve

javax.xml.bind.JAXBException: "org.tempuri" doesnt contain ObjectFactory.class or jaxb.index

    at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:197)

    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:133)

    at javax.xml.bind.ContextFinder.find(ContextFinder.java:286)

    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:372)

    at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:349)

    at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:196)

    at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:175)

    at groovyx.net.ws.AbstractCXFWSClient.createClient(AbstractCXFWSClient.java:198)