users@glassfish.java.net

Deploying a JMS topic using sun-resources.xml

From: Edmondo Porcu <edmondo.porcu_at_gmail.com>
Date: Mon, 3 Jan 2011 11:38:13 +0100

Good morning,
deploying through asadmin add-resources sun-resources.xml containing a jdbc
entry and a jms topic fails for the jms topic, while it succeed for the the
jdbc

<connector-connection-pool associate-with-thread="false"
connection-creation-retry-attempts="0"
connection-creation-retry-interval-in-seconds="10"
connection-definition-name="javax.jms.Topic" connection-leak-reclaim="false"
connection-leak-timeout-in-seconds="0" fail-all-connections="false"
idle-timeout-in-seconds="300" is-connection-validation-required="false"
lazy-connection-association="false" lazy-connection-enlistment="false"
match-connections="true" max-connection-usage-count="0" max-pool-size="32"
max-wait-time-in-millis="60000" name="isCurve" pool-resize-quantity="2"
resource-adapter-name="jmsra" steady-pool-size="8"
validate-atmost-once-period-in-seconds="0"/>

<connector-resource enabled="true" jndi-name="isCurve" object-type="user"
pool-name="isCurve">
     <description/>
 </connector-resource>


The error is:

Command : Invalid connection definition. Connector Module with connection
definition javax.jms.Topic not found.
Command : Attribute value (pool-name = isCurve) is not found in list of
connector connection pools.


Do you have any idea of what the issue might be?

Best Regards
Edmondo Porcu