"Juergen.Zimmermann" wrote : | Just one question: when doing this in the way described above, how do I get the DeploymentUnit object? Can you give me another hint please?
It's actually the responsibility of the JBoss Microcontainer Virtual Deployment Framework (which is used in the JBoss AS-5), to pass the deployment unit to your deployer. It's easy, but you will need some introduction to the JBoss Microcontainer and the deployment framework. Here's the MC docs http://www.jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/userGuide/index.html and the deployment framework chapter http://www.jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/userGuide/pt04.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266098#4266098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266098 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
