"scott.stark(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...