[JBoss JIRA] Created: (JBMESSAGING-911) Clustered recovery cleanup
by Tim Fox (JIRA)
Clustered recovery cleanup
--------------------------
Key: JBMESSAGING-911
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-911
Project: JBoss Messaging
Issue Type: Task
Reporter: Tim Fox
Assigned To: Tim Fox
Fix For: 1.2.1
For a clustered config we assume we can get our xaresource for recovery from any node of the cluster and do recovery on that, this means that transactions can be recovered on different nodes to where they originally where - i.e. we have a shared transaction log.
This means other nodes will also load them up into their in memory maps too.
Therefore on successful resolution we need to broadcst this across the cluster so they can be removed from other nodes in transaction repositories too.
--
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
[JBoss JIRA] Created: (JBRULES-965) Unexpected token 'not'
by Brian Enderle (JIRA)
Unexpected token 'not'
-----------------------
Key: JBRULES-965
URL: http://jira.jboss.com/jira/browse/JBRULES-965
Project: JBoss Rules
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Drl Parser/Builder
Affects Versions: 4.0.0.MR3
Environment: Win XP, Drools MR3 (Snapshot from 7/2/2007)
Reporter: Brian Enderle
Assigned To: Mark Proctor
Priority: Minor
Attachments: Address.drl
The following rule works in a DRL file
$i : Address( city not matches "[ a-zA-Z]" )
But when entered into a DSL file an "Unexpected token 'not'" error is thrown.
DRL file: DSL entry:
There is a Address $i : {Instance}()
- city is not alpha only {field} not matches "[ a-zA-Z]"
--
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
[JBoss JIRA] Created: (JBAS-4488) Write BMTCleanUp tests for web-apps
by Adrian Brock (JIRA)
Write BMTCleanUp tests for web-apps
-----------------------------------
Key: JBAS-4488
URL: http://jira.jboss.com/jira/browse/JBAS-4488
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Web (Tomcat) service
Reporter: Adrian Brock
Assigned To: Remy Maucherat
Priority: Blocker
Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.2.1.CR1
We need to port the BMTCleanUp tests described on JBAS-4487 to web applications.
The fix has already been applied to the CachedConnectionValve.
The difficulty is that Tomcat does not provide a way to guarantee that two requests will occur on the same thread.
One possiblity is to deploy an additional connector on a different tcp/ip port with a max thread pool size of 1
just for this test.
--
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