Activity

From 08/27/2014 to 09/25/2014

09/22/2014

02:07 PM Feature #2006: Support call action without parameter
The following format is now supported:... J. Wienke
02:06 PM Feature #2006 (Resolved): Support call action without parameter
Applied in changeset commit:e2c3efaefc97aa4c44b31cf78b82b9f5922f59a0. J. Wienke
02:04 PM Feature #2006 (In Progress): Support call action without parameter
J. Wienke
02:04 PM Revision e2c3efae: Support void data for rsb
* src/main/java/rsb/scxml/RSBDataParser.java: Added type parser for void
* src/main/java/rsb/scxml/customaction/CallA...
J. Wienke

09/16/2014

06:07 PM Feature #2006: Support call action without parameter
Yes, we have this situatuion in EUROC. Currently we hack around this with a custom action that has an unused nonsense... Anonymous
05:51 PM Feature #2006: Support call action without parameter
Is this necessary for euroc? Otherwise I'd like to pass this to someone else. J. Wienke
05:12 PM Feature #2006 (Resolved): Support call action without parameter
Currently the engine supports a custom call action with parameters (aka. "@external nodes@"), but does not seem to su... Anonymous

09/12/2014

02:52 PM Bug #1992 (New): <rsb:wait> - Tag does not seem to be registered in the engine.
... D. Wigand
02:13 PM Revision 4fd4ee2c: Include data in event generation logging
D. Wigand

09/11/2014

03:16 PM Revision bd273d4a: Remove useless empty README file
J. Wienke
03:03 PM Revision 361d1368: Include citec repository in project pom
This ensures that the project can be built standalone. J. Wienke
02:03 PM Revision bbde9c77: Correctly handle threading for commons-scxml
This commit updates the internal SCXML version to the most recent trunk
version, which includes several bug fixes for...
J. Wienke
02:03 PM Revision 69566506: Unit test verifying termination for a single final state
Adds a unit test to verify the behavior in #1942. Probably solved by
previous work.
fixes #1942
J. Wienke
01:58 PM Revision 451b1063: Unit test verifying termination for a single final state
Adds a unit test to verify the behavior in #1942. Probably solved by
previous work.
fixes #1942
J. Wienke
01:58 PM Revision 9b5a30df: Correctly handle threading for commons-scxml
This commit updates the internal SCXML version to the most recent trunk
version, which includes several bug fixes for...
J. Wienke
01:26 PM Bug #1942: Engine does not terminate on final state
Please check again after my latest changes. A unit test with exactly this scxml document works without problems. J. Wienke
01:25 PM Bug #1942 (Resolved): Engine does not terminate on final state
Applied in changeset commit:b4b5e4c5a39bd01cef92d42644a0c68c9c2e00e0. J. Wienke
01:24 PM Revision b4b5e4c5: Unit test verifying termination for a single final state
Adds a unit test to verify the behavior in #1942. Probably solved by
previous work.
fixes #1942
J. Wienke
01:21 PM Bug #1967 (Resolved): Duplicate onexit calls for final state
Applied in changeset commit:a274164e996deee1825cd903f1c7cd7eead43f82. J. Wienke
01:21 PM Bug #1988 (Resolved): SCXMLExecutor must be accessed only from a single thread
Applied in changeset commit:a274164e996deee1825cd903f1c7cd7eead43f82. J. Wienke
11:34 AM Bug #1988 (Resolved): SCXMLExecutor must be accessed only from a single thread
Triggering events from multiple threads is not allowed at all. The only thing that multiple threads are allowed to do... J. Wienke
01:19 PM Revision a274164e: Correctly handle threading for commons-scxml
This commit updates the internal SCXML version to the most recent trunk
version, which includes several bug fixes for...
J. Wienke

09/10/2014

12:25 PM Bug #1942 (Feedback): Engine does not terminate on final state
The following scxml MWE document... N. Köster

09/04/2014

04:01 PM Revision 5121bd2a: Cleanup dependencies
* Remove unused dependencies
* Explicitly declare the protocol buffer dependency
J. Wienke

09/03/2014

