Hi!

Ingo Bruell wrote:
> the deployer merges the jaws.xml from an earlier deployed jar file, if I
> restart jBoss.

I know why. /tmp is added by a ClassPathExtension MBean. That MBean will
check if there are any jars or zips in the directory and if so add them
to the classloader. This is exactly what happens when /lib/ext is added.
Unfortunately the deployer puts the temporary copies in /tmp so they're
added too, and thus picked up next time you start jBoss.

Daniel, can you change so that the J2EEDeployer do not use /tmp but
/tmp/deploy instead. That should fix it.

regards,
  Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


Reply via email to