Is there any way to use the SCXML library without all of the dependencies?
I intend to use it with Resin.  

I tried to get the simple StopWatch program working, and had to download and
setup 4 extra commons libraries plus xalan. These are the versions I
installed:

set cp=%cp%;./lib/commons-scxml-0.6.jar
set cp=%cp%;./lib/commons-jexl-1.1.jar
set cp=%cp%;./lib/commons-logging-1.1.jar
set cp=%cp%;./lib/xalan.jar
set cp=%cp%;./lib/commons-digester-1.8.jar
set cp=%cp%;./lib/commons-collections-3.2.jar

I never did get the StopWatch example to run.  It dies with this:

Exception in thread "main" java.lang.IllegalArgumentException: Cannot parse
null URL
        at
org.apache.commons.scxml.io.SCXMLDigester.digest(SCXMLDigester.java:125)
        at
org.apache.commons.scxml.env.AbstractStateMachine.<init>(AbstractStateMachin
e.java:125)
        at
org.apache.commons.scxml.env.AbstractStateMachine.<init>(AbstractStateMachin
e.java:103)
        at com.teamnotify.workflow.scxml.StopWatch.<init>(StopWatch.java:54)
        at
com.teamnotify.workflow.scxml.StopWatchDisplay.<init>(StopWatchDisplay.java:
55)
        at
com.teamnotify.workflow.scxml.StopWatchDisplay.main(StopWatchDisplay.java:14
5)

Is this another dependency problem?     

Thanks,

Aaron


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

Reply via email to