glassfishrobot

Results 590 issues of glassfishrobot

Add the Last Value Cache Feature for a topic. When you will connect to a topic, the last message sent on the topic will be resent to the new client....

New Feature
pd20-forreview-major
Priority: Critical

Clarify how the JMS provider should interact with Transaction Managers. In particular, the responsibilities of the JMS Provider, the TM and the App Server during recovery need to be clearly...

Type: Improvement
Priority: Critical
eg
pd20-underreview

Hi, So it's probably something that cannot be fixed easily but I thought you should be made aware of it. The `ELResolver` abstract class depends on `java.beans.FeatureDescriptor` (and implementations are...

Priority: Major
improvement
Component: API
Jakarta EE 11

As reported here: [http://java.net/jira/browse/JMS_SPEC-28](http://java.net/jira/browse/JMS_SPEC-28) (and originally here: [http://java.net/jira/browse/JAVAEE_SPEC-1](http://java.net/jira/browse/JAVAEE_SPEC-1)) : Currently there is no standard way how to enforce the ordering of the XAResource commits for the transaction. There are workarounds...

Priority: Major
Type: New Feature

There is a contradiction in the JTA spec: 1\. On one hand, the UserTransaction javadoc [1] states that if the thread is already associated with a transaction and the Transaction...

Priority: Major
Type: Bug
ERR: Assignee

Add additional method to the @Transactional annotation to set the TX timeout: public @interface Transactional { (...) long timeout(); TimeUnit unit() default TimeUnit.MILLISECONDS; }

Priority: Major
Type: Improvement
ERR: Assignee

While most vendors (MQSeries, Tibco, etc.) do not have this requirement, it appears that some (such as HornetQ) require that end be called eagerly as a result of delistResource being...

Priority: Minor
Type: Bug
ERR: Assignee

This is being opened to track the topic and whether it warrants elaborating in the spec. Email exchange between Paul Parkinson and Ian Robinson... Paul: " Something I've always thought...

Priority: Major
Type: Improvement

Add a new setRollbackOnly(Exception exception) API method to Transaction, TransactionManager, and UserTransaction where the resultant RollbackException later thrown has the exception parameter as a nested exception that can be inspected...

Priority: Major
Type: New Feature

specify XAResource(s) transaction timeout value be set to the value of the encompassing JTA transaction's timeout value by default for portability.

Priority: Major
Type: Improvement