| Author |
javax.xml.bind.annotation.XmlSchemaType missing
|
Mat Anthony
Ranch Hand
Joined: May 21, 2008
Posts: 195
|
|
Hi All,
I'm trying to consume a third party wsdl using jax-ws approach using wsimport to generate all the client classes from the wsdl.
In my spring configuration file the bean displayBean does not get created due to the following error:-
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'displayBean' defined in ServletContext resource [/WEB-INF/applicationContext_webservices.xml]: Invocation of init method failed; nested exception is java.lang.annotation.IncompleteAnnotationException: javax.xml.bind.annotation.XmlSchemaType missing element name
Not sure how to fix the bind error. The class something.WebServiceSoap was generated as part of the wsimport call.
file:applicationContext_webservices.xml
file isplayBean.java
file:build.xml (sample part)
I would appreciate any help on solving this.
Mat
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: javax.xml.bind.annotation.XmlSchemaType missing
|
|
|