3 Replies Latest reply on Aug 7, 2003 1:54 PM by photon

    question on the adapter-display-name

    photon

      I have the following ds file after reading the other questions. The adapter-display-name was the display-name in the ra.xml.

      But when I try to access the resource adapter, it failed with the log:
      2003-08-04 18:10:20,640 DEBUG [org.jboss.management.j2ee.factory.JCAResourceFact
      ory] Failed to find a service=xxxDS match2003-08-04 18:10:20,641 DEBUG [org.jboss.deployment.MainDeployer] End deployment
      start on package: test-ds.xml
      and
      Exception getting Interaction: TEST not bou
      nd
      2003-08-04 18:11:29,163 INFO [STDOUT] javax.naming.NameNotFoundException: TEST no
      t bound

      Thanks in advance for the help.


      <?xml version="1.0" encoding="UTF-8"?>

      <connection-factories>
      <no-tx-connection-factories>
      <jndi-name>TEST</jndi-name>
      <adapter-display-name>MyTestConnector</adapter-display-name>
      <config-property name="HostName" type="java.lang.String">ocean</config-property>
      <config-property name="PortNumber" type="java.lang.Integer">32325</config-property>
      <min-pool-size>0</min-pool-size>
      <max-pool-size>5</max-pool-size>
      <blocking-timeout-millis>5000</blocking-timeout-millis>
      <idle-timeout-minutes>5</idle-timeout-minutes>
      </no-tx-connection-factories>
      </connection-factories>