Hi Jeff,
> Just to double-check: jboss only copies the /deploy/some.jar to
> /tmp/deploy/tmpejbjar[xxxxx].jar, correct?
Yep. just a copy (outputstream.write (inputstream.read()))
I ve spend a few hours with that stuff now and think there is no way
around this copy :-(
Tell me what you figured out with the IBM jdk.
why copying:
The URLClassLoader dont notices when the content behind an URL changes.
When we redeploy an jar file (same name, other content (new compiled))
the classloader gets mixed up thats why we copy the stuff to an other
URL on every redeploy.
What I think the problem is (api doc, jdk sources) its the cached
URLConnection the ClassLoader uses (cached = default), but I m not sure.
\Daniel
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]