Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #851 from zanata/fix-rhino-on-eap-rpm
Browse files Browse the repository at this point in the history
Fix ClassNotFoundException on EAP rpm: rhbz1228086
  • Loading branch information
seanf committed Jun 5, 2015
2 parents 12580d1 + 12e569d commit e4369ed
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -38,6 +38,13 @@
<module name="org.jboss.security.negotiation" />
<module name="org.picketbox" />
<module name="org.slf4j" />
<system>
<paths>
<!-- Needed by de.christophkraemer.rhino.javascript.RhinoScriptEngine -->
<path name="sun/security/action"/>
<path name="sun/security/util" />
</paths>
</system>
</dependencies>
</deployment>
</jboss-deployment-structure>

0 comments on commit e4369ed

Please sign in to comment.