DO NOT REPLY [Bug 38459] - [scxml] JUnit tests for SCXML

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r374830 - /jakarta/commons/sandbox/scxml/trunk/project.xml

2006-02-03 Thread rahul
Author: rahul Date: Fri Feb 3 21:03:39 2006 New Revision: 374830 URL: http://svn.apache.org/viewcvs?rev=374830&view=rev Log: Add Cobertura report to the list of project reports based on nudge by Peter Costa. I'm aware "maven site" will fail if the plugin isn't already downloaded, but I don't l

svn commit: r374829 - in /jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml: env/EnvTestSuite.java env/TestLogUtils.java io/IOTestSuite.java io/TestSCXMLSerializer.java model/

2006-02-03 Thread rahul
Author: rahul Date: Fri Feb 3 20:54:44 2006 New Revision: 374829 URL: http://svn.apache.org/viewcvs?rev=374829&view=rev Log: BZ 38459 [scxml] JUnit tests for SCXML More tests from Peter Costa Many thanks Peter. Added: jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons

DO NOT REPLY [Bug 38459] - [scxml] JUnit tests for SCXML

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [site] problem maven site'ing

2006-02-03 Thread Dennis Lundberg
Yes, of course. Sorry about that. Running "maven site" on commons-lang using an unmodified Maven 1.1-beta-2 and the version of xerces that ships with JDK 1.4 does *not* work. I get the same error as Henri. -- Dennis Lundberg Brett Porter wrote: That happens when your PATH points to a differ

Re: [site] problem maven site'ing

2006-02-03 Thread Brett Porter
That happens when your PATH points to a different installation than MAVEN_HOME. - Brett Dennis Lundberg wrote: > I'm using JDK 1.4 on Windows and I got this error when I tried to run > Maven 1.1-beta-2: > > javax.xml.parsers.FactoryConfigurationError: Provider > org.apache.xerces.jaxp.SAXParserF

Re: [site] problem maven site'ing

2006-02-03 Thread Dennis Lundberg
I'm using JDK 1.4 on Windows and I got this error when I tried to run Maven 1.1-beta-2: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found So I copied maven-1.0.2/lib/endorsed to maven-1.1-beta-2, which made Maven 1.1 start ok. After

[Jakarta-commons Wiki] Update of "CommonsPeople" by TimObrien

2006-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by TimObrien: http://wiki.apache.org/jakarta-commons/CommonsPeople -

DO NOT REPLY [Bug 36502] - [transaction] FileHelper is not thread safe

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37731] - [transaction] FileHelper.copyRec throws exception when copy succeeds

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[lang] StringUtils.interrupt

2006-02-03 Thread C. Grobmeier
Hello all, building my websites guestbook, i figured out that somebody entered a big string (exactly: an URL). This blew up my complete layout. HTML doesn't give any solution on this, you simply can't break up this stupid long string. Looking at commons lang i found a lot of join/split-opera

svn commit: r374773 - /jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/file/FileResourceManagerTest.java

2006-02-03 Thread joerg
Author: joerg Date: Fri Feb 3 14:52:10 2006 New Revision: 374773 URL: http://svn.apache.org/viewcvs?rev=374773&view=rev Log: applied test case patch from bugzilla issue 37731 for FileHelper Modified: jakarta/commons/proper/transaction/trunk/src/test/org/apache/commons/transaction/file/FileR

svn commit: r374771 - /jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/FileHelper.java

2006-02-03 Thread joerg
Author: joerg Date: Fri Feb 3 14:51:31 2006 New Revision: 374771 URL: http://svn.apache.org/viewcvs?rev=374771&view=rev Log: don't throw exception if directory already existed (in this case mkdirs() also returns false) Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/

Re: [site] problem maven site'ing

2006-02-03 Thread Henri Yandell
1.4 (OS X). I'll give 1.5 a shot in a bit. On 2/3/06, Brett Porter <[EMAIL PROTECTED]> wrote: > Are you using JDK 5 or 1.4? > > Maven 1.1 uses your built in XML parser. Problem is, the two JDKs behave > completely differently. I think we need to go back to bundling xerces. > > - Brett > > Henri Ya

