Mantis - Resin
Viewing Issue Advanced Details
663 minor always 01-03-06 10:01 04-05-06 16:03
ferg  
ferg  
normal  
closed 3.0.17  
fixed  
none    
none 3.0.19  
0000663: compiling class loader for an expanded JAR file
3 -- compiling class loader for an expanded JAR file

  for expanded JAR files inside an expanded EAR file, I would like to
  be able to define a compiling class loader.

The only nuance here is that JAR files do not have the same structure as .WAR
files and WEB-INF/ directories as in src and classes directories. The top
level of the JAR file is the root of that element of the classpath.

<resin ...>
  <server ...>

    <class-loader ...>

    <host-default>
      <class-loader ...>
      <ear-deploy path='deploy/ear/' expand-path='deploy/ear/'/>
      <rar-deploy path='deploy/rar/' expand-path='deploy/rar/'/>
      <war-deploy path='deploy/war/' expand-path='deploy/war/'/>

      <ear-default>
        <class-loader ...> <!-- ear class loader shares rars within .ear -->
      <rar-default>
        <class-loader ...>
      <war-default>
        <class-loader ...>

    </host-default>


Notes
(0000825)
ferg   
01-30-06 16:56   
the added capability could be ear-default and rar-default.
(0001021)
ferg   
04-05-06 16:03   
server/306n