[SCXML] tag usage is giving location error

2019-03-01 Thread Diptendu Dutta
sion 0.9 as well as 2.0 Regards, Diptendu Dutta

[SCXML] Snapshot repository does not contain any JAR

2019-03-14 Thread Diptendu Dutta
Regards, Diptendu Dutta

[SCXML] Using to call a REST API

2019-03-11 Thread Diptendu Dutta
Is it possible to use the tag to call a REST API? How would one specify the various attributes such as method (GET/POST), headers, body, etc.? Is there any example code that I can consult? Regards, Diptendu Dutta

[SCXML] Problem with setting values in Context using 2.0-SNAPSHOT (works with 0.9)

2019-03-16 Thread Diptendu Dutta
t;intent" datamodel item is printed as 'hello' rather than 'StartBot' as expected INFO: transition (event = run, cond = null, from = /Start, to = /Default) INFO: null: hello This same code is working with version 0.9. Do I have to do things differently with 2.0-SNAPHOT for it to work? Regards, Diptendu Dutta

Re: status and release of commons-scxml-2.0?

2019-04-18 Thread Diptendu Dutta
Hello Team, I am writing to let you know that like many others I greatly value the work being done on commons-scxml and look forward to release 2.0. Please keep up the good work. Regards, Diptendu Dutta On Thu, Apr 18, 2019 at 9:04 PM Ate Douma wrote: > Hi developers/community, >

[SCXML] Support for Commons JEXL in SCXML

2019-07-15 Thread Diptendu Dutta
alued JEXL is present in the environment - whether as a local or global variable -, the format `Hello ${user}` will evaluate as Hello JEXL How can I make this work? Regards, Diptendu Dutta

[SCXML] Using the API to create an SCXML object

2019-07-24 Thread Diptendu Dutta
ting the following error: java.lang.NullPointerException at org.apache.commons.scxml2.semantics.SCXMLSemanticsImpl.computeEntrySet(SCXMLSemanticsImpl.java:436) Any help will be appreciated. Regards, Diptendu Dutta