DO NOT REPLY [Bug 37379] - [transaction] FileResourceManager fails on Xids because of toString() usage for directory names

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r374769 - in /jakarta/commons/proper/transaction/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/transaction/file/FileResourceManager.java

2006-02-03 Thread joerg
Author: joerg Date: Fri Feb 3 14:40:18 2006 New Revision: 374769 URL: http://svn.apache.org/viewcvs?rev=374769&view=rev Log: Fixed bugzilla issue 37379. The construction of the transaction specific path is now done in a protected method getTransactionBaseDir(Object txId) to allow easy sub class

Re: [site] problem maven site'ing

2006-02-03 Thread Brett Porter
Are you using JDK 5 or 1.4? Maven 1.1 uses your built in XML parser. Problem is, the two JDKs behave completely differently. I think we need to go back to bundling xerces. - Brett Henri Yandell wrote: > On 2/3/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: >> Henri Yandell wrote: >>> I get the f

DO NOT REPLY [Bug 35377] - [transaction] ConcurrentModificationException in OptimisticMapWrapper.copyChangesToConcurrentTransactions

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r374764 - in /jakarta/commons/proper/transaction/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/transaction/memory/OptimisticMapWrapper.java

2006-02-03 Thread joerg
Author: joerg Date: Fri Feb 3 14:25:08 2006 New Revision: 374764 URL: http://svn.apache.org/viewcvs?rev=374764&view=rev Log: Fixed bugzilla issue 35377. Synchronizing on Set activeTransactions while iterating over its items in OptimisticMapWrapper.copyChangesToConcurrentTransactions() for preve

DO NOT REPLY [Bug 38311] - [scxml] explore strategies for decoupling execution context from representation

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38311] - [scxml] explore strategies for decoupling execution context from representation

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[Jakarta-commons Wiki] Trivial Update of "SCXML/1.0.0ReleasePlan" by RahulAkolkar

2006-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by RahulAkolkar: http://wiki.apache.org/jakarta-commons/SCXML/1%2e0%2e0ReleasePlan The comment on the change is: Better wording, IMO. -

svn commit: r374755 - /jakarta/commons/proper/transaction/trunk/project.xml

2006-02-03 Thread joerg
Author: joerg Date: Fri Feb 3 13:42:51 2006 New Revision: 374755 URL: http://svn.apache.org/viewcvs?rev=374755&view=rev Log: adding myself to the developers list Modified: jakarta/commons/proper/transaction/trunk/project.xml Modified: jakarta/commons/proper/transaction/trunk/project.xml URL

[Jakarta-commons Wiki] Trivial Update of "SCXML/1.0.0ReleasePlan" by RahulAkolkar

2006-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by RahulAkolkar: http://wiki.apache.org/jakarta-commons/SCXML/1%2e0%2e0ReleasePlan -

Re: [site] problem maven site'ing

2006-02-03 Thread Henri Yandell
On 2/3/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Henri Yandell wrote: > > I get the following error when doing "maven site": > > > > Error on line 17 of document : Relative URI > > "../../commons-build/menus/menus.dtd"; can not be resolved without a > > base URI. Nested exception: Relative

DO NOT REPLY [Bug 38311] - [scxml] explore strategies for decoupling execution context from representation

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: commons modeler - status?

2006-02-03 Thread Martin van den Bemt
I'll try to remember to fix this, since broken links is kind of bad :) I am not a modeler maintainer (or know much about it for that matter). If you file an issue, I will be sure to not forget it (prefix with [modeler] and use site somewhere in the title (that will trigger my attention..) Mvgr,

DO NOT REPLY [Bug 38499] - [logging][PATCH] Minor improvement to JARs within Build

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38499] New: - [logging][PATCH] Minor improvement to JARs within Build

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

commons modeler - status?

