Imagine this scenario. I have a JSP that pulls a list of available "modules" from a table in a database, this JSP and it's corresponding CMP beans are deployed as one .ear. When a new module is deployed as another .ear to the JBoss server it needs to show up in this list of available modules so that it can be activated and configured, etc.
My question. Is there any way to trigger an "onDeploy()" type event that would insert a row into the table from which the aforementioned JSP pulls it's data? I'm fairly new so I'm not really sure what all the tools in my toolbox do if you know what I mean. If this is not possible are there any alternative methods I could research? If this is possible are there any caveats I need to watch for when accessing beans between seperate .ears? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848201#3848201 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848201 ------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
