[jboss-dev-forums] [Design of POJO Server] - JCA Deployer Related

anil.saldhana@jboss.com do-not-reply at jboss.com
Wed Sep 12 12:33:43 EDT 2007


I looked around, could not figure out what is parsing the security-domain element in:

  | <?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>
  | 

Because the security-domain is not getting injected to the BaseConnectionManager.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083565#4083565

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083565



More information about the jboss-dev-forums mailing list