From: <ste...@jb...> - 2005-07-27 17:46:43
|
what i mean is this; currently the .har format is: .har/ meta-inf/ hibernate-service.xml MyMapping.hbm.xml org/ myproject/ MyMapping.class ehcache.jar myotherjars.jar So, the .har itself is added to the deployment classloader. The HARDeployer, then marks any nested jars as deployable (mimicing the behavior of SARDeployer). However, what would be nice, and people have asked for, is to instead be able to do this: .har/ meta-inf/ hibernate-service.xml mydomainclassesandmappings.jar ehcache.jar myotherjars.jar such that mydomainclassesandmappings.jar contains the domain classes as well as their mappings. Then later, say I (assuming .har is exploded) drop in "myextendeddomainclassesandmappings.jar" which contains further domain classes and mappings. I understand JBoss will not handle this automatically in terms of forcing a redploy of the mbean/deployment. I am talking about the information available to me when the user does the above mentioned "drop" and then performs the "rebuildSessionFactory()" managed operation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886883#3886883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886883 |