05:40 PM Bug #1980 (New): Unable to create Listener with basic type
The creation of a listener with a basic type as in... N. Köster

08/28/2014

06:56 PM Revision 6f5c19f0: Log the processed document that is used in the engine
J. Wienke
06:30 PM Enhancement #1958 (Resolved): Unify logging system
Applied in changeset commit:b6b4dea4c556bc6a9b4c3eecfb63eea9c3684c45. J. Wienke
06:29 PM Revision b6b4dea4: Unify logging systems
Converted everything to utils logging
fixes #1958
J. Wienke
06:28 PM Revision eaf50260: Unify logging systems
Converted everything to utils logging
fixes #1985
J. Wienke
04:58 PM Revision db9678ab: Further call action logging improvements
J. Wienke
04:44 PM Revision e00ce02f: Add more logging to call action
J. Wienke
04:30 PM Revision 7582018a: Make this a SNAPTSHOT version
This is constantly developed. Hence, it must be a SNAPSHOT version if we
do not want to manually upgrade version numb...
J. Wienke
02:10 PM Revision 88a8adde: Add parsing for double values
Converted FloatParser to a generic parser for number types with
reflection usage and registered it for Float and Double.
J. Wienke
01:50 PM Feature #1965: Implement custom action for RPC calls
I remove myself as assignee since the required aspects for euroc have been implemented. J. Wienke
01:48 PM Revision 0948aee3: Remove unused parsing for informers
This is not required at all for the publish action. J. Wienke
01:47 PM Revision 6eeeba45: Namespace-based access for rsb: attributes
Use correct Namespace-based methods for accessing attributes in XML
parsing
J. Wienke
01:40 PM Revision ed1ac4d0: Create a basic rsb call action
The created action uses the RSBDataParser system for parsing the data
and calls servers synchronously while ignoring ...
J. Wienke
01:37 PM Revision 5cf74dfa: Extract rsb:data parsing to own class
Extracts the parsing of rsb:data elements to an extensible parser
architecture in RSBDataParser.
The new parser is n...
J. Wienke
01:36 PM Revision 9c604935: Code cleanup in TestDataExistsAction.java
J. Wienke
01:35 PM Revision 8e9f4639: Claim authorship of EngineTest
J. Wienke
01:34 PM Revision beb4b08a: Improve integration test for publish action
* rename consistently
* deactivate RSB participant correctly
* prevent race condition
J. Wienke
01:33 PM Revision 796412f1: Enable logging in EngineTest
J. Wienke

08/27/2014

04:51 PM Feature #1965 (In Progress): Implement custom action for RPC calls
I will implement a minimal version that is sufficient for the euroc purposes. This version can later be extended and ... J. Wienke
10:09 AM Feature #1965 (In Progress): Implement custom action for RPC calls
Realize custom action that handles method calls using the specification outlined in #1940.
It should be able to ca...
S. Wrede
04:15 PM Revision ad9e80db: Missing jar excluded from gitignore
refs #1967 J. Wienke
03:56 PM Bug #1967 (In Progress): Duplicate onexit calls for final state
I will leave this issue open to remind us to switch back to the trunk or something from the original repo once they h... J. Wienke
03:52 PM Bug #1967: Duplicate onexit calls for final state
Attached is a patch for commons-scxml that fixes the behavior. I will apply this to the source code and include a new... J. Wienke
03:08 PM Bug #1967 (Resolved): Duplicate onexit calls for final state
The PublishString.xml example in the unit tests demonstrates this problem:... J. Wienke
03:54 PM Revision cd5f02a6: Fix PublishString test
* Included a new version of commons-scxml with a patch applied to
prevent:
https://issues.apache.org/jira/issues/...
J. Wienke
02:25 PM Revision b95b4d35: Avoid duplicated setting of dispatcher
J. Wienke
02:11 PM Revision cc4bfda6: Revert f7e10877d6131aa1a64507cced044378993ed179
This breaks some test cases and wasn't noticed at that point in time. J. Wienke
01:58 PM Revision e5e8b652: Throw exceptions in case of construction errors
It must not be possible to create an engine in an inconsistent state
without notifying the user.
J. Wienke
 

Also available in: Atom