Re: Access to classes outside .aar file

2007-08-20 Thread robert lazarski
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 <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Is there anyway to access classes outside the .aar file?

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



Access to classes outside .aar file

2007-08-20 Thread Glenn Williams
Is there anyway to access classes outside the .aar file?