Stephen.

> There is the problem - infomover does not declare itself as 
> an extenion 
> jar file.  Jar files in an extenion directory only get resolved and 
> loaded if another jar file includes a extension depededency 
> declaration 
> in its jar manafest.  What you need to do is to include a refernce to 
> the infomover jar file in the classpath declaration for the infomover 
> container.
> 
> Here is an exteract from the infomove.xml file:
> 
>    <kernel>
> 
>      <container name="infomover">
> 
>        <classpath>
>          <fileset dir="../../jakarta-avalon-apps/infomover/build/lib">
>            <include name="infomover.jar"/>
>          </fileset>
>        </classpath>
> 
>         <!-- other stuff -->
>        
>      </container>
> 
>    </kernel>
> 

Actually this seems ok.  The jar exists in the named directory.  But... 
the jar does not contain the package:

org.apache.infomover.connection.impl

I guess I didn't refresh my source correctly.  Will try again later.

Kevin


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

Reply via email to