[jboss-dev-forums] [Design the new POJO MicroContainer] - AbstractVFSParsingDeployer doesn't kick in upon server reboo

heiko.braun@jboss.com do-not-reply at jboss.com
Wed Mar 4 06:19:48 EST 2009


I did a JBPMMetaDataDeployer that process *.par archives and prepares the meta data (output= JBPMDeploymentMetaData) for the actual JBPMDeployer:


  | public class JBPMMetaDataDeployer extends AbstractVFSParsingDeployer<JBPMDeploymentMetaData>
  | {
  | ...
  | }
  | 

It's configured to pick up *.par and process *.jpdl.xml files:


  | <bean name="org.jbpm:service=MetaDataDeployer"
  |         class="org.jbpm.integration.jboss5.JBPMMetaDataDeployer">
  |     
  |     <property name="suffix">jpdl.xml</property>
  |     <property name="jarExtension">par</property>
  |     <property name="allowMultipleFiles">true</property>
  | 
  | 

It all works fine when i copy new artifcat to the deploy directory,
however upon AS reboot, the JBPMMetaDataDeployer doesn't kick in.
Although I can see that the main deployer processes it:


  | 2009-03-04 11:50:51,903 DEBUG [org.jboss.deployers.plugins.deployers.DeployersImpl] (main) Fully Deployed vfsfile:/Users/h
  | braun/dev/prj/jboss/tags/JBoss_5_0_0_GA/build/output/jboss-5.0.0.GA/server/default/deploy/Simple-Alpha2.par
  | 

Any ideas what I might doing wrong?

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

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



More information about the jboss-dev-forums mailing list