From: <sco...@jb...> - 2005-11-02 15:28:16
|
"mholzner" wrote : | ... | If the installed Policy is infact an instance of the DelegatingPolicy, then what gets returned from the Policy.getPolicy() is never a DelegatingPolicy instance, but rather a DelegatingPolicy$PolicyProxy | This still should not be causing duplicate creation of the DelegatingPolicy since the DelegatingPolicy.getInstance() is a singleton factory method. The only way a duplicate should result is if there is an improper duplicate deployment of the jbosssx.jar into a scoped deployment. I'll look at what a redeployment of the jacc service does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904897#3904897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904897 |