Peter,

We've gone back to the the jar files not being unpacked. I had problems 
with that and Jesktop in the past.  I'll try to do some work to see if 
that is still an issue.  It is fine for EOB which is similar to Jesktop 
in that it is an application hosting environment, but different in that 
it does not support hot installation.

How about an xml file in the lib dir which denotes what is what in terms 
of interface and impl

SAR-INF/lib/
    jo-interface.jar
    jo-impl.jar
    cornerstone-api.jar
    cornerstone-impl.jar
    myblock-api.jar
    myblock-impl.jar
    separation.xml

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>

Thoughts?

- Paul

   
   


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

Reply via email to