My Oracle Support Banner

"create-jms-resource" Command Can Allow Instance to Wind Up with Missing Configuration in GlassFish Server 3.x (Doc ID 1903033.1)

Last updated on APRIL 26, 2023

Applies to:

Oracle GlassFish Server - Version 3.1.2 to 3.1.2 [Release 3.1]
Information in this document applies to any platform.

Symptoms

Run the create-jms-resouce command:

> asadmin create-jms-resource --restype javax.jms.ConnectionFactory --target i1 testPool

 
The instance should then have the following in it's configuration:

<connector-connection-pool description="" name="testPool" resource-adapter-name="jmsra" connection-definition-name="javax.jms.ConnectionFactory" transaction-support=""></connector-connection-pool>
   <connector-resource pool-name="testPool" jndi-name="testPool"></connector-resource>
     <resource-ref ref="testPool"></resource-ref>

 
However, the instance can wind up with:

<connector-connection-pool description="" name="testPool" resource-adapter-name="jmsra" connection-definition-name="javax.jms.ConnectionFactory" transaction-support=""></connector-connection-pool>

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.