[JBoss JIRA] Created: (JBAOP-356) Ability to attach a .aop deployment to a particular scoped classloader
by Kabir Khan (JIRA)
Ability to attach a .aop deployment to a particular scoped classloader
----------------------------------------------------------------------
Key: JBAOP-356
URL: http://jira.jboss.com/jira/browse/JBAOP-356
Project: JBoss AOP
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.alpha2
Reporter: Kabir Khan
Assigned To: Kabir Khan
Fix For: 1.5.4.GA, 2.0.0.alpha3
e.g. if an .ear file has been scoped with:
<jboss-app>
<loader-repository>
dot.com:loader=ear1test
</loader-repository>
</jboss-app>
It should be possible to deploy at a later time a .aop file like:
<aop>
<attach-scoped-loader>dot.com:loader=ear1test</attach-scoped-loader>
<!-- aspects, bindings etc. -->
</aop>
The classloader for the scoped repository "dot.com:loader=ear1test" should be used to deploy the contents of the .aop file in the same way as if the .aop file had been deployed as part of the .ear.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months
[JBoss JIRA] Created: (JBMESSAGING-746) Ensure MDB integration tests exist
by Tim Fox (JIRA)
Ensure MDB integration tests exist
----------------------------------
Key: JBMESSAGING-746
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-746
Project: JBoss Messaging
Issue Type: Task
Reporter: Tim Fox
Assigned To: Tim Fox
Priority: Critical
Fix For: 1.2.0.CR1
We need to make sure that a full set of AS MDB integration tests exist both using the old JMSContainerInvoker invoker-proxy-binding and then new JCA1.5 message inflow invoker-proxy-binding.
Right now, MDB integration test coverage seems extremely poor.
We need to be testing all the different ack modes, queues, topic, durable subs, selectors, all the different tx modes (Required, NotSupported etc), throwing exceptions, RuntimeExceptions etc etc
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months
[JBoss JIRA] Created: (JBTM-203) Interrupt reaper thread
by Mark Little (JIRA)
Interrupt reaper thread
-----------------------
Key: JBTM-203
URL: http://jira.jboss.com/jira/browse/JBTM-203
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: JTA Implementation
Affects Versions: 4.2.2
Reporter: Mark Little
Assigned To: Mark Little
Fix For: 4.4
It is possible for the reaper thread to become blocked when telling a transaction to rollback. We should have another thread that interrupts the reaper thread if it has been blocked for more than a configurable amount of time on the same transaction. In this case, the reaper could either put the transaction back on the list and try again later, or just mark it as rollback_only. My preference would actually be to have a separate list of blocked transactions that are marked as rollback_only and have the reaper try to roll them back again later.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months
[JBoss JIRA] Created: (EJBTHREE-892) IIOP transaction service doesn't work with Arjuna
by Carlo de Wolf (JIRA)
IIOP transaction service doesn't work with Arjuna
-------------------------------------------------
Key: EJBTHREE-892
URL: http://jira.jboss.com/jira/browse/EJBTHREE-892
Project: EJB 3.0
Issue Type: Bug
Affects Versions: EJB 3.0 RC10 - FD
Environment: AS 4.2 default
Reporter: Carlo de Wolf
You'll get nasy IllegalStateExceptions is you do try.
java.lang.IllegalStateException
at org.jboss.tm.iiop.client.IIOPClientUserTransaction.rollback(IIOPClientUserTransaction.java:369)
at org.jboss.ejb3.test.iiop.unit.IiopRemoteUnitTestCase.testTxPropegation(IiopRemoteUnitTestCase.java:260)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: org.omg.CosTransactions.NoTransaction: IDL:omg.org/CosTransactions/NoTransaction:1.0
at org.jboss.tm.iiop.client.IIOPClientUserTransaction.getThreadLocalTerminator(IIOPClientUserTransaction.java:164)
at org.jboss.tm.iiop.client.IIOPClientUserTransaction.rollback(IIOPClientUserTransaction.java:364)
... 22 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months