[Javaflow]AssertionViolatedException

2011-06-06 Thread wayne
Hi All: about [javaflow] Ant task terminates with org.apache.bcel.verifier.exc.AssertionViolatedException. Somebody mention the solution as follow: (https://issues.apache.org/jira/browse/SANDBOX-290) Unexpected behaviour: When the Javaflow Ant task is executed on a set of class files in the

Re: [Javaflow]AssertionViolatedException

2011-06-06 Thread Torsten Curdt
Hey Wayne, sounds like you are not using the latest version. The latest version uses the ASM transformer by default. (but you can still switch with the unpublished mode option) The BCEL transformer is deprecated. HTH cheers, Torsten

Re: [Javaflow]AssertionViolatedException

2011-06-06 Thread wayne
Torsten: thank you for you help. how can I get the latest version? It seems no binary distribution or source code from javaflow site. Wayne 2011/6/6 Torsten Curdt tcu...@vafer.org: Hey Wayne, sounds like you are not using the latest version. The latest version uses the ASM transformer

Re: [Javaflow]AssertionViolatedException

2011-06-06 Thread Torsten Curdt
just check out trunk from subversion. svn co http://svn.apache.org/repos/asf/commons/sandbox/javaflow cheers, Torsten On Mon, Jun 6, 2011 at 10:31, wayne whwa...@gmail.com wrote: Torsten:   thank you for you help. how can I get the latest version? It seems no binary distribution or source

Travel Assistance applications open for ApacheCon North America 2011

2011-06-06 Thread Matt Benson
The Apache Software Foundation (ASF)'s Travel Assistance Committee (TAC) is now accepting applications for ApacheCon North America 2011, 7-11 November in Vancouver BC, Canada. The TAC is seeking individuals from the Apache community at-large --users, developers, educators, students, Committers,

[ANNOUNCE] Commons NET 3.0.1 released

2011-06-06 Thread sebb
The Apache Commons Net team are pleased to announce the release of Commons Net version 3.0.1. *** This is a bug-fix release which corrects a regression in 3.0 *** * NET-409: FTPClient truncates file (storeFile method). All users are encouraged to upgrade to 3.0.1. This release is binary

Re: [Javaflow]AssertionViolatedException

2011-06-06 Thread wayne
Thank you for your kind help .Torsten.I'll try it . From Wayne 2011/6/6 Torsten Curdt tcu...@vafer.org: just check out trunk from subversion. svn co http://svn.apache.org/repos/asf/commons/sandbox/javaflow cheers, Torsten On Mon, Jun 6, 2011 at 10:31, wayne whwa...@gmail.com wrote:

[scxml] src element as a pointer to memory content

2011-06-06 Thread Dario D
Hello, Would it be possible to have a PathResolver implementation which treats the src element as a pointer to a database entry where content is stored, or an in-memory object? Of course, I could make a PathResolver implementation which will parse the value of src make a query to the database,

Re: [scxml] src element as a pointer to memory content

2011-06-06 Thread Rahul Akolkar
On Mon, Jun 6, 2011 at 5:35 PM, Dario D darac1...@gmail.com wrote: Hello, Would it be possible to have a PathResolver implementation which treats the src element as a pointer to a database entry where content is stored, or an in-memory object? Of course, I could make a PathResolver

[scxml] trasition tag with type=internal in compound state issue

2011-06-06 Thread Vance huang
Hi, According to the SCXML spec, the following was stated: The behavior of transitions with 'type' of internal is identical, except in the case of a transition whose source state is a compound state and whose target(s) is a descendant of the source. In such a case, an internal transition will

Re: [scxml] trasition tag with type=internal in compound state issue

2011-06-06 Thread Rahul Akolkar
On Mon, Jun 6, 2011 at 7:11 PM, Vance huang vancehu...@yahoo.com wrote: Hi, According to the SCXML spec, the following was stated: The behavior of transitions with 'type' of internal is identical, except in the case of a transition whose source state is a compound state and whose target(s)

[daemon] Cannot execute complex SQL query when run the application with procrun

2011-06-06 Thread irfan romadona
Hi all, I've tried procrun for making my java application works as windows service, it successfully created and runs. Here are the commands: prunsrv //IS//TestSvc --Install=D:\INSTALLER\commons-daemon\commons-daemon-1.0.5-bin-windows\prunsrv.exe --Description=Test Service --Jvm=auto

Re: [scxml] src element as a pointer to memory content

2011-06-06 Thread Dario D
Thank you Rahul. In fact we were investigating the possibility of having our own protocol handlers, but we noticed that the resolve() method of PathResolver returned a string, not an URL. What did you have in mind? 2011/6/7 Rahul Akolkar rahul.akol...@gmail.com On Mon, Jun 6, 2011 at 5:35 PM,

Travel Assistance applications now open for ApacheCon NA 2011

2011-06-06 Thread Phil Steitz
The Apache Software Foundation (ASF)'s Travel Assistance Committee (TAC) is now accepting applications for ApacheCon North America 2011, 7-11 November in Vancouver BC, Canada. The TAC is seeking individuals from the Apache community at-large --users, developers, educators, students, Committers,

Re: [scxml] src element as a pointer to memory content

2011-06-06 Thread Rahul Akolkar
On Tue, Jun 7, 2011 at 12:44 AM, Dario D darac1...@gmail.com wrote: Thank you Rahul. In fact we were investigating the possibility of having our own protocol handlers, but we noticed that the resolve() method of PathResolver returned a string, not an URL. What did you have in mind? snip/ ISTR