[JBoss JIRA] Updated: (JBMESSAGING-312) De-monolithise persistencemanager
by Ovidiu Feodorov (JIRA)
[ http://jira.jboss.com/jira/browse/JBMESSAGING-312?page=all ]
Ovidiu Feodorov updated JBMESSAGING-312:
----------------------------------------
Fix Version/s: Unscheduled
(was: 1.2.1)
> De-monolithise persistencemanager
> ---------------------------------
>
> Key: JBMESSAGING-312
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-312
> Project: JBoss Messaging
> Issue Type: Task
> Reporter: Tim Fox
> Assigned To: Tim Fox
> Fix For: Unscheduled
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> Refactor PersistenceManager to make less monolithic.
> The PersistenceManager should really only deal with simple persistence operations, e..g. addReference, removeReference, addMessage, removeMessage etc. This makes it easy to re-implement for another type of store.
> Currently the PM contains logic that belongs elsewhere e.g. in the ChannelState.
> The TransactionCallback should be removed to it's own java file.
> The locking operations should occur in the caller.
> There should be an abstraction PMTxContext which can be passed into PM operations to group them.
> This should dramatically clarify and simplify things
--
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, 1 month
[JBoss JIRA] Updated: (JBMESSAGING-407) XARecovery integration of JBossMessaging with JBossTS
by Ovidiu Feodorov (JIRA)
[ http://jira.jboss.com/jira/browse/JBMESSAGING-407?page=all ]
Ovidiu Feodorov updated JBMESSAGING-407:
----------------------------------------
Fix Version/s: Unscheduled
(was: 1.0.2.CR1)
> XARecovery integration of JBossMessaging with JBossTS
> -----------------------------------------------------
>
> Key: JBMESSAGING-407
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-407
> Project: JBoss Messaging
> Issue Type: Feature Request
> Components: Tests and Performance
> Environment: JBoss 4.0.3SP1, JBossTs 4.2GA, JBOSS Messagig 1.0.1CR2
> Reporter: Madhusudhan Konda
> Priority: Blocker
> Fix For: Unscheduled
>
> Attachments: artifacts.zip, jms-recovery-patch-all.txt, jms.zip, JMSProviderXAResourceRecovery.java, xa.zip, xarecovery-patch.txt, XATestStandaloneRecovery.java
>
> Original Estimate: 1 week
> Time Spent: 1 week, 4 hours, 30 minutes
> Remaining Estimate: 0 minutes
>
> To make JBossMessaging XAResource as recoverable using JBossTS RecoveryManager
--
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, 1 month
[JBoss JIRA] Resolved: (JBPM-619) outofmemory during ant test suite run
by David Lloyd (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-619?page=all ]
David Lloyd resolved JBPM-619.
------------------------------
Resolution: Cannot Reproduce Bug
In Linux, using:
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
Java HotSpot(TM) Server VM (build 1.5.0_10-b03, mixed mode)
It works fine for me:
$ CLASSPATH=~/local/jdk/repository/junit/3.8.1/lib/junit.jar ant test.report
Buildfile: build.xml
test.report:
[junitreport] Transform time: 7990ms
BUILD SUCCESSFUL
Total time: 14 seconds
> outofmemory during ant test suite run
> -------------------------------------
>
> Key: JBPM-619
> URL: http://jira.jboss.com/jira/browse/JBPM-619
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: jBPM jPDL 3.2
> Reporter: Jim Rigsbee
> Assigned To: David Lloyd
> Fix For: jBPM jPDL 3.2
>
>
> MailTests will fail if your local workstation is not setup correctly. These tests are failing in the cruise control build as well.
--
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, 1 month
[JBoss JIRA] Created: (JBAOP-374) AspectDefinition is keeping a reference to EJBContainer after undeployment
by Carlo de Wolf (JIRA)
AspectDefinition is keeping a reference to EJBContainer after undeployment
--------------------------------------------------------------------------
Key: JBAOP-374
URL: http://jira.jboss.com/jira/browse/JBAOP-374
Project: JBoss AOP
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.alpha3
Environment: trunk
Reporter: Carlo de Wolf
Priority: Blocker
Static reference from org.jboss.aop.AspectManager.manager (from class org.jboss.aop.AspectManager) :
--> org.jboss.aop.AspectManager@0x50007cce (144 bytes) (field aspectDefinitions:)
--> EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap@0x50007d4f (52 bytes) (field table:)
--> EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$Entry[]@0x501127a2 (252 bytes) (Element 1 of EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$Entry[]@0x501127a2:)
--> EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$Entry@0x501129a7 (24 bytes) (field value:)
--> org.jboss.aop.advice.AspectDefinition@0x501129a2 (25 bytes) (field advisors:)
--> EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap@0x501129a3 (52 bytes) (field lastWrite:)
--> EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$Entry@0x5015945a (24 bytes) (field key:)
--> org.jboss.ejb3.stateful.StatefulContainer@0x5012f6a6 (230 bytes)
--
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, 1 month