[jboss-jira] [JBoss JIRA] Reopened: (JBAS-3666) Replace the dom4j dependency with a jarjar'ed equivalent
Scott M Stark (JIRA)
jira-events at jboss.com
Thu Sep 21 13:44:01 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3666?page=all ]
Scott M Stark reopened JBAS-3666:
---------------------------------
Assignee: Scott M Stark (was: Dimitris Andreadis)
The current 4.0 build is failing with errors like:
2006-09-21 10:25:42,343 WARN [org.jboss.system.ServiceController] Problem starting service jboss.web.deployment:war=invoker.war,id=1836912571
java.lang.NoClassDefFoundError: org/dom4j/DocumentException
at org.jboss.security.jacc.JBossPolicyConfigurationFactory.<init>(JBossPolicyConfigurationFactory.java:57)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at javax.security.jacc.PolicyConfigurationFactory.getPolicyConfigurationFactory(PolicyConfigurationFactory.java:91)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:351)
at org.jboss.web.WebModule.startModule(WebModule.java:83)
at org.jboss.web.WebModule.startService(WebModule.java:61)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
This particular case is due to the jboss/common snapshot-Branch_1_0 still having dom4j dependencies? I'm looking into it.
> Replace the dom4j dependency with a jarjar'ed equivalent
> --------------------------------------------------------
>
> Key: JBAS-3666
> URL: http://jira.jboss.com/jira/browse/JBAS-3666
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Dimitris Andreadis
> Assigned To: Scott M Stark
> Fix For: JBossAS-4.0.5.GA
>
>
> Ofuscate the dom4j classes using jarjar to avoid these leaking into the user space. The dom4j subset we included in 4.0.4 broke use of xpath from dom4j since it has an explicit dependency on jaxen.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list