[jboss-dev-forums] [Design of JCA on JBoss] - Re: JCA login modules moved out of connector module
anil.saldhana@jboss.com
do-not-reply at jboss.com
Thu Apr 24 14:32:49 EDT 2008
There is a file called as notxfs-ds.xml in the deployment.
| <?xml version="1.0" encoding="UTF-8"?>
|
| <connection-factories>
| <no-tx-connection-factory>
| <jndi-name>RunAsIdentityFS</jndi-name>
| <rar-name>jca-securedejb.jar#notxfs.rar</rar-name>
| <connection-definition>org.jboss.test.jca.fs.DirContextFactory</connection
| -definition>
| <config-property name="FileSystemRootDir" type="java.lang.String">/tmp/db/
| fs_store</config-property>
| <config-property name="Roles" type="java.lang.String">RunAsIdentityRole,Ru
| nAsRole2</config-property>
| <security-domain>RunAsIdentityFSRealm</security-domain>
| </no-tx-connection-factory>
| </connection-factories>
|
The issue is that the value in "security-domain" element is not getting injected into the BaseConnectionManager2. With the new JCA deployer framework (I did place breakpoints in vain), I am unable to figure out where the gaps are for this data to be injected.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146609#4146609
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146609
More information about the jboss-dev-forums
mailing list