From: <ad...@jb...> - 2005-05-18 16:34:34
|
The plan down the road is to provide an aspectized deployer. You can find discussions in this forum, including: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62231 On your specific issues: 1) I don't understand how you expect the HAR deployer to magically know which configuration files to use. You will have to explain the process or point me to some documentation. If all you want is to configure a HibernateSession, I don't see why can't specialize (or reuse) the HARDeployer code. 2) Your deployer is global (part of the server). All deployments can see global classes. The issue is with application classes in scoped deployments. In this case, the deployer must use the classloader(s) defined in the DeploymentInfo to get access to the scoped application classes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878245#3878245 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878245 |