Dears,
I used NetBeans to create a Metro Web service and GlassFish to be deployed on. I get an error when I try to build -but only- if one of the operations in the web service return an Object instead of primitive types or String.
the Error is
Deploying application in domain failed; Deployment Error -- Exception occured in the wsgen process javax.xml.ws.WebServiceException: Unable to create JAXBContext
build-impl.xml:569: The module has not been deployed.
BUILD FAILED (total time: 2 seconds)
the contain this
<target if="netbeans.home" name="-run-deploy-nb">
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
</target>
help me please