This question is two parts: 1. I want to write a custom deployment listner, for lets say.xdr files or -mydr.xml files. To achieve that, do I need to refer to the code for DeploymentManagementService in jboss and extend it to write my own MBean? How can I tell jboss deploymentservice to ignore my files? Or instead of MBean shall I try to write an interceptor? [I also want a J2ee thing like an EJB to then access stuff from this .xdr]
2. This .xdr file will actually be a jar with its own folder structure and a lib (containing further jars) and conf files? I want to access stuff from this .xdr from another .xdr, previously present. If I understand correctly, I'll need to write my own classloader. I need a confirmation that this is possible to do with jboss. Isn't it? Let's not get into the details of exactly why I need to do this; ans is long. If it makes anyone cringe at the thought of someone needing to do this, and it looks like a bad design decision, pls let me know, but also answer the question if only for the sake of philosophy. Also, I couldn't find any, but is there a documentation on custom deployment/classloaders? Thanks --- Pooja. I am unsure if this is the right forum category for this question; this just seemed the closest. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940333#3940333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940333 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
