[jboss-dev-forums] [Design of POJO Server] - Re: WarDeployer dependency on TomcatClusteringCache
anil.saldhana@jboss.com
do-not-reply at jboss.com
Tue Oct 31 15:09:51 EST 2006
"scott.stark at jboss.org" wrote :
| should be something like:
|
| | <bean name="WarDeployer" class="org.jboss.web.tomcat.tc6.deployers.TomcatDeployer">
| | ...
| | <property name="defaultSecurityManagerService">jboss.security:service=JaasSecurityManager</property>
| | <property name="defaultCacheService">jboss.cache:service=TomcatClusteringCache</property>
| | <property name="defaultTM">jboss:service=TransactionManager</property>
| |
| | </bean>
| |
|
Scott, your thoughts on the following generic pattern:
| <bean name="xyz" class="...">
| <property name="options">
| a=b
| c=d
| </property>
| </bean>
|
Rather than n property elements, why not 1 with key/value pairs (jbxb property injection)?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982202#3982202
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982202
More information about the jboss-dev-forums
mailing list