java - unable to open web service tester page with jdk8 and netbeans 8 -
i wrote simple web service program can not test on glassfish 4.0 web server . when test web service see message : make sure service has been deployed successfully, , server running.
i can see in list of deployed web services on glassfish web server . , add file \jdk1.8.0\jre\lib fix problem.
jaxp.properties
javax.xml.accessexternalschema = all
doesn't work
also see error in url of tester page :
linenumber: 52; columnnumber: 88; schema_reference: failed read schema document 'xjc.xsd', because 'bundle' access not allowed due restriction set accessexternalschema property.
thanks in advance
this answer : https://netbeans.org/kb/docs/websvc/jax-ws.html#extschema should configure ide , glassfish server directly . special pablo
Comments
Post a Comment