You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Glenn Williams <gl...@iosemantics.com> on 2007/08/20 21:26:43 UTC

Access to classes outside .aar file

Is there anyway to access classes outside the .aar file? 


Re: Access to classes outside .aar file

Posted by robert lazarski <ro...@gmail.com>.
The whole idea is to not allow that since classloader isolation is a
big reason for the aar in the first place, IIRC.

Can you just put all your classes in WEB-INF/lib and WEB-INF/classes ?
Its not mandatory in anyway to put your classes in an aar - I rarely
do myself. All you really need is a dir in WEB-INF/services with your
META-INF/services.xml .

HTH,
Robert

On 8/20/07, Glenn Williams <gl...@iosemantics.com> wrote:
>
>
>
>
> Is there anyway to access classes outside the .aar file?

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org