[jboss-dev-forums] [Design of POJO Server] - Re: Injecting properties (setters in the base class)
anil.saldhana@jboss.com
do-not-reply at jboss.com
Wed Nov 8 14:56:40 EST 2006
"alesj" wrote :
| Unwrapped?
I basically meant the following:
| public void init(Object containerConfig) throws Exception
| {
| this.config = (DeployerConfig)containerConfig;
| super.setJava2ClassLoadingCompliance(config.isJava2ClassLoadingCompliance());
| super.setUnpackWars(config.isUnpackWars());
| super.setLenientEjbLink(config.isLenientEjbLink());
| super.setDefaultSecurityDomain(config.getDefaultSecurityDomain());
| }
|
The last 4 statements were not being performed. I am fixing that.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984289#3984289
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984289
More information about the jboss-dev-forums
mailing list