2006-02-03 Thread brown_k
Commons Modeler folks, What is the status of this project?I like the xml format used to describe mbeans. I came across this project via a spring/jmx tutorial (http://forum.springframework.org/showthread.php?t=20675). I attempted to modify the Wiki page for Commons Modeler to add this li

[Jakarta-commons Wiki] Update of "SCXML/1.0.0ReleasePlan" by RahulAkolkar

2006-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by RahulAkolkar: http://wiki.apache.org/jakarta-commons/SCXML/1%2e0%2e0ReleasePlan The comment on the change is: Update the bug review secti

[Jakarta-commons Wiki] Update of "CommonsPeople" by MarioIvankovits

2006-02-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by MarioIvankovits: http://wiki.apache.org/jakarta-commons/CommonsPeople ---

DO NOT REPLY [Bug 38311] - [scxml] explore strategies for decoupling execution context from representation

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38311] - [scxml] explore strategies for decoupling execution context from representation

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38276] - [scxml] More Explicit Instructions on core-engine.html

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

commons dbcp throws sqlexception when connection is already closed

2006-02-03 Thread Rozensky, Ronald S \(Ronald\)
We recently implemented DBCP in a project and received an sqlexception from DBCP when closing a connection that was already closed: java.sql.SQLException: Connection is closed. at org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.che ckOpen(PoolingDataSource.java:174) at org.a

DO NOT REPLY [Bug 38275] - [scxml] More Explicit Instructions on core-digester.html

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38311] - [scxml] explore strategies for decoupling execution context from representation

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38311] - [scxml] explore strategies for decoupling execution context from representation

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [site] problem maven site'ing

2006-02-03 Thread Dennis Lundberg
Henri Yandell wrote: I get the following error when doing "maven site": Error on line 17 of document : Relative URI "../../commons-build/menus/menus.dtd"; can not be resolved without a base URI. Nested exception: Relative URI "../../commons-build/menus/menus.dtd"; can not be resolved without a

[site] problem maven site'ing

2006-02-03 Thread Henri Yandell
I get the following error when doing "maven site": Error on line 17 of document : Relative URI "../../commons-build/menus/menus.dtd"; can not be resolved without a base URI. Nested exception: Relative URI "../../commons-build/menus/menus.dtd"; can not be resolved without a base URI. Any idea wha

svn commit: r374678 - /jakarta/commons/sandbox/csv/trunk/pom.xml

2006-02-03 Thread bayard
Author: bayard Date: Fri Feb 3 06:33:11 2006 New Revision: 374678 URL: http://svn.apache.org/viewcvs?rev=374678&view=rev Log: maven-2 pom, based on the one in exec Added: jakarta/commons/sandbox/csv/trunk/pom.xml Added: jakarta/commons/sandbox/csv/trunk/pom.xml URL: http://svn.apache.org/v

DO NOT REPLY [Bug 38495] - [collections] [PATCH] single-alt IfClosure

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38495] New: - [collections] [PATCH] single-alt IfClosure

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-02-03 Thread commons-jelly-tags-define development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-define-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-02-03 Thread commons-jelly-tags-define development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-define-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-02-03 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-02-03 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-02-03 Thread commons-jelly-tags-html development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-html has an issue affecting its community integration. This i

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-02-03 Thread commons-jelly-tags-html development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-html has an issue affecting its community integration. This i

[EMAIL PROTECTED]: Project commons-jelly-tags-swing (in module commons-jelly) failed

2006-02-03 Thread JellySwing development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-swing has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-swing (in module commons-jelly) failed

2006-02-03 Thread JellySwing development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-swing has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2006-02-03 Thread commons-jelly-tags-xml development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-xml-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2006-02-03 Thread commons-jelly-tags-xml development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-xml-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-test (in module commons-jelly) failed

2006-02-03 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-test has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project commons-jelly-test (in module commons-jelly) failed

2006-02-03 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-test has an issue affecting its community integration. This issue a

DO NOT REPLY [Bug 38311] - [scxml] explore strategies for decoupling execution context from representation

2006-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu