Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Aug 15th, 2011  |  syntax: None  |  size: 0.50 KB  |  views: 80  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Workaround:
  2.  Patch: modules/javax/activation/api/main/module.xml
  3.  
  4. <module xmlns="urn:jboss:module:1.0" name="javax.activation.api">
  5.  
  6.     <dependencies>
  7.         <module name="javax.api"/>
  8.     </dependencies>
  9.  
  10.     <resources>
  11.         <resource-root path="activation-1.1.1.jar"/>
  12.         <resource-root path="mail-1.4.4.jar"/>
  13.         <!-- Insert resources here -->
  14.     </resources>
  15. </module>
  16.  
  17.  
  18.  Copy modules/javax/mail/api/main/mail-1.4.4* modules/javax/activation/api/main/
  19.  Restart AS7.
clone this paste RAW Paste Data