On Thu, Feb 21, 2008 at 1:35 PM, Barath <[EMAIL PROTECTED]> wrote: > > Hi, > > Thank you. > The static variable in the class(class resides inside the jar of shared lib) > got printed when i call it from the components MyEndpoint.java , so i > thought it got included. > >
Ok, I missed that point. Could you try to access the class from inside the MyEndpoint constructor ? It may be a problem with the thread context classloader not being properly set ... -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
