"adrian(a)jboss.org" wrote :
|
| | <bean name="Whatever" ...>
| | <property name="securityDomain"><security-domain-ref
xmlns="urn:jboss-security-beans:1.0"
name="jbossmq"/></property>
| | ...
| |
|
In practice a jboss developer would be more likely to use it programmatically
| String securityDomainName = ...
| beanMetaDataBuilder = ...
| beanMetaDataBuilder.addProperty("securityDomain", new
SecurityDomainDependency(securityDomainName);
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136111#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...