Yup,
I have done exactly the same thing

exec = new SCXMLExecutor(evaluator, ed, trc);
 Data scenarioData = new Data();
 scenarioData.setName(SCENARIO_ID_PARAM);
 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" <[email protected]>
Sent: Wednesday, April 19, 2006 5:03 PM
Subject: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public?


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 access
Can we make it public? Or there is a better way to
accomplish what I am trying to do???
Thanks a lot!

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to