Author: rahul
Date: Thu Sep 21 13:27:14 2006
New Revision: 448665
URL: http://svn.apache.org/viewvc?view=rev&rev=448665
Log:
Correct namespace URI for SCXML documents. There was a discrepancy between the
digester (had the correct URI) and the SCXML class (had an incorrect URI).
Update URIs in all examples and documentation.
Change warrants a minor release, IMO, so roll to 0.6-SNAPSHOT.
Modified:
jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt
jakarta/commons/proper/scxml/trunk/build.xml
jakarta/commons/proper/scxml/trunk/pom.xml
jakarta/commons/proper/scxml/trunk/src/conf/MANIFEST.MF
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/model/SCXML.java
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-02.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/datamodel-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-02.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-02.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/stateless-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wildcard-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-02.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/datamodel-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/jsp-rootctx-test.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-02.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/stateless-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/stopwatch.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/external-hello-world.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/hello-world.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-deep-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-default-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-shallow-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoker-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/CustomActionTest.java
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/actions-test.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/assign-test.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-02.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-01.xml
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-02.xml
jakarta/commons/proper/scxml/trunk/xdocs/guide/datamodel.xml
jakarta/commons/proper/scxml/trunk/xdocs/guide/scxml-documents.xml
Modified: jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
--- jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt Thu Sep 21 13:27:14
2006
@@ -16,7 +16,7 @@
$Id$
Commons SCXML Package
- Version 0.5.1-SNAPSHOT
+ Version 0.6-SNAPSHOT
Release Notes
@@ -36,25 +36,10 @@
http://jakarta.apache.org/commons/scxml/
-API STABILITY:
-
-The initial release version number has been chosen to be 0.5 (rather
-than a 1.0). This is meant to better convey the fact that the underlying
-W3C specification is still a Working Draft, and subsequent changes to
-the Draft may warrant changes to portions of the library API. The core
-Commons SCXML APIs (SCXMLDigester, SCXMLExecutor etc.) are stable.
-Portions such as processing of <datamodel> and <invoke> SCXML elements,
-on the other hand, are subject to change as further changes are expected
-in these sections of the W3C Working Draft. See Working Draft for
-details.
-
-
NEW FEATURES:
-This is the first release.
BUG FIXES:
-This is the first release.
Modified: jakarta/commons/proper/scxml/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/build.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
--- jakarta/commons/proper/scxml/trunk/build.xml (original)
+++ jakarta/commons/proper/scxml/trunk/build.xml Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!--build.xml generated by maven from project.xml version 0.5.1-SNAPSHOT
+<!--build.xml generated by maven from project.xml version 0.6-SNAPSHOT
on date July 19 2006, time 0958-->
<project default="jar" name="commons-scxml" basedir=".">
@@ -34,7 +34,7 @@
</property>
<property name="javadocdir" value="dist/docs/api">
</property>
- <property name="final.name" value="commons-scxml-0.5.1-SNAPSHOT">
+ <property name="final.name" value="commons-scxml-0.6-SNAPSHOT">
</property>
<path id="build.classpath">
<fileset dir="${libdir}">
@@ -184,7 +184,7 @@
</tstamp>
<property name="copyright" value="Copyright &copy; The Apache
Software Foundation. All Rights Reserved.">
</property>
- <property name="title" value="Commons SCXML 0.5.1-SNAPSHOT API">
+ <property name="title" value="Commons SCXML 0.6-SNAPSHOT API">
</property>
<javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="src/main/java"
packagenames="org.apache.commons.scxml.*">
<classpath>
Modified: jakarta/commons/proper/scxml/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/pom.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
--- jakarta/commons/proper/scxml/trunk/pom.xml (original)
+++ jakarta/commons/proper/scxml/trunk/pom.xml Thu Sep 21 13:27:14 2006
@@ -22,7 +22,7 @@
<name>SCXML</name>
<groupId>commons-scxml</groupId>
<artifactId>commons-scxml</artifactId>
- <version>0.5.1-SNAPSHOT</version>
+ <version>0.6-SNAPSHOT</version>
<inceptionYear>2005</inceptionYear>
<description>A Java Implementation of a State Chart XML Engine</description>
Modified: jakarta/commons/proper/scxml/trunk/src/conf/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/conf/MANIFEST.MF?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
--- jakarta/commons/proper/scxml/trunk/src/conf/MANIFEST.MF (original)
+++ jakarta/commons/proper/scxml/trunk/src/conf/MANIFEST.MF Thu Sep 21 13:27:14
2006
@@ -6,7 +6,7 @@
Specification-Vendor: The Apache Software Foundation
Implementation-Title: org.apache.commons.scxml
Implementation-Vendor: The Apache Software Foundation
-Implementation-Version: 0.5.1-SNAPSHOT
+Implementation-Version: 0.6-SNAPSHOT
Implementation-Vendor-Id: org.apache
X-Compile-Source-JDK: 1.4
X-Compile-Target-JDK: 1.4
Modified:
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java
(original)
+++
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java
Thu Sep 21 13:27:14 2006
@@ -665,6 +665,7 @@
final PathResolver pr, final List customActions) {
ExtendedBaseRules scxmlRules = new ExtendedBaseRules();
+ scxmlRules.setNamespaceURI(NAMESPACE_SCXML);
//// SCXML
scxmlRules.add(XP_SM, new ObjectCreateRule(SCXML.class));
Modified:
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/model/SCXML.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/model/SCXML.java?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/model/SCXML.java
(original)
+++
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/model/SCXML.java
Thu Sep 21 13:27:14 2006
@@ -33,7 +33,7 @@
/**
* The SCXML XMLNS.
*/
- public static final String XMLNS = "http://www.w3.org/2005/07/SCXML";
+ public static final String XMLNS = "http://www.w3.org/2005/07/scxml";
/**
* The xmlns attribute on the root <smxml> element.
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-01.xml
Thu Sep 21 13:27:14 2006
@@ -16,7 +16,8 @@
-->
<!-- Used for comparison with hello-world.xml by
CustomActionTest.java in model package -->
-<scxml xmlns:my="http://my.custom-actions.domain/CUSTOM1"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
+ xmlns:my="http://my.custom-actions.domain/CUSTOM1"
xmlns:foo="http://my.custom-actions.domain/CUSTOM2"
version="1.0"
initialstate="custom">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-02.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-02.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-02.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/custom-hello-world-02.xml
Thu Sep 21 13:27:14 2006
@@ -15,7 +15,7 @@
limitations under the License.
-->
<!-- Used for CustomActionTest.java in model package -->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
xmlns:my="http://my.custom-actions.domain/CUSTOM"
version="1.0"
initialstate="custom">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/datamodel-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/datamodel-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/datamodel-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/datamodel-01.xml
Thu Sep 21 13:27:14 2006
@@ -17,7 +17,7 @@
<!-- A fictitious state machine used by test cases.
Meant to illustrate the usage of SCXML <datamodel> element
and the Commons SCXML Data() function -->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="main">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-01.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="state1">
<state id="state1">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-02.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-02.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-02.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/eventdata-02.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="state0">
<state id="state0">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-01.xml
Thu Sep 21 13:27:14 2006
@@ -17,7 +17,7 @@
<!--
This document uses Commons JEXL as the expressions language.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="off">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-02.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-02.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-02.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/microwave-02.xml
Thu Sep 21 13:27:14 2006
@@ -17,7 +17,7 @@
<!--
This document uses Commons JEXL as the expressions language.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML" version="1.0"
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
initialstate="microwave">
<!-- trivial microwave oven example -->
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/stateless-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/stateless-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/stateless-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/stateless-01.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="main">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wildcard-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wildcard-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wildcard-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wildcard-01.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="state1">
<state id="state1">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-01.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="state1">
<state id="state1">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-02.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-02.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-02.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jexl/wizard-02.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="state1">
<state id="state1">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/datamodel-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/datamodel-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/datamodel-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/datamodel-01.xml
Thu Sep 21 13:27:14 2006
@@ -17,7 +17,7 @@
<!-- A fictitious state machine used by test cases.
Meant to illustrate the usage of SCXML <datamodel> element
and the Commons SCXML Data() function -->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="main">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/jsp-rootctx-test.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/jsp-rootctx-test.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/jsp-rootctx-test.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/jsp-rootctx-test.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/01/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="rootCtxTest">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-01.xml
Thu Sep 21 13:27:14 2006
@@ -17,7 +17,7 @@
<!--
This document uses JSP 2.0 EL as the expressions language.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="off">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-02.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-02.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-02.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/microwave-02.xml
Thu Sep 21 13:27:14 2006
@@ -17,7 +17,7 @@
<!--
This document uses JSP 2.0 EL as the expressions language.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML" version="1.0"
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
initialstate="microwave">
<!-- trivial microwave oven example -->
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/stateless-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/stateless-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/stateless-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/jsp/stateless-01.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="main">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/stopwatch.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/stopwatch.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/stopwatch.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/env/stopwatch.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="reset">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/external-hello-world.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/external-hello-world.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/external-hello-world.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/external-hello-world.xml
Thu Sep 21 13:27:14 2006
@@ -16,7 +16,7 @@
-->
<!-- Used for testing custom actions in external document pulled in via
the src attributes by ExternalCustomActionTest.java in model package -->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
xmlns:my="http://my.custom-actions.domain/CUSTOM"
version="1.0"
initialstate="external-hello">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/hello-world.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/hello-world.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/hello-world.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/hello-world.xml
Thu Sep 21 13:27:14 2006
@@ -16,7 +16,7 @@
-->
<!-- Used for comparison with custom-hello-world.xml by
CustomActionTest.java in model package -->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="hello">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-deep-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-deep-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-deep-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-deep-01.xml
Thu Sep 21 13:27:14 2006
@@ -17,7 +17,7 @@
<!--
This document is an example of using deep history
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML" version="1.0"
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
initialstate="flow">
<state id="flow">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-default-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-default-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-default-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-default-01.xml
Thu Sep 21 13:27:14 2006
@@ -18,7 +18,7 @@
This document is an example of specifying default transitions for
history states (if the parent state has never been visited before)
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML" version="1.0"
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
initialstate="state1">
<state id="state1">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-shallow-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-shallow-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-shallow-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/history-shallow-01.xml
Thu Sep 21 13:27:14 2006
@@ -17,7 +17,7 @@
<!--
This document is an example of using shallow history
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML" version="1.0"
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
initialstate="flow">
<state id="flow">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoked-01.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="state1">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoker-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoker-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoker-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/invoke/invoker-01.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="invoker">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/CustomActionTest.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/CustomActionTest.java?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/CustomActionTest.java
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/CustomActionTest.java
Thu Sep 21 13:27:14 2006
@@ -124,6 +124,16 @@
}
}
+ public void testAddBadCustomAction06() {
+ try {
+ new CustomAction("http://www.w3.org/2005/07/scxml", "foo",
+ this.getClass());
+ fail("Added custom action in the SCXML namespace");
+ } catch (IllegalArgumentException iae) {
+ // Expected
+ }
+ }
+
// Hello World example using the SCXML <log> action
public void testHelloWorld() {
// (1) Get a SCXMLExecutor
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/actions-test.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/actions-test.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/actions-test.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/actions-test.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/01/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="actionsTest">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/assign-test.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/assign-test.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/assign-test.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/model/assign-test.xml
Thu Sep 21 13:27:14 2006
@@ -15,7 +15,7 @@
limitations under the License.
-->
<!-- Test "src" attribute of assign element -->
-<scxml xmlns="http://www.w3.org/2005/01/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="assign1">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-01.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="ten">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-02.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-02.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-02.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/send-02.xml
Thu Sep 21 13:27:14 2006
@@ -16,7 +16,7 @@
-->
<!-- Various send usages that fire the events on the existing execution
engine. -->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="ten">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-01.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-01.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-01.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-01.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="ten">
Modified:
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-02.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-02.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-02.xml
(original)
+++
jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/transitions-02.xml
Thu Sep 21 13:27:14 2006
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<scxml xmlns="http://www.w3.org/2005/07/SCXML"
+<scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="ten">
Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide/datamodel.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/xdocs/guide/datamodel.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
--- jakarta/commons/proper/scxml/trunk/xdocs/guide/datamodel.xml (original)
+++ jakarta/commons/proper/scxml/trunk/xdocs/guide/datamodel.xml Thu Sep 21
13:27:14 2006
@@ -41,7 +41,7 @@
like this:</p>
<pre>
- <scxml xmlns="http://www.w3.org/2005/07/SCXML"
+ <scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="init-travel-plan">
@@ -126,7 +126,7 @@
authored as follows:</p>
<pre>
- <scxml xmlns="http://www.w3.org/2005/07/SCXML"
+ <scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="airline-ticket">
Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide/scxml-documents.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/xdocs/guide/scxml-documents.xml?view=diff&rev=448665&r1=448664&r2=448665
==============================================================================
--- jakarta/commons/proper/scxml/trunk/xdocs/guide/scxml-documents.xml
(original)
+++ jakarta/commons/proper/scxml/trunk/xdocs/guide/scxml-documents.xml Thu Sep
21 13:27:14 2006
@@ -57,7 +57,7 @@
for SCXML. The interesting bits are:</p>
<pre>
- <scxml xmlns="http://www.w3.org/2005/07/SCXML"
+ <scxml xmlns="http://www.w3.org/2005/07/scxml"
version="1.0"
initialstate="hello">
@@ -284,7 +284,7 @@
The interesting bits are:</p>
<pre>
- <scxml xmlns="http://www.w3.org/2005/07/SCXML"
+ <scxml xmlns="http://www.w3.org/2005/07/scxml"
xmlns:my="http://my.custom-actions.domain/CUSTOM"
version="1.0"
initialstate="custom">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]