Re: Classloader weirdities

2001-09-03 Thread Rickard Öberg
Remy Maucherat wrote: > If it really does nothing now and it was ok in b7, maybe it's also a > regression caused by a new feature Craig introduced (the new CATALINA_BASE > property). I had trouble with that and my service stuff. Sounds like a possible culprit yes. > > I will commit what I have n

Re: Classloader weirdities

2001-09-03 Thread Remy Maucherat
> Remy Maucherat wrote: > > What is not working with the latest sources ? > > It is quite bizarre really. I am using the EmbeddedManager MBean, and > when I call "start" nothing happens. No listener is started. As a > side-effect I can't test much of anything. Going back to T4b7 makes it > work ag

Re: Classloader weirdities

2001-09-03 Thread Rickard Öberg
Remy Maucherat wrote: > What is not working with the latest sources ? It is quite bizarre really. I am using the EmbeddedManager MBean, and when I call "start" nothing happens. No listener is started. As a side-effect I can't test much of anything. Going back to T4b7 makes it work again. > The m

Re: Classloader weirdities

2001-09-03 Thread Remy Maucherat
> Hi! > > I'm working on the JBoss plugin for Catalina, and everything is going > well except for classloading. For some very obscure reason I can't get > Catalina to pick up new classes. What the plugin does is to delegate to > the EmbeddedManager MBean (which internally delegates to Embedded) on

Classloader weirdities

2001-09-03 Thread Rickard Öberg
Hi! I'm working on the JBoss plugin for Catalina, and everything is going well except for classloading. For some very obscure reason I can't get Catalina to pick up new classes. What the plugin does is to delegate to the EmbeddedManager MBean (which internally delegates to Embedded) on deploy. If