[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: AbstractVFSParsingDeployer doesn't kick in upon server r
emuckenhuber
do-not-reply at jboss.com
Wed Mar 4 07:39:52 EST 2009
"heiko.braun at jboss.com" wrote :
| What I don't understand is why this behaves differently when I copy an archive to the deploy directory when the server is running.
This is a known issue that the jarExtensions are not picked up when starting AS. This will be fixed in 5.1.
You would need to add your jarExtension to the bootstrap/deployers.xml for the moment like it's done here:
| <bean name="JARStructure" class="org.jboss.deployers.vfs.plugins.structure.jar.JARStructure">
| ...
| <value>.spring</value>
| <value>.rails</value>
| <value>.esb</value>
| </bean>
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214874#4214874
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214874
More information about the jboss-dev-forums
mailing list