glassfishrobot

Results 590 issues of glassfishrobot

The JavaDoc for the javax.jms.Connection setClientID method includes the following line "If another connection with the same clientID is already running when this method is called, the JMS provider should...

Priority: Major
Type: Improvement
jms21-forreview-minor

In the JMS 2.0 API, the legacy JMS 2.0 interfaces QueueConnectionFactory and TopicConnectionfactory inherit the methods createContext from ConnectionFactory. However, this implies that an object which is specific to either...

Priority: Major
Type: Bug
jms21-forreview-minor
jms20-errata

There is a confusing/malformed sentence in section 8.7 of the JMS 2.0 spec (also present in section 4.5.2 of 1.1 spec). The sentence is "Well behaved listeners should catch such...

Type: Improvement
Priority: Minor
jms21-forreview-minor

The JMS 2.0 specification, section 12.3 "Behaviour of JMS sessions in the Java EE web or EJB container" states that if a Session or JMSContext is created when there is...

Priority: Major
Type: Improvement
jms21-forreview-major

The JMS 2.0 specification, section 12.3 "Behaviour of JMS sessions in the Java EE web or EJB container" states that if a Session or JMSContext is created when there is...

Priority: Major
Type: Improvement
jms21-forreview-major

**Case 1** The JMS 2.0 specification, section 12.3 "Behaviour of JMS sessions in the Java EE web or EJB container" states that if a Session or JMSContext is created when...

Priority: Major
Type: Improvement
jms21-forreview-major

**The problem** In JMS 2.0, chapter 11 "JMS application server facilities" defines some optional API which may be used by application servers to allow them to support any compliant JMS...

Priority: Major
Type: Improvement
jms20-bug

It is optional whether a JMS provider supports the method setJMSCorrelationIDAsBytes on Message. This method is permitted to throw a java.lang.UnsupportedOperationException if the provider does not support this feature. However...

Type: Improvement
Priority: Minor
jms21-forreview-minor

In both JMS 1.1 and JMS 2.0, the method setJMSCorrelationIDAsBytes on Message is allowed to throw a java.lang.UnsupportedOperationException if the JMS provider does not support native correlation ID values. The...

Priority: Major
Type: Bug
jms20-bug

It may be helpful if the spec defined what should happen if a JMS MDB receives a message and then rolls back the transaction, typically because setRollbackOnly has been called....

Priority: Major
New Feature
jms21-forreview-major