[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

bob.mcwhirter do-not-reply at jboss.com
Mon Dec 1 13:37:42 EST 2008


It's not so much my structure shows up too late, but rather the JEP portion shows up too late for something calling getChildren() on the deploy/ directory, it *seems*.

It's handing the child to my deployer at the right time, but it appears that the getChildren() against deploy/ is happening before JEP installation, so it doesn't know that myapp.rails should be handled as a JAR instead of as a normal filesystem file.

At least that's what I'm thinking is happening.  A hot deploy after AS is fully running, the getChildren() is smart enough to delegate to a JARHandler for myapp.rails.

Anyhow, I have not been able to figure it out yet.  

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193545#4193545

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193545



More information about the jboss-user mailing list