User: d_jencks
  Date: 02/02/06 08:14:54

  Added:       src/examples/resources/jca sapr3-service.xml
  Log:
  Example config for SAP R/3 for jboss 3 alpha, contributed by Paul McLachlan 
[EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.1                  manual/src/examples/resources/jca/sapr3-service.xml
  
  Index: sapr3-service.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!-- $Id: sapr3-service.xml,v 1.1 2002/02/06 16:14:52 d_jencks Exp $ -->
  
  
  <!-- ===================================================================== -->
  <!--                                                                       -->
  <!--  JBoss Server Configuration                                           -->
  <!--                                                                       -->
  <!-- ===================================================================== -->
  
  
  <server>
  
    <!-- ==================================================================== -->
    <!-- Example ConnectionFactoryLoader for SAP R/3 connector                -->
    <!-- Put sap.rar in deploy also. This rar should contain jars             -->
    <!-- ra.jar and jCO.jar.  The native libraries need to be moved by hand   -->
    <!-- to your PATH.                                                        -->
    <!-- Author: David Jencks [EMAIL PROTECTED]                  -->
    <!-- Author: Paul McLachlan [EMAIL PROTECTED]                              -->
    <!-- ==================================================================== -->
  
    <mbean code="org.jboss.resource.ConnectionFactoryLoader"
         name="JCA:service=ConnectionFactoryLoader,name=SAP
  ConnectorFactory">
      <attribute name="ManagedConnectionFactoryProperties">
        server-name=192.168.10.1
        system-name=
        system-number=00
        UserName=YAMBAY
        password=YAMBAYPWD
        Language=EN
      </attribute>
      <attribute name="JndiName">R3ConnectionFactory</attribute>
      <attribute name="TransactionManagerName">java:/TransactionManager</attribute>
      <mbean-ref name="ResourceAdapterName">JCA:service=RARDeployment,name=SAP
  ConnectorFactory</mbean-ref>
      <mbean-ref 
name="ConnectionManagerFactoryLoaderName">JCA:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory</mbean-ref>
      <attribute name="ConnectionManagerProperties">#
        BlockingTimeoutMillis=500000
        IdleTimeoutMinutes=30
        MaxSize=10
        CleanupIntervalMinutes=30
        MinSize=0
        MaxIdleTimeoutPercent=1.0
      </attribute>
      <attribute name="PrincipalMappingClass">
        org.jboss.resource.security.ManyToOnePrincipalMapping
     </attribute>
      <attribute name="PrincipalMappingProperties">
        UserName=YAMBAY
        password=YAMBAYPWD
      </attribute>
    </mbean>
  
  </server>
  
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to