Hello ! I would like to know if there is any planned devt of xtags for the support of JCArchitecture and for the generation of the ra, jrun-ra, ra-borland, weblogic-ra & so on XML files. I have attached an example of ra.xml. Thank you. Sebastien.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd'> <connector> <display-name>TL1-ADAPTER-TX</display-name> <vendor-name>ALCATEL</vendor-name> <spec-version>1.0</spec-version> <eis-type>TL1 NE</eis-type> <version>1.0</version> <license> <license-required>false</license-required> </license> <resourceadapter> <managedconnectionfactory-class>com.alcatel.gem.ejb.tl1adapter.TL1AgentFactoryTX</managedconnectionfactory-class> <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface> <connectionfactory-impl-class>com.alcatel.gem.ejb.tl1adapter.TL1ConnectionFactory</connectionfactory-impl-class> <connection-interface>javax.resource.cci.Connection</connection-interface> <connection-impl-class>com.alcatel.gem.ejb.tl1adapter.TL1Connection</connection-impl-class> <transaction-support>LocalTransaction</transaction-support> <config-property> <config-property-name>TL1AgentFactoryName</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>127.0.0.1:5000</config-property-value> </config-property> <authentication-mechanism> <authentication-mechanism-type>BasicPassword</authentication-mechanism-type> <credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface> </authentication-mechanism> <reauthentication-support>false</reauthentication-support> </resourceadapter> </connector>
