Re: [SCXML] Relation between data model names and event names ?

2007-06-08 Thread Rahul Akolkar
Before we get into the specifics below, some background: * Event names imply an ontology. So an "error.foo" event is an "error" event, and so is the "error.foo.bar" event (which, in addition, is also a type of "error.foo" event). Therefore, the following transition ... ... will be followed if

[jira] Created: (COLLECTIONS-256) ListUtils.transformedList(list, transformer) doesn't transform

2007-06-08 Thread Kurtis Williams (JIRA)
ListUtils.transformedList(list, transformer) doesn't transform -- Key: COLLECTIONS-256 URL: https://issues.apache.org/jira/browse/COLLECTIONS-256 Project: Commons Collections Issue

[jira] Commented: (TRANSACTION-15) Lightweight transaction leaks on exception from FileResourceManager.getResource

2007-06-08 Thread Oliver Zeigermann (JIRA)
[ https://issues.apache.org/jira/browse/TRANSACTION-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502945 ] Oliver Zeigermann commented on TRANSACTION-15: -- Concerning your observations with light weight trans

[jira] Updated: (TRANSACTION-15) Lightweight transaction leaks on exception from FileResourceManager.getResource

2007-06-08 Thread Oliver Zeigermann (JIRA)
[ https://issues.apache.org/jira/browse/TRANSACTION-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Zeigermann updated TRANSACTION-15: - Attachment: patch.txt As far as I can see your patch only has a suggestion fo

svn commit: r545634 - /jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/locking/GenericLockManager.java

2007-06-08 Thread ozeigermann
Author: ozeigermann Date: Fri Jun 8 14:36:59 2007 New Revision: 545634 URL: http://svn.apache.org/viewvc?view=rev&rev=545634 Log: Free lock owners once they no longer have any locks associated to them. Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transactio

[SCXML] Relation between data model names and event names ?

2007-06-08 Thread Ingmar Kliche
Rahul, I have a strange behavior with one of my samples I'm currently playing with. I try generate a number of timer events (like a count down) using a variable in the data model and delayed events: This sample does

[jira] Commented: (TRANSACTION-16) Code donation

2007-06-08 Thread Oliver Zeigermann (JIRA)
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502929 ] Oliver Zeigermann commented on TRANSACTION-16: -- I had a look at the code and it looks interesting. H

[jira] Commented: (COLLECTIONS-255) Unused variable in TreeBidiMap.java

2007-06-08 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502770 ] Stephen Colebourne commented on COLLECTIONS-255: As a general rule, collections implementations

[nightly build] email id failed.

2007-06-08 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070608/email.log http://vmbuild.apache.org/~commons/nightly/logs//20070608/id.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[jira] Created: (TRANSACTION-16) Code donation

2007-06-08 Thread JIRA
Code donation - Key: TRANSACTION-16 URL: https://issues.apache.org/jira/browse/TRANSACTION-16 Project: Commons Transaction Issue Type: Wish Reporter: Dennis Thrysøe I hereby donate the attached source code for inclu

[jira] Updated: (TRANSACTION-16) Code donation

2007-06-08 Thread JIRA
[ https://issues.apache.org/jira/browse/TRANSACTION-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Thrysøe updated TRANSACTION-16: -- Attachment: buzz.zip Project source code, tests and some notes. Includes an intelli

Code donation

2007-06-08 Thread Dennis Thrysøe
Hello, Oliver suggested that I post this mail here: I would like to donate an implementation of some transaction enabled collections and resources. The implementation is (more or less) JTA compliant, and mostly finished. It is not well-tested, robust or mature. The code includes: 1) TX coll