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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
