]
Jason Greene updated WFLY-3463:
-------------------------------
Fix Version/s: 10.1.0.Final
(was: 10.1.0.CR1)
org.apache.cxf.wsdl11.WSDLManagerImpl needs read access to the jre
wsdl.properties
----------------------------------------------------------------------------------
Key: WFLY-3463
URL:
https://issues.jboss.org/browse/WFLY-3463
Project: WildFly
Issue Type: Feature Request
Components: Security Manager
Affects Versions: 9.0.0.CR1
Reporter: Scott Marlow
Assignee: Alessio Soldano
Fix For: 10.1.0.Final
During TCK testing (with security-manager enabled), I am seeing a
java.security.AccessControlException: WFSM000001: Permission check failed for
("java.io.FilePermission"
"/qa/tools/opt/x86_64/jdk1.7.0_60/jre/lib/wsdl.properties" "read")
from org.apache.cxf.wsdl11.WSDLManagerImpl.
Some related comments from irc:
{quote}
http://sourceforge.net/p/wsdl4j/patches/1/
<asoldano> smarlow, I'm currently working around the problem (when running with
security manager on) by setting
"-Djavax.wsdl.factory.WSDLFactory=com.ibm.wsdl.factory.WSDLFactoryImpl" when
starting the jvm
{quote}
Seems related to [
https://issues.apache.org/jira/browse/TUSCANY-3925] which also has a
patch.