Additionally, the connection builder has the property for injection:
| public String getSecurityManagementName()
| {
| return subjectFactoryName;
| }
| public void setSecurityManagementName(String securityManagementName)
| {
| this.subjectFactoryName = securityManagementName;
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152453#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...