mailing list search capability available?

2006-04-04 Thread Nestor Urquiza
Hi everyone, someone please could give me a hint on how to look for a keyword with the mailing list? I am trying to look in all threads at http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ for some posts about anyone having experience on using commons scxml in business protocol

Re: mailing list search capability available?

2006-04-04 Thread Nestor Urquiza
great! thanks a lot --- Kai Ponte [EMAIL PROTECTED] wrote: Hi everyone, someone please could give me a hint on how to look for a keyword with the mailing list? I am trying to look in all threads at http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ for some posts about

Re: mailing list search capability available?

2006-04-04 Thread Nestor Urquiza
Thanks a lot Rahul, I really appreciate all the provided help regards, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/4/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hi everyone, someone please could give me a hint on how to look for a keyword with the mailing list? I am trying

[SCXML] uml2bpel cool, but what about csxml2bpel?

2006-04-05 Thread Nestor Urquiza
Hi everyone, Yesterday I posted something about the job I am planning to do for a business protocol and Rauhl headed me up towards BPEL4WS. I then found http://www-128.ibm.com/developerworks/webservices/library/ws-uml2bpel/ as a tool for converting from Rational UML diagrams to BPEL ... the

Re: [SCXML] uml2bpel cool, but what about csxml2bpel?

2006-04-05 Thread Nestor Urquiza
I see that ws-uml2bpel uses XMI to build BPEL, WSDL, and XSD files so the question can be also ... any XMI2CSXML convertor around there? BTW is Rose or XDE the only options as eclipse plugin for building a proper uml diagram that can be exported as XMI or even better to CSXML? thanks! --- Nestor

Re: [SCXML] uml2bpel cool, but what about csxml2bpel?

2006-04-05 Thread Nestor Urquiza
? as always I really appreciate your help Thanks a lot again, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: Consolidating two replies in one, and assuming CSXML is just a (repeated) typo for SCXML ... On 4/5/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hi everyone, Yesterday I posted

Re: [SCXML] uml2bpel cool, but what about csxml2bpel?

2006-04-06 Thread Nestor Urquiza
--- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/5/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Thanks for this again. I am trying to convince my team to go with an SCXML (apologies for several typos) approach even though there is no stable release still. snip/ Yup, [scxml] needs

Re: [SCXML] uml2bpel cool, but what about csxml2bpel?

2006-04-06 Thread Nestor Urquiza
--- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/6/06, Nestor Urquiza [EMAIL PROTECTED] wrote: --- Rahul Akolkar [EMAIL PROTECTED] wrote: snip/ Yes, that plugin takes the EMF model for the state chart diagram and converts it to its SCXML document serialization. Could you

Re: [SCXML] uml2bpel cool, but what about csxml2bpel?

2006-04-12 Thread Nestor Urquiza
Thanks for this Rahul best regards, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/6/06, Nestor Urquiza [EMAIL PROTECTED] wrote: snip/ You are right I should have started a new thred to request to you mainly as we already said the plugin and the available mdl files. snap

[SCXML] patterns for bridging

2006-04-19 Thread Nestor Urquiza
Hello guys, Recently Rahul gave an excellent list of some patterns to handle bridging[1]. I am trying to bridge my system or domain layer to my scxml engine. Could anyone please give advice about which of them [1] better fit my usecase: I need to be able to accept an http request, analyze if

[scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?

2006-04-19 Thread Nestor Urquiza
Hello, I am planning to store just the SCXMLExecutor in a per session basis. Then of course I need to have access from my bridge to SCInstance#getRootContext to obtain the context needed to set variables from my specific-code. The problem is right now the SCXMLExecutor#getSCInstance has package

Re: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?

2006-04-19 Thread Nestor Urquiza
); scenarioData.setExpr('+id+'); doc.getDatamodel().addData(scenarioData); I guess that should answer your question. +Fasih - Original Message - From: Nestor Urquiza [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user@jakarta.apache.org Sent: Wednesday, April 19, 2006 5:03

Re: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?

2006-04-19 Thread Nestor Urquiza
, the line exec.setStateMachine(doc); does the trick you are looking for! By the way, you can look at the code from SVN. I couldn't find much documentation, the code itself is the best guide. +Fasih - Original Message - From: Nestor Urquiza [EMAIL PROTECTED] To: Jakarta Commons

Re: [SCXML] patterns for bridging

2006-04-20 Thread Nestor Urquiza
--- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/19/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, Recently Rahul gave an excellent list of some patterns to handle bridging[1]. I am trying to bridge my system or domain layer to my scxml engine. Could anyone please

Re: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?

2006-04-20 Thread Nestor Urquiza
. But it would be helpful to others to know the various use-cases it can be used in. +Fasih - Original Message - From: Nestor Urquiza [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user@jakarta.apache.org Sent: Wednesday, April 19, 2006 8:08 PM Subject: Re: [scxml

Re: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?

2006-04-20 Thread Nestor Urquiza
want to manipulate the root context. So given those facts do you have an alternative for my usecase other than making available SCXMLExecutor#getRootContext()? Thanks! --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/19/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello, I am planning to store

Re: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?

2006-04-20 Thread Nestor Urquiza
Agree about documentation. I will post my usecase implementation whenever a finish it at least the steps I followed to get my State Oriented Business Protocol working. I think usecases are the best way to explore the potential of an api as well as TestCases for what you have been doing a great

Re: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?

2006-04-20 Thread Nestor Urquiza
PROTECTED] wrote: On 4/20/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Agree about documentation. I will post my usecase implementation whenever a finish it at least the steps I followed to get my State Oriented Business Protocol working. snip/ That'll be nice, thanks. I

Re: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?

2006-04-20 Thread Nestor Urquiza
Sure I just added Bug 39367 ... Thanks --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/20/06, Nestor Urquiza [EMAIL PROTECTED] wrote: I put the example in my last response to Faish and of course if having the getter SCXMLExecutor#getRootContext() can be avoided for my use case I

Re: [SCXML] patterns for bridging

2006-04-20 Thread Nestor Urquiza
already implemented in commons? Thanks --- Rahul Akolkar [EMAIL PROTECTED] wrote: Trimming copious amounts to keep message size manageable ... On 4/20/06, Nestor Urquiza [EMAIL PROTECTED] wrote: --- Rahul Akolkar [EMAIL PROTECTED] wrote: snip/ I am implementing state oriented

[SCXML] extracting info from FSM states

2006-04-20 Thread Nestor Urquiza
Hello guys, Having an Executor and therefore having a current state I would like to have the current-state-id, the last-state-id, the last-transition-made. The purpose of this is not only logging that important information for future DataMining/CRM but also because I think in a web service

Re: [SCXML] patterns for bridging

2006-04-20 Thread Nestor Urquiza
that particular transition node must be selected in order the method _eventdata.getConnectionId to be called. Am I missing something or seems like at the end the appropiate solution for me is to create Action States? Thanks, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/20/06, Nestor

Re: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?

2006-04-20 Thread Nestor Urquiza
Thanks for the fast response! --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/20/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Thanks Rahul, I would include Method Invocation as part of http://jakarta.apache.org/commons/sandbox/scxml/guide/contexts-evaluators.html; I would include

Re: [scxml] issues for large sims?

2006-04-23 Thread Nestor Urquiza
About xml parsing a huge state machine could mean huge xml files and therefore you should consider the use of xml native databases. You have some good ones for free like eXist[1] or xindice[2]. I have found that eXist handles huge xml files better than xindice btw. You have also a lot of

[scxml] where the schema will be hosted?

2006-04-23 Thread Nestor Urquiza
Hello guys, For my custom project/usecase I included the schema [1] in my scxml file pointing to a local url. I am planning to deploy my application in our development servers maybe tomorrow so I am wondering if I have to store it in my web server or there is a plan to have the schema hosted in a

Re: [scxml] where the schema will be hosted?

2006-04-24 Thread Nestor Urquiza
Thanks a lot ... it will work for me from my server URL in the meanwhile. Thanks a lot! --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/23/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, For my custom project/usecase I included the schema [1] in my scxml file pointing

Re: [SCXML] extracting info from FSM states

2006-04-24 Thread Nestor Urquiza
Done! I didn't need getCurrentStatus() so far. Let us see if the requirements for this project are fullfilled. The Listener was enough ... so far Thanks, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/20/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, Having an Executor

[scxml] assign tag

2006-04-25 Thread Nestor Urquiza
Hello guys, According to the scxml schema now @name is not supported as an attribute. However the current implementation accounts for it (@expr, @location and @src are the only attributes) Does this mean we have to put @location instead of @name? The current library interprets @name but not

Re: [scxml] assign tag

2006-04-26 Thread Nestor Urquiza
Akolkar [EMAIL PROTECTED] wrote: On 4/25/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, According to the scxml schema now @name is not supported as an attribute. However the current implementation accounts for it (@expr, @location and @src are the only attributes) Does

Re: [scxml] assign tag

2006-04-26 Thread Nestor Urquiza
Comments below, As always your help is incredible useful. Thanks a lot for such a good job you are doing, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/26/06, Nestor Urquiza [EMAIL PROTECTED] wrote: So is this a thing to be reported to w3c right? Could you tell where? snip

Re: [scxml] assign tag

2006-04-26 Thread Nestor Urquiza
Many thanks, really many! --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/26/06, Nestor Urquiza [EMAIL PROTECTED] wrote: snip/ All information is here [1]. Note that Working Drafts increment (in this case) on an average every 4-5 months, so it might be a while before

RE: [scxml] schema problem within assign node

2006-04-27 Thread Nestor Urquiza
So guys, either we change the @name by @location or we do not use the schema to validate ... thoughts? Thanks! --- Nestor Urquiza [EMAIL PROTECTED] wrote: Thanks Jim, That was exactly my assumption while we were discussing the commons-scxml implementation in java for the scxml draft

Re: [scxml] schema problem within assign node

2006-04-27 Thread Nestor Urquiza
Cool, I vote for modifying the schema then. Thanks! --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/27/06, Nestor Urquiza [EMAIL PROTECTED] wrote: So guys, either we change the @name by @location or we do not use the schema to validate ... thoughts? snip/ There is another option

[scxml] adding an xml to the datamodel

2006-04-28 Thread Nestor Urquiza
Hello guys, Here I am trying to include my external xml file into the model using the snippet posted by Fasih: //byteArraySettingsFileContent has the external xml file content Data scenarioData = new Data(); //I need to understand how to set a node here with the content of the above file. /* The

RE: [scxml] adding an xml to the datamodel

2006-04-28 Thread Nestor Urquiza
if it sees include=yes. You will notice that the content is still name,value pair and not an XML per se which you might use to do an Xpath query maybe. +Fasih -Original Message- From: Nestor Urquiza [mailto:[EMAIL PROTECTED] Sent: Fri 4/28/2006 7:34 AM To: Jakarta Commons Users List

Re: [scxml] schema problem within assign node

2006-04-29 Thread Nestor Urquiza
sure, thanks --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/27/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Cool, I vote for modifying the schema then. Thanks! snip/ If you hear back about the schema URL at the W3C, let us know (I'm on the matching W3C list, no need to ping if its

RE: [scxml] adding an xml to the datamodel

2006-04-29 Thread Nestor Urquiza
().addData(data); } +Fasih -Original Message- From: Nestor Urquiza [mailto:[EMAIL PROTECTED] Sent: Fri 4/28/2006 8:26 AM To: Jakarta Commons Users List Subject: RE: [scxml] adding an xml to the datamodel I have it parsed yes. But it is not a problem since everything can

Re: [scxml] adding an xml to the datamodel

2006-04-29 Thread Nestor Urquiza
--- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/28/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, Here I am trying to include my external xml file into the model using the snippet posted by Fasih: //byteArraySettingsFileContent has the external xml file content Data

Re: [scxml] adding an xml to the datamodel

2006-04-29 Thread Nestor Urquiza
I finally got it ;-) and you said it already, the datamodel is there in memory holding everything, not only the special datamodel tag defined in the scxml specs but also the context attached to the executor. So I was missing two lines in my addDataToModel() below Node node = d.getNode();

Re: [scxml] adding an xml to the datamodel

2006-05-02 Thread Nestor Urquiza
absolutely, thanks! --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 4/30/06, Nestor Urquiza [EMAIL PROTECTED] wrote: I finally got it ;-) and you said it already, the datamodel is there in memory holding everything, not only the special datamodel tag defined in the scxml specs but also

[scxml] is there a way to allow an event in all states and just keep in the state?

2006-05-07 Thread Nestor Urquiza
Hello all, There are some http calls that my system can accept (and so events that would be send automatically to the SCXML Engine). Those events are valid for any single state so one solution is to define them in all states and manage to stay in the given state if the event is triggered. I am

Re: [scxml] is there a way to allow an event in all states and just keep in the state?

2006-05-07 Thread Nestor Urquiza
: Nestor Urquiza [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user@jakarta.apache.org Sent: Sunday, May 07, 2006 1:33 PM Subject: [scxml] is there a way to allow an event in all states and just keep in the state? Hello all, There are some http calls that my system can

[scxml] some ways for storing the states, transitions and any hierarchical structure

2006-05-08 Thread Nestor Urquiza
have could help a lot my storage options/decision. Thanks a lot!, Nestor Urquiza [1] http://jakarta.apache.org/commons/scxml/ [2] http://www.hibernate.org/255.html __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: [scxml] is there a way to allow an event in all states and just keep in the state?

2006-05-08 Thread Nestor Urquiza
In fact guys I kind of was really tired ;-) My question was about having (using the same snip as rahul posted with a little modification ;-): state id=parent state id=child1 transition event=menu.main target=child1/ ... /state state id=child2 transition event=menu.main

Re: [scxml] is there a way to allow an event in all states and just keep in the state?

2006-05-08 Thread Nestor Urquiza
@jakarta.apache.org Sent: Monday, May 08, 2006 3:51 PM Subject: Re: [scxml] is there a way to allow an event in all states and just keep in the state? On 5/7/06, Nestor Urquiza [EMAIL PROTECTED] wrote: thanks first of all for the reply, then my concrete example is a system that is accepting

Re: [scxml] is there a way to allow an event in all states and just keep in the state?

2006-05-08 Thread Nestor Urquiza
event=menu.main target=child1/ ... /state This will cause the execution of onentry of the state, and ignoring will not. :) +Fasih - Original Message - From: Nestor Urquiza [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user@jakarta.apache.org Sent: Monday

Re: [scxml] Spring Web Flow

2006-05-08 Thread Nestor Urquiza
In fact Spring is a POJO approach and so it is SCXML. SCXML is just solving one of the features needed by Spring following a proposed W3C standard so I really see Spring using commons-scxml in the near future for sure. I by myself have been specifying a State Oriented Business Protocol for my

[scxml] Handling exceptions thrown by custom actions

2006-05-15 Thread Nestor Urquiza
at the action state while of course I want it to go back to the original state. Thanks a lot, Nestor Urquiza __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [scxml] Handling exceptions thrown by custom actions

2006-05-16 Thread Nestor Urquiza
put an example of this? Thanks a lot!, Nestor My thoughts anyways, there might be better alternatives. +Fasih - Original Message - From: Nestor Urquiza [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user@jakarta.apache.org Sent: Monday, May 15, 2006 9:47 AM Subject

[scxml] could someone remove or change the below address?

2006-05-16 Thread Nestor Urquiza
I receive the following everytime I post something. Not sure where to write this. Thanks --- [EMAIL PROTECTED] wrote: Date: 16 May 2006 12:23:41 - To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: RE: Re: [scxml] Handling exceptions thrown by custom actions This is an automated

Re: [scxml] Handling exceptions thrown by custom actions

2006-05-16 Thread Nestor Urquiza
error will be handled. +Fasih - Original Message - From: Nestor Urquiza [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user@jakarta.apache.org Sent: Tuesday, May 16, 2006 7:24 AM Subject: Re: [scxml] Handling exceptions thrown by custom actions --- Fasih [EMAIL

Re: [scxml] Handling exceptions thrown by custom actions

2006-05-16 Thread Nestor Urquiza
Java code I will add ;-) so: Is there a way FROM JAVA CODE to instruct the SCXML Engine to go to the initial state where the FSM was before the last external event was triggered? Thanks! --- Nestor Urquiza [EMAIL PROTECTED] wrote: First thanks a lot for your reply and as always they are full

Re: [scxml] Handling exceptions thrown by custom actions

2006-05-16 Thread Nestor Urquiza
you in the custom-action-state and not to the INITIAL State, I think you might have to write the handlers for each event. Not of much help I guess. :o +Fasih - Original Message - From: Nestor Urquiza [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user

Re: [scxml] Handling exceptions thrown by custom actions

2006-05-25 Thread Nestor Urquiza
; } If Constants.SCXML_DEF_INT_ERROR_EVENT=app.error then: n:transition event=app.error target=IDDLE/ will be executed whenever a critical error has to be handled within the given state and in this case it will return to IDDLE for example. /code --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 5/16/06, Nestor Urquiza

[scxml] Data() xpath and the syntax

2006-05-25 Thread Nestor Urquiza
Hello guys, I am trying to assign to a variable offer a given information I have in my settings file (which is already in the datamodel). I have two variables appId and mk which I have already in the rootContext and are related to the offer by the following xpath: xpath to evaluate which

Re: [scxml] Handling exceptions thrown by custom actions

2006-05-25 Thread Nestor Urquiza
Thanks Fasih, 100% agree with Rahul .. and I will take a look at the History sample for sure if I come up with a case in which my error event becomes a bad solution. So far it seems to fullfill the requirements but you never know, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 5/25/06,

Re: [scxml] Handling exceptions thrown by custom actions

2006-05-25 Thread Nestor Urquiza
cool I have to update my version to avoid reinventing the wheel! --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 5/25/06, Nestor Urquiza [EMAIL PROTECTED] wrote: snip/ public void triggerErrorEvent() throws ModelException { TriggerEvent[] evts = new

Re: [scxml] Data() xpath and the syntax

2006-05-25 Thread Nestor Urquiza
[EMAIL PROTECTED] wrote: On 5/25/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, I am trying to assign to a variable offer a given information I have in my settings file (which is already in the datamodel). I have two variables appId and mk which I have already

Re: [scxml] Data() xpath and the syntax

2006-05-26 Thread Nestor Urquiza
PROTECTED] wrote: On 5/25/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Yes I made a mistake there it is as you say a node and still fails in fact the problem is about what to do to include an apostrophe or single quote? snip/ This is more of a JEXL question that a SCXML one. And I

[jexl] How to escape the Apostrophe

2006-05-26 Thread Nestor Urquiza
Hello guys, I need to have a string resulting from the expression foo's brother + is bar However the software I am using is expecting the concatenation to use single quotes like: 'foo's brother' + ' is bar' Of course the above is invalid and I cannot come up with a solution for escaping. I

Re: [scxml] Data() xpath and the syntax

2006-05-26 Thread Nestor Urquiza
And I just posted the question to commons with subject [jexl] ... let us see what they respond I will post it back here. But basically: foo's brother + is bar this is how jexl would solvethe problem, however I do not know how to put something like that within the scxml thanks --- Nestor Urquiza

Re: [scxml] Data() xpath and the syntax

2006-05-26 Thread Nestor Urquiza
mmmh foo's brother + is bar is invalid for jexl as well ... still waiting for a response however just for now your solution is valid but just trying to get something more clear than having to add APOS + var + APOS to create something like 'var' --- Nestor Urquiza [EMAIL PROTECTED] wrote

[scxml] using schemas/xslt/xinclude to provide normalization

2006-05-30 Thread Nestor Urquiza
Hello guys, I have been thinking about different options to provide xml normalization meaning I want to be able to maintain xml files or unique nodes with information that is reused within a specific xml file (My settings.xml file that is used from the datamodel needs to reuse for different

Re: [scxml] Data() xpath and the syntax

2006-05-30 Thread Nestor Urquiza
Akolkar [EMAIL PROTECTED] wrote: On 5/26/06, Nestor Urquiza [EMAIL PROTECTED] wrote: mmmh foo's brother + is bar is invalid for jexl as well ... still waiting for a response however just for now your solution is valid but just trying to get something more clear than having to add APOS

Re: [scxml] Data() xpath and the syntax

2006-06-01 Thread Nestor Urquiza
done under the name allowing quote escaping in Commons JEXL ... --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 5/30/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Sure that is exactly what I am trying to do with jexl developers. There is a clear need for jexl to support escaping since

Re: [scxml] using schemas/xslt/xinclude to provide normalization

2006-06-02 Thread Nestor Urquiza
a given book is updated the books.xml chunk should be updated and so appear updated in any single occurrence. 3)Be webdav aware to use it for distributed/concurrent edition. 4)Include Delta-V or any versioning system integration. --- Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, I have been

Re: [scxml] using schemas/xslt/xinclude to provide normalization

2006-06-02 Thread Nestor Urquiza
me, I'd be happy to join in the fun there. -Rahul On 6/2/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Just in case the following steps help a little bit to fire some ideas ;-) I know this is not really and directly scxml related but since having a settings xml file holding all

[scxml] nested if statements

2006-06-28 Thread Nestor Urquiza
Hello guys, below a snippet of code where I am trying to use an if statement within another one. n:if cond=deliveryConfirmationStatus eq 'DLV_CONF_ST_PERMANENT_UNBILLABLE' !-- what do we do here? -- n:var name=dummy expr=dummy/

Re: [scxml] nested if statements

2006-07-01 Thread Nestor Urquiza
Thanks Rahul, I created [scxml] if statement fails within another one jira bug report, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 6/28/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, below a snippet of code where I am trying to use an if statement within another one

[scxml] TriggerEvent.ERROR_EVENT type behavior

2006-07-09 Thread Nestor Urquiza
Hello guys, I guess because of my own mistake at some point I used: evts[0] = new TriggerEvent(app.error, TriggerEvent.ERROR_EVENT, null); to manage an error assumming that being the type = ERROR and having defined in my scxml: n:transition event=app.error target=IDDLE/ the engine

Re: [scxml] TriggerEvent.ERROR_EVENT type behavior

2006-07-10 Thread Nestor Urquiza
://marc.theaimsgroup.com/?l=jakarta-commons-userm=114780510526564w=2 --- Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, I guess because of my own mistake at some point I used: evts[0] = new TriggerEvent(app.error, TriggerEvent.ERROR_EVENT, null); to manage an error assumming

Re: [scxml] TriggerEvent.ERROR_EVENT type behavior

2006-07-11 Thread Nestor Urquiza
: Current States: [IDDLE] Jul 11, 2006 6:06:42 AM org.apache.commons.scxml.SCXMLExecutor logState INFO: Current States: [IDDLE_ERROR] Jul 11, 2006 6:06:45 AM org.apache.commons.scxml.SCXMLExecutor logState INFO: Current States: [aIDDLE2HD] Thanks for any help, Nestor --- Nestor Urquiza [EMAIL

Re: [scxml] TriggerEvent.ERROR_EVENT type behavior

2006-07-12 Thread Nestor Urquiza
but at this time I cannot come with a better clasification. Hope this help to anyone using SCXML to modelate Satate Oriented Business processes. Thanks!, Nestor --- Nestor Urquiza [EMAIL PROTECTED] wrote: Sorry guys for the long thread but I continue making tests and posting the information I

Re: [scxml] null as return value from a method

2006-07-14 Thread Nestor Urquiza
, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello fellas, Seems like the return value from methods called from the SCXML file must be String right? I am asking because of the fact that the below fails if the method createContentRequestTr returns null. snip/ It doesn't have to evaluate

Re: [scxml] nested if statements

2006-07-20 Thread Nestor Urquiza
that we weren't very clear on this either. However, we have provisionally decided to allow them since VoiceXML does. We will clarify the issue in the next public draft. - Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nestor Urquiza

Re: [scxml] nested if statements

2006-07-21 Thread Nestor Urquiza
Absolutely right ;-) I did not understand you well and thanks for finding out my bug! Best Regards, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 7/20/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello Rahul ... could we reopen this issue? Seems like the w3c working group is in its

Re: [SCMXML] How to express 'evnet name/action' of a transition in Commons SCXML?

2006-08-28 Thread Nestor Urquiza
Hi Guofeng, One of the ways (the one I use) is to create an action state and there I put the actions. The action state becomes just a transitional state which allow you to do what you are looking for if I understood correctly. snippet state id=IDLE !-- your initial state --

Re: [SCXML] Spring Integration

2006-08-30 Thread Nestor Urquiza
About this I posted something related in my blog[1] after I found a link[2] in one of your recently posts about some interesting efforts from w3c. Any comments/critics are welcome of course!, Thanks, Nestor [1] http://softwarethougts.blogspot.com/ [2]

Re: [SCXML] Spring Integration

2006-08-30 Thread Nestor Urquiza
) To build a Complete MVC Framework for which the Model and the View can be any technology you like. regards, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 8/30/06, Nestor Urquiza [EMAIL PROTECTED] wrote: About this I posted something related in my blog[1] after I found a link[2] in one

Re: [SCXML] Wiki post (was: Spring Integration)

2006-08-30 Thread Nestor Urquiza
Akolkar [EMAIL PROTECTED] wrote: A better subject ... On 8/30/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Thanks Rahul, Could you point me to the WIKI section where I could post my comments? snip/ You could do a couple of things: * Add a Related Links section on the homepage [1

Re: [SCXML] Wiki post (was: Spring Integration)

2006-08-30 Thread Nestor Urquiza
I just added link number 7 in the Home page pointing to http://wiki.apache.org/jakarta-commons/SCXML/BusinessCases Regards, Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 8/30/06, Nestor Urquiza [EMAIL PROTECTED] wrote: I wanted to create http://wiki.apache.org/jakarta-commons

Re: [SCXML] Wiki post (was: Spring Integration)

2006-08-30 Thread Nestor Urquiza
absolutely right, done! thanks! --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 8/30/06, Nestor Urquiza [EMAIL PROTECTED] wrote: I just added link number 7 in the Home page pointing to http://wiki.apache.org/jakarta-commons/SCXML/BusinessCases snip/ Cool, thanks. So about

Re: [SCXML] Need to resume a state machine (SCXML-19)

2006-09-11 Thread Nestor Urquiza
My opinion is that commons-scxml could give two methods: get4Persistence() insertFromPersistence() They could manage to return or accept a Vector of necessary objects like context, executor and scxml objects necessary to both stop and resume the SCXML Engine. If a developer wants to use

[scxml] svn repository down?

2006-11-01 Thread Nestor Urquiza
Hi guys, Is http://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/ supposed to be down for any reason? I am just trying to get the code into my new Eclipse configuration but the resource is not available now 2006-11-1 10:44 AM ET. Thanks, -Nestor

Re: [scxml] svn repository down?

2006-11-01 Thread Nestor Urquiza
It is back now 10:54 AM ET ... Thanks, -Nestor --- Nestor Urquiza [EMAIL PROTECTED] wrote: Hi guys, Is http://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/ supposed to be down for any reason? I am just trying to get the code into my new Eclipse configuration but the resource

Re: [scxml] svn repository down?

2006-11-01 Thread Nestor Urquiza
Appreciated, Thanks, -Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: It is back now 10:54 AM ET ... Thanks, snip/ Yup. And we have a network monitor, so when in doubt, I go to this URL: http://monitoring.apache.org/status

[SCXML] enabling/disabling logging for var assignments

2006-11-01 Thread Nestor Urquiza
Hi guys, I am using a custom log library for my Bridge and System layers. When I want to log transitions and onentry/onexit events I can do it thru the SCXMLListener implementation. However for var assignments and evaluations I would like to know the easier way to log them. Right now with

Re: [SCXML] enabling/disabling logging for var assignments

2006-11-01 Thread Nestor Urquiza
I will as soon as I solve another issue I am having ... my code broke after tried to use either the release jar file or the current svn code. I will open another thread with the specific issue, Thanks, -nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/1/06, Nestor Urquiza [EMAIL

[scxml] release or current svn code not backguard compatible

2006-11-01 Thread Nestor Urquiza
Hi guys, I have been running now for 6 months my project without any update from svn. I decided to go for the release today since I wanted to debug something. Something weird is happenning with jexl returning always false for any evaluation. With an example I have in my scxml: n:transition

[scxml] including chunks of scxml code.

2006-11-01 Thread Nestor Urquiza
Hello guys, I need to apply DRY ;-) so I do not want to be duplicating SCXML code that is to be included in many different states. Just wondering about the options we have here: 1)XInclude 2)A special tag from scxml??? 3) Any other idea? Thanks, -Nestor

