Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 46788 invoked from network); 28 May 2007 02:07:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2007 02:07:22 -0000 Received: (qmail 87637 invoked by uid 500); 28 May 2007 02:07:22 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 87588 invoked by uid 500); 28 May 2007 02:07:22 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 87577 invoked by uid 99); 28 May 2007 02:07:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2007 19:07:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rahul.akolkar@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2007 19:07:16 -0700 Received: by py-out-1112.google.com with SMTP id u77so2640159pyb for ; Sun, 27 May 2007 19:06:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Klpq7Z///Zf9WuDnkHz+wHoRacdNtX+RC6ZDaENjbAzyMvqWi2rmGLW0hPtM463dBL47CCZo7s31Zmbxu5HvWG6gJzCnFxDt9DUEJe16C1dw2C75l2ProiCrONjbJK4Rw2/4b/PiNqRLVjAGr9oNHwpBb2suU+TJW7qi10Xq8yU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ijMhh8nWHFJbzLh/WyfTzgfSYXHGbSJcDKDB4eRwZh+WHV3T5yOrwl/+/oqfKkRO3de255PVgqC3D17X6a5YnEXfikA/QL3m4U9sZ8NH7yDee7As5kG7WmHbWP9uuDDFu55+zDBu9ebvQd7LAxZb8cj8cUOQAMk3HbfQjaVokzs= Received: by 10.65.23.7 with SMTP id a7mr9478069qbj.1180318014823; Sun, 27 May 2007 19:06:54 -0700 (PDT) Received: by 10.65.186.8 with HTTP; Sun, 27 May 2007 19:06:54 -0700 (PDT) Message-ID: Date: Sun, 27 May 2007 22:06:54 -0400 From: "Rahul Akolkar" To: "Jakarta Commons Users List" Subject: Re: SCXML Library Cc: aaron@sendthisfile.com In-Reply-To: <001901c7a09e$072683b0$6400a8c0@Primary> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <001901c7a09e$072683b0$6400a8c0@Primary> X-Virus-Checked: Checked by ClamAV on apache.org Please check that you're subscribed to this list (I suspect you were moderated through). To answer your question(s) ... On 5/27/07, Aaron Freeman wrote: > Is there any way to use the SCXML library without all of the dependencies? No. > 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 > And beanutils, dependencies are listed here: http://jakarta.apache.org/commons/scxml/dependencies.html There used to be a column for comments on that page briefly stating what each dependency is for -- that seems to have disappeared. Might be some maven plugin foo, I'll try to track it down. In the meantime, if you don't mind, those comments are available in the project POM (search for string "comment"): http://svn.apache.org/repos/asf/jakarta/commons/proper/scxml/trunk/project.xml > 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.(AbstractStateMachin > e.java:125) > at > org.apache.commons.scxml.env.AbstractStateMachine.(AbstractStateMachin > e.java:103) > at com.teamnotify.workflow.scxml.StopWatch.(StopWatch.java:54) > at > com.teamnotify.workflow.scxml.StopWatchDisplay.(StopWatchDisplay.java: > 55) > at > com.teamnotify.workflow.scxml.StopWatchDisplay.main(StopWatchDisplay.java:14 > 5) > > Is this another dependency problem? > Is the URL pointing to the SCXML document, can you confirm its not null? (also add beanutils to classpath) -Rahul > Thanks, > > Aaron > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org