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
> 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
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
> 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
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