0 Replies Latest reply on Sep 3, 2002 5:34 AM by pvamstel

    excelon rar stuff

    pvamstel

      I'm deploying a connector to a xml database (eXcelon). I packaged the class and the ra.xml and put it in the deploy folder.

      Now i have to write a service.xml (Using jboss 3). But i have not got a clue where to start or what to do. This is an example they gave for weblogic.

      How does that map to a jboss one.

      All hints are welcome

      <?xml version="1.0"?>

      <!DOCTYPE weblogic-connection-factory-dd PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 6.0.0 Connector//EN" "http://www.bea.com/servers/wls600/dtd/weblogic600-ra.dtd">

      <weblogic-connection-factory-dd>

      <connection-factory-name>DXERemoteConnectionFactory</connection-factory-name>
      <jndi-name>eis/DXERemoteConnector_JNDI</jndi-name>

      <map-config-property>
      <map-config-property-name>ServerName</map-config-property-name>
      <map-config-property-value>localhost</map-config-property-value>
      </map-config-property>

      <map-config-property>
      <map-config-property-name>PortNumber</map-config-property-name>
      <map-config-property-value>9876</map-config-property-value>
      </map-config-property>

      <security-principal-map>
      </security-principal-map>

      </weblogic-connection-factory-dd>