Re: [daemon] classloader and jsvc

2005-08-23 Thread John Yates
As I prepare to do so I realize it was on the Windows side with procrun that I had the problem, not with jsvc. I apologize to anyone who might have been trying to chase this down over there (unless, of course, its there as well!). As penance for this mistake I will see if the problem IS

Re: [daemon] classloader and jsvc

2005-08-22 Thread Jean-frederic Clere
John Yates wrote: I recently tracked down a NullPointerException in my jsvc loaded java application to the fact that Thread.getContextClassLoader() returning null. JAXBContext.newInstance(String contextPath) effectively is JAXBContext.newInstance(contextPath, Thread.getContextClassLoader()

Re: [daemon] classloader and jsvc

2005-08-16 Thread robert burrell donkin
On Mon, 2005-08-15 at 22:23 +0200, John Yates wrote: > I recently tracked down a NullPointerException in my jsvc loaded java > application to the fact that Thread.getContextClassLoader() returning > null. JAXBContext.newInstance(String contextPath) effectively is > JAXBContext.newInstance(co

[daemon] classloader and jsvc

2005-08-15 Thread John Yates
I recently tracked down a NullPointerException in my jsvc loaded java application to the fact that Thread.getContextClassLoader() returning null. JAXBContext.newInstance(String contextPath) effectively is JAXBContext.newInstance(contextPath, Thread.getContextClassLoader()) and dies if the