The description for option org.apache.cxf.jaxws. checkPublishEndpointPermission could be found in https://cwiki.apache.org/GMOxDOC22/web-services-issues.html. I doubt that it is related to your issue. If the problem is that RMIConnector could not write it to the deploy directory, I guess that whether the problem is that JRE does not have permission to do that, as I saw that you are working on windows 7, the user control system in win 7 sometimes cause some strange behaviors.
2012/1/17 mikedanese <[email protected]> > More time spent on this, still cant deploy my war: > java.security.AccessController.doPrivileged > Seems 'RMIConnection' tries to write the war file to the deploy directory > (eg: appserver-base/repository/xx but is denied access by jre. > ( windows7 / eclipse indigo / wsce-eclipse plugin / websphere comm. edition > V3.0). > Some things I have tried: > 1. From eclipse server view(wsceV3.0) edit the 'launch configuration' to > add > VM arguments, eg: > -Djava.rmi.server.codebase=file:/C:/ibm/wsce/appserverV3.0/bin/ > -Djava.rmi.server.hostname=localhost > -Djava.security.policy=server.policy > -DXorg.apache.geronimo.deployment.LenientMFCP=true > > 2. edit jre java.policy file (jre/lib/security/java.policy) eg: > grant codeBase "file:///C:/ibm/wsce/appserverV3.0/*" { > permission java.security.AllPermission; > }; > > Please advise the correct way to grant access to write the war file to wsce > deploy directories. > > > > > -- > View this message in context: > http://apache-geronimo.328035.n3.nabble.com/DeploymentException-POJO-web-service-not-configured-by-any-web-service-builder-tp2677348p3663697.html > Sent from the Users mailing list archive at Nabble.com. > -- Ivan
