[jboss-user] [JBoss Microcontainer Users] - Re: Running a deployer on resource in classpath

2009-12-09 Thread alesj
"rareddy" wrote : | Then I thought there is no "deployment unit" available for this to be invoked, so added "@ManagementDeployment" and "@ManagementObject" annotations to my metadata object "SystemVDBMetadata" class and deployed that object, this object is available as input to the deployer b

[jboss-user] [JBoss Microcontainer Users] - Re: Running a deployer on resource in classpath

2009-12-09 Thread rareddy
I extended the my deployer using the AbstractSimpleVFSRealDeployer as below | public class SystemVDBDeployer extends AbstractSimpleVFSRealDeployer { | | public SystemVDBDeployer() { | super(SystemVDBMetadata.class); | } | | @Override | public void deploy(VFSDe

[jboss-user] [JBoss Microcontainer Users] - Re: Running a deployer on resource in classpath

2009-11-30 Thread alesj
That should be simple - extend AbstractSimpleVFSRealDeployer. And use its VFSDeploymentUnit to find the resource you're looking for. If it exists, do whatever ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268136#4268136 Reply to the post : http://www.jbo