I'm sorry for the precedent message I have lost de code mark !!!

So,

I have create a -ds.xml file in the deploy directory with the Jboss documentation for 
JCA Adaptator Configuration :

<connection-factories>
  |     <mbean code="org.jboss.resource.ConnectionFactoryLoader" 
name="JCA:service=ConnectionFactoryLoader,name=NoTransFS">
  |             <attribute name="FactoryName">NoTransFS</attribute>
  |             <attribute name="RARDeployerName">JCA:service=RARDeployer</attribute>
  |             <attribute name="ResourceAdapterName">File System Adapter</attribute>
  |             <attribute 
name="ConnectionManagerFactoryName">MinervaNoTransCMFactory</attribute>
  |             <!-- See the documentation for the specific connection manager 
implementation you are using for the properties you can set -->
  |             <attribute name="ConnectionManagerProperties"/>
  |             <!-- Principal mapping configuration -->
  |             <attribute 
name="PrincipalMappingClass">org.jboss.resource.security.ManyToOnePrincipalMapping</attribute>
  |             <attribute name="PrincipalMappingProperties">
  |                     userName=jduke
  |                     password=theduke
  |           </attribute>
  |     </mbean>
  |     <no-tx-connection-factory>
  |             <jndi-name>NoTransFS</jndi-name>
  |             <xa-transaction/>
  |             <track-connection-by-tx/>
  |             <attribute name="JndiName">NoTransFS</attribute>
  |             <adapter-display-name>NoTransFS</adapter-display-name>
  |             <!--    <config-property name="DefaultUser" 
type="java.lang.String">so-and-so</config-property>    -->
  |             <!--    <config-property name="DefaultPassword" 
type="java.lang.String">secret</config-property>    -->
  |             <!--    <config-property name="SessionConfigFile" 
type="java.lang.String"></config-property>    -->
  |             <config-property name="Verbose" type="java.lang.String"/>
  |             <config-property name="Debug" type="java.lang.String"/>
  |     </no-tx-connection-factory>
  | </connection-factories>
I think this -ds.xml file is incomplete or bad done but I haven't really understood 
the JBoss doc about the *-ds.xml files.

thanks
Marc.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to