This content has been marked as final.
Show 2 replies
-
1. Re: JCA ConnectionManager SubjectFactory Injection
anil.saldhana May 21, 2008 1:41 PM (in response to anil.saldhana)Additionally, the connection builder has the property for injection:
public String getSecurityManagementName() { return subjectFactoryName; } public void setSecurityManagementName(String securityManagementName) { this.subjectFactoryName = securityManagementName; }
-
2. Re: JCA ConnectionManager SubjectFactory Injection
anil.saldhana May 21, 2008 1:46 PM (in response to anil.saldhana)Copy/Paste error needs to be fixed.
http://jira.jboss.com/jira/browse/JBAS-5539