Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Embedded Jetty class loading issues

I've created https://bugs.eclipse.org/bugs/show_bug.cgi?id=301608
to track this.

cheers


Aurélien Pupier wrote:
> Hi Tony,
> 
> I encountered this kind of issues some time ago.
> 
> The problem with the LogInstance maybe that you need to explicitly call
> the release of the classloader which has loaded them
> : LogFactory.release(yourClassLoader);
> 
> Hope this help.
> 
> Regards,
> 
> Aurelien Pupier
> 
> R&D Engineer, BOS Studio Developer
> 
> BonitaSoft - Open your processes <http://www.bonitasoft.com/> 	
> email : aurelien.pupier@xxxxxxxxxxxxxx
> <mailto:charles.souillard@xxxxxxxxxxxxxx>
> 
> 
> This message and any attachment (the "message") is intended solely for
> the addressees and is confidential. If you receive this message by
> mistake, please delete it and notify the sender immediately. Any use not
> in accordance with its purpose, any out-spread or disclosure, either as
> a whole or partially, is prohibited except with formal approval.
> Internet cannot guarantee the integrity of this message, therefore
> BonitaSoft will not be liable for the message if modified.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top