On Sun, 12 May 2002 19:27, Paul Hammant wrote:
> We've gone back to the the jar files not being unpacked.

There still unpacked. They are just unpacked under a temporary hierarchy - 
namely  

$PHOENIX_HOME/work/myapp-1234/SAR-INF/classes/
$PHOENIX_HOME/work/myapp-1234/SAR-INF/lib/*.jar

> Where separation.xml is like :
>
> <?xml version="1.0"?>
> <separation>
>    <classloader id="1">
>      <interface jar="jo-interface.jar"/>
>      <impl jar="jo-impl.jar"/>
>    </classloader>
>    <classloader id="2">
>      <interface jar="cornerstone-api.jar"/>
>      <impl jar="cornerstone-impl.jar"/>
>    </classloader>
>    <classloader id="3">
>      <interface jar="myblock-api.jar"/>
>      <impl jar="myblock-impl.jar"/>
>    </classloader>
> </separation>

I am not sure what the above is trying to do exactly (You mean to put the 
interface and implementations in same ClassLoaders?). However you may want to 
have a look at 

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8653

which describes one strategy of fixing things.

-- 
Cheers,

Peter Donald


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to