From: <ste...@jb...> - 2005-08-01 19:02:45
|
Cool. So I'll play with changing "mode" #1 above to not rely on having the HarUrl set externally. During startService(), I'll get the DeploymentInfo and see if it's url ends in .har (.har/ too i guess) and if so proceeded exactly as the functionality did before with the HARDeployer. Quick related question. I am working on adding support for Hibernate deployments into the new admin console. One of the difficulties I ran into was trying to locate all "Hibernate deployments" for selection. So currently that code iterates every single deployment on that server :) Would it make sense to have another mbean here that acts as a registry of Hibernate deployments (the mbean registers itself) so that that code can efficiently locate them? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887769#3887769 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887769 |