Re: [scxml] release or current svn code not backguard compatible

2006-11-02 Thread Nestor Urquiza
PROTECTED] wrote: On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hi guys, I have been running now for 6 months my project without any update from svn. I decided to go for the release today since I wanted to debug something. Something weird is happenning with jexl returning always

Re: [SCXML] enabling/disabling logging for var assignments

2006-11-12 Thread Nestor Urquiza
Akolkar [EMAIL PROTECTED] wrote: On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hi guys, I am using a custom log library for my Bridge and System layers. When I want to log transitions and onentry/onexit events I can do it thru the SCXMLListener implementation. However for var

Re: [SCXML] enabling/disabling logging for var assignments

2006-11-17 Thread Nestor Urquiza
--- Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/16/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Since it took me a while to learn about the commons-logging wrapper and current log engines I will post here my results just in case someone has a similar problem in the future: snip

Re: [scxml] Is there any visualization tool ?

2006-11-17 Thread Nestor Urquiza
this is becomming a good candidate question to go to FAQ ;-) Of course I as the rest of us I cannot wait to see such a tool in the market. Interesting link, however given the fact that SCXML is XML I see more suitable to user XSLT to translate from SCXML to State Chart Diagrams UML 2 using

Re: [scxml] Is there any visualization tool ?

2006-11-17 Thread Nestor Urquiza
it and extend it if necessary (SCXML is still a Draft so some extensions will be necessary). Thoughts? Thanks, -Nestor [1] http://uml2svg.sourceforge.net/ [2] --- Nestor Urquiza [EMAIL PROTECTED] wrote: this is becomming a good candidate question to go to FAQ ;-) Of course I

