hi all,
we are try to access dfs by a wsdl based client, but we are getting the following exception while run the program.
javax.xml.ws.WebServiceException
: Unable to create JAXBContextat com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(
AbstractSEIModelImpl.java:158)at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(
AbstractSEIModelImpl.java:87)at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(
RuntimeModeler.java:262)at com.sun.xml.ws.client.WSServiceDelegate.addSEI(
WSServiceDelegate.java:633)at com.sun.xml.ws.client.WSServiceDelegate.getPort(
WSServiceDelegate.java:328)at com.sun.xml.ws.client.WSServiceDelegate.getPort(
WSServiceDelegate.java:311)at com.sun.xml.ws.client.WSServiceDelegate.getPort(
WSServiceDelegate.java:304)at javax.xml.ws.Service.getPort(
Service.java:92)at com.emc.documentum.fs.services.core.SchemaService.getSchemaServicePort(
SchemaService.java:56)at JaxWsDfsNoRegistrationConsumer.callSchemaService(
JaxWsDfsNoRegistrationConsumer.java:94)at JaxWsDfsNoRegistrationConsumer.main(
JaxWsDfsNoRegistrationConsumer.java:185)Caused by:
java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptionsThere's no ObjectFactory with an @XmlElementDecl for the element {http://content.core.datamodel.fs.documentum.emc.com/}renditionType.
this problem is related to the following location:
at protected javax.xml.bind.JAXBElement com.emc.documentum.fs.datamodel.core.content.Content.renditionType
at com.emc.documentum.fs.datamodel.core.content.Content
at protected java.util.List com.emc.documentum.fs.datamodel.core.DataObject.contents
at com.emc.documentum.fs.datamodel.core.DataObject
at protected java.util.List com.emc.documentum.fs.datamodel.core.DataPackage.dataObjects
at com.emc.documentum.fs.datamodel.core.DataPackage
at protected com.emc.documentum.fs.datamodel.core.DataPackage com.emc.documentum.fs.datamodel.core.query.QueryResult.dataPackage
at com.emc.documentum.fs.datamodel.core.query.QueryResult
at public com.emc.documentum.fs.datamodel.core.query.QueryResult com.emc.documentum.fs.datamodel.core.query.ObjectFactory.createQueryResult()
at com.emc.documentum.fs.datamodel.core.query.ObjectFactory
at java.security.AccessController.doPrivileged(Native Method)at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(
AbstractSEIModelImpl.java:148)... 10 more
Caused by:com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptionsThere's no ObjectFactory with an @XmlElementDecl for the element {http://content.core.datamodel.fs.documentum.emc.com/}renditionType.
this problem is related to the following location:
at protected javax.xml.bind.JAXBElement com.emc.documentum.fs.datamodel.core.content.Content.renditionType
at com.emc.documentum.fs.datamodel.core.content.Content
at protected java.util.List com.emc.documentum.fs.datamodel.core.DataObject.contents
at com.emc.documentum.fs.datamodel.core.DataObject
at protected java.util.List com.emc.documentum.fs.datamodel.core.DataPackage.dataObjects
at com.emc.documentum.fs.datamodel.core.DataPackage
at protected com.emc.documentum.fs.datamodel.core.DataPackage com.emc.documentum.fs.datamodel.core.query.QueryResult.dataPackage
at com.emc.documentum.fs.datamodel.core.query.QueryResult
at public com.emc.documentum.fs.datamodel.core.query.QueryResult com.emc.documentum.fs.datamodel.core.query.ObjectFactory.createQueryResult()
at com.emc.documentum.fs.datamodel.core.query.ObjectFactory
at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(
JAXBContextImpl.java:438)at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(
JAXBContextImpl.java:286)at com.sun.xml.bind.v2.ContextFactory.createContext(
ContextFactory.java:139)at com.sun.xml.bind.api.JAXBRIContext.newInstance(
JAXBRIContext.java:105)at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(
AbstractSEIModelImpl.java:153)at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(
AbstractSEIModelImpl.java:149)
we treid runing the sample given in dfs-sdk-6.5 , but the sample running only for schema service, for other services we are getting the same exception .
can anyboby help us on this?.