JBoss uses the original deployment urls, not the tmp urls.

>From org.jboss.mx.loading.UnifiedClassLoader

  |    /**
  |     * Determine the protection domain. If we are a copy of the original
  |     * deployment, use the original url as the codebase.
  |     * @return the protection domain
  |     * @todo certificates and principles?
  |     */
  |    protected ProtectionDomain getProtectionDomain()
  |    {
  |       return getProtectionDomain(origURL != null ? origURL : url);
  |    }
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867138#3867138

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867138


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to