Re: [SCXML] enabling/disabling logging for var assignments

2006-11-17 Thread Nestor Urquiza
Logging Tutorial created [1] JIRA issue including the proposed patch [2] Thanks -Nestor [1] http://wiki.apache.org/jakarta-commons/SCXML/Tutorials/Logging#preview [2] https://issues.apache.org/jira/browse/SCXML-31 --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/17/06, Nestor Urquiza [EMAIL

Re: [scxml] Is there any visualization tool ?

2006-11-17 Thread Nestor Urquiza
a plugin for each single modelling tool you want to use able to convert from specific graphical solution to XMI). Thanks, -Nestor Thanks, -Nestor [1] http://uml2svg.sourceforge.net/ [2] http://freshmeat.net/projects/xmi2svg/ --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/17/06, Nestor Urquiza

[SCXML] Re: newbie question ... please be kind

2006-12-14 Thread Nestor Urquiza
Hi Jason, Please, include [SCXML] in your future postings, most of us filter messages based on the subject and commons-user is a list not just for commons-SCXML. We are all expecting a plugin like that to be released, owever as far as I know there is nothing still available. Take a look at [1]

Re: [scxml] including chunks of scxml code.

2007-01-05 Thread Nestor Urquiza
, -Nestor [1] http://www.w3.org/TR/scxml/ --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/1/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 11/1/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, I need to apply DRY ;-) so I do not want to be duplicating SCXML code

Re: [scxml] including chunks of scxml code.

2007-01-05 Thread Nestor Urquiza
thinking aloud, I would expect SCXML to have features like XSLT templating which is nothing but the ability to reuse code thru functions. What you think? Thanks a bunch, -Nestor --- Rahul Akolkar [EMAIL PROTECTED] wrote: On 1/5/07, Nestor Urquiza [EMAIL PROTECTED] wrote: Hi, I am sorry I

  1   2   >