[vfs] test failure in the master branch

2023-09-11 Thread Woonsan Ko
Hi, While I was preparing a PR, I got test failures below after running `mvn` in the master branch of the commons-vfs. Any hints for this? (I'm with maven-3.9.2 on JDK 1.8 / windows 10.) Thanks! Woonsan - [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.322 s <<<

Re: [ANNOUNCE] Welcome Peter Lee (peterlee) as Apache Commons Committer

2020-03-16 Thread Woonsan Ko
Congrats and welcome, Peter! Woonsan On Mon, Mar 16, 2020 at 1:50 PM Gary Gregory wrote: > > Hi All, > > Please welcome Peter Lee (peterlee) as our latest Apache Commons Committer! > > Gary - To unsubscribe, e-mail:

Re: some questions (/bug?) about commons-vfs2 make me confused.

2020-01-23 Thread Woonsan Ko
org.apache.maven.wagon > wagon-webdav-jackrabbit > jar > 1.0-beta-6 > > > org.apache.jackrabbit > jackrabbit-webdav > jar > 1.5.0 > > > org.apache.jackrabbit > jackrabbit-jcr-commons >

Re: some questions (/bug?) about commons-vfs2 make me confused.

2020-01-23 Thread Woonsan Ko
On Sun, Jan 19, 2020 at 11:41 AM Xeno Amess wrote: > > yep that make sense. > but I'd rather add a class-check for provider class. > there already be a mechanism for making sure if all classes needed for > this provider class exist -> if not then just do not add the provider. > I will add a

Re: [vfs] new http4 provider, not replace http?

2019-10-23 Thread Woonsan Ko
Hi Gary, I've just posted a PR for VFS-687 (with HttpClient *5*). When you have some time, please take a review. Thanks! Woonsan On Wed, Jan 2, 2019 at 12:11 PM Woonsan Ko wrote: > > Thanks again, Gary! > Just as heads-up, I've created two tickets: VFS-686 and VFS-687. The > for

Re: [vfs] PR ready for VFS-686

2019-10-17 Thread Woonsan Ko
ert.fail(Assert.java:86) > at > org.junit.Assert.assertTrue(Assert.java:41) at > org.junit.Assert.assertTrue(Assert.java:52) at > org.apache.commons.vfs2.provider.zip.test.ParseXmlInZipTestCase.testResolveAndParseInvalidXml(ParseXmlInZipTestCase.java:108) > > Can you see if this is fixabl

[vfs] PR ready for VFS-686

2019-10-16 Thread Woonsan Ko
Hi, I'd just like to inform that there's my PR for VFS-686, which is about upgrading Jackrabbit dependencies for WebDAV support (the webdav provider is broken when using the latest Jackrabbit 2.x). It's quite a change as it moves webdav into jackrabbit and jackrabbit2 for separation and

Re: [vfs] Spaces in folders cause Jenkins build to fail

2019-04-19 Thread Woonsan Ko
On Fri, Apr 19, 2019 at 6:13 PM Gary Gregory wrote: > > Hi, > > WRT > https://builds.apache.org/job/Apache%20Commons%20VFS/org.apache.commons$commons-vfs2/9/testReport/junit/org.apache.commons.vfs2.test/UriTests/testAbsoluteURI/ > > I just replaced the old svn-based build with a git-based build.

Re: [pool][dbcp][vfs] releases

2019-04-02 Thread Woonsan Ko
Hi Gary, Thanks for the info. I will probably need to close my PR as it depends on a snapshot version of Jackrabbit (for commons-vfs-jackrabbit3 submodule) at the moment, or you can just ignore it for now. I'll need to wait for a new release there: - https://github.com/apache/commons-vfs/pull/52

Re: [vfs] webdav4 extending http4 provider?

2019-03-06 Thread Woonsan Ko
'package' executed first. Maven resource plugin can copy from the core directory, but copying he test resources with no possibility of filtering -- even if not used at the moment -- makes me hesitate. Regards, Woonsan On Thu, Mar 7, 2019 at 12:46 AM Woonsan Ko wrote: > > Hi Gary, > >

Re: [vfs] webdav4 extending http4 provider?

2019-03-06 Thread Woonsan Ko
Woonsan Ko wrote: > > On Mon, Feb 25, 2019 at 9:28 AM Gary Gregory wrote: > > > > Stepping back, It seems to me we have two paths: > > - Update Jackrabbit transparently and open ourselves up to _potential_ > > compatibility issues. > > - Do it the way we did f

Re: [vfs] webdav4 extending http4 provider?

2019-02-25 Thread Woonsan Ko
On Mon, Feb 25, 2019 at 8:07 AM Gary Gregory wrote: > > On Sun, Feb 24, 2019 at 4:00 PM Woonsan Ko wrote: > > > On Mon, Feb 18, 2019 at 2:09 PM Woonsan Ko wrote: > > > > > > On Mon, Feb 18, 2019 at 1:45 PM Gary Gregory > > wrote: > > > > >

Re: [vfs] webdav4 extending http4 provider?

2019-02-24 Thread Woonsan Ko
On Mon, Feb 18, 2019 at 2:09 PM Woonsan Ko wrote: > > On Mon, Feb 18, 2019 at 1:45 PM Gary Gregory wrote: > > > > Hi Woonsan, > > > > Why disable existing tests? > > I think the new Jackrabbit dependency 2.19.x would conflict with the > old one, 1.6.5. >

Re: [vfs] webdav4 extending http4 provider?

2019-02-18 Thread Woonsan Ko
an > > Gary > > On Mon, Feb 18, 2019, 13:19 Woonsan Ko > > Hi, > > > > I'm trying to create a PR as a fix to VFS-686. > > At first, I've tried to fix those in > > org.apache.commons.vfs2.provider.webdav package, but realized that the

[vfs] webdav4 extending http4 provider?

2019-02-18 Thread Woonsan Ko
Hi, I'm trying to create a PR as a fix to VFS-686. At first, I've tried to fix those in org.apache.commons.vfs2.provider.webdav package, but realized that the changes will break API compatibility. For example, WebdavFileSystemConfigBuilder#getInstance() can't be supported as-is obviously. So, I

Re: [SCXML] Ways to spawn multiple logical "threads"?

2019-02-13 Thread Woonsan Ko
On Mon, Feb 11, 2019 at 3:17 AM Christofer Dutz wrote: > > Hi all, > > my PLC4X driver using a combination of Apache Commons SCXML (2.0) and Apache > Daffodil is doing even better than I imagined, when starting the whole thing. > > Right now I’m improving the thing to be more on-par with the

Re: [VOTE] Release Apache Commons VFS 2.3 based on RC2

2019-02-02 Thread Woonsan Ko
+1 (non-binding) Signatures and SHA512 hashes verified; RELEASE-NOTES.txt looks good. Build, test and site generation OK in my env: $ mvn -v Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T15:39:06-04:00) Maven home: ... Java version: 1.8.0_144, vendor: Oracle

Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-02-01 Thread Woonsan Ko
On Fri, Feb 1, 2019 at 9:59 AM sebb wrote: > > On Fri, 1 Feb 2019 at 14:12, Woonsan Ko wrote: > > > > On Fri, Feb 1, 2019 at 5:02 AM Christofer Dutz > > wrote: > > > > > > Hi, > > > > > > I would opt for setting up Jenkins to auto dep

Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-02-01 Thread Woonsan Ko
; > Chris > > > > Outlook für Android<https://aka.ms/ghei36> herunterladen > > > From: Woonsan Ko > Sent: Friday, February 1, 2019 9:09:53 AM > To: Commons Developers List > Subject: Re: [SCXML] Using SCXML + Daffodil in orde

Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-02-01 Thread Woonsan Ko
standard elements, with some custom actions to be used still in a declarative way, seems simpler and more maintainable to me. Regards, Woonsan > > Chris > > > Outlook für Android<https://aka.ms/ghei36> herunterladen > > > From: Woonsan Ko

Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-01-29 Thread Woonsan Ko
Hi Chris, On Tue, Jan 29, 2019 at 8:26 AM Christofer Dutz wrote: > > Hi all, > > I am a member of the Apache PLC4X podling. There we are implementing drivers > for communicating with industrial hardware. > Now we had started with manually implemented Java drivers, but it has always > been our

Re: [vfs] new http4 provider, not replace http?

2019-01-01 Thread Woonsan Ko
Fri, Nov 2, 2018 at 11:49 PM Woonsan Ko wrote: > > > On Fri, Nov 2, 2018 at 11:16 AM Gary Gregory > > wrote: > > > > > > On Fri, Nov 2, 2018 at 9:02 AM Woonsan Ko wrote: > > > > > > > Hi Gary, > > > > > > > > On Thu, No

Re: [csv] Slicing through CSVRecords

2019-01-01 Thread Woonsan Ko
On Tue, Jan 1, 2019 at 12:10 AM Gary Gregory wrote: > > Hi, > > It sounds like you are looking for a JDBC driver for CSV files. I do not > think we want to build too much on top of CSV have it to start mimic SQL. FYI, Calcite might be interesting as it has something built-in for CSV via JDBC: -

Re: [vfs] new http4 provider, not replace http?

2018-11-02 Thread Woonsan Ko
On Fri, Nov 2, 2018 at 11:16 AM Gary Gregory wrote: > > On Fri, Nov 2, 2018 at 9:02 AM Woonsan Ko wrote: > > > Hi Gary, > > > > On Thu, Nov 1, 2018 at 9:54 PM Gary Gregory > > wrote: > > > > > > Hi Woonsan, > > > > > > I've

Re: [vfs] new http4 provider, not replace http?

2018-11-02 Thread Woonsan Ko
can simply change the providers.xml. I will submit another simple PR to set the default ones to [ "http3", "http" ] and [ "http3s", "https" ] soon. Am I in the right track? Woonsan > > Thoughts? > > Gary > > On Wed, Oct 31, 2018 at 6:42 PM

Re: [vfs] new http4 provider, not replace http?

2018-10-31 Thread Woonsan Ko
Could someone please review my PR? - https://github.com/apache/commons-vfs/pull/38 Woonsan On Wed, Aug 15, 2018 at 9:11 AM Woonsan Ko wrote: > > Hi Bernd / Experts, > > I've submitted a PR for VFS-360. Find my summary in the comment as well. > - https://github.com/apache/comm

[scxml] Fwd: [GitHub] commons-scxml pull request #3: Upgrade to JUnit jupiter

2018-10-04 Thread Woonsan Ko
Hi devs, I've just browsed the pull request and it looks very good. We can take advantage of the JUnit5 features by this contribution. I'll take another look this week and merge it to the main development branch afterward. Thanks, Woonsan -- Forwarded message - From: mureinik

Re: Request to extend StringUtils: Check String length falls within interval

2018-08-20 Thread Woonsan Ko
On Mon, Aug 20, 2018 at 12:55 PM, sebb wrote: > On 20 August 2018 at 16:26, Lodewyk wrote: >> Hi, >> >> I would like to extend StringUtils. I looked through the GitHub repository >> and it was suggested that I check if the intended feature falls within the >> scope of Apache Commons Lang first.

Re: I'm alive!

2018-08-16 Thread Woonsan Ko
Congrats! :-) Woonsan On Thu, Aug 16, 2018 at 11:26 AM, Gary Gregory wrote: > Congratulations and welcome back! :-) > > Gary > > On Thu, Aug 16, 2018 at 8:59 AM Benedikt Ritter wrote: > >> Hi all, >> >> I have been pretty quite over the past 12 month. There are a lot of reasons >> for this.

Re: [vfs] new http4 provider, not replace http?

2018-08-15 Thread Woonsan Ko
Hi Bernd / Experts, I've submitted a PR for VFS-360. Find my summary in the comment as well. - https://github.com/apache/commons-vfs/pull/38 Could you please review the changes? Thanks in advance, Woonsan On Wed, Aug 8, 2018 at 6:09 PM, Woonsan Ko wrote: > Hi Bernd, > > Thanks

Re: [vfs] new http4 provider, not replace http?

2018-08-08 Thread Woonsan Ko
. Kind regards, Woonsan > > Gruss > Bernd > > -- > http://bernd.eckenfels.net > > Von: Woonsan Ko > Gesendet: Mittwoch, 8. August 2018 18:35 > An: Commons Developers List > Betreff: [vfs] new http4 provider, not replace http? > > Hi, > > I'm tryin

[vfs] new http4 provider, not replace http?

2018-08-08 Thread Woonsan Ko
Hi, I'm trying to contribute for VFS-360. What a nice ticket number! After a brief look, I'm considering to add a new provider in a separate package, 'http4' (based on HttpComponents HttpClient), keeping the old one, 'http' (based on the old Commons HttpClient), as-is. The reason is that I don't

Re: [Configuration] How do I traverse an XML configuration?

2017-04-07 Thread Woonsan Ko
gt; Is that not possible? >> >> If I have to use DOM, then I do not need Commons Config :-( >> >> Gary >> >> On Thu, Apr 6, 2017 at 8:46 PM, Woonsan Ko <woon...@apache.org> wrote: >> >>> If you meant to traverse dom tree of the xml document, perhaps

Re: [Configuration] How do I traverse an XML configuration?

2017-04-06 Thread Woonsan Ko
If you meant to traverse dom tree of the xml document, perhaps you can use XMLConfiguration#getDocument(). Regards, Woonsan On Thu, Apr 6, 2017 at 11:00 PM, Gary Gregory wrote: > Hi All: > > I have an XMLConfiguration and I need to get all of the child nodes from > the

Re: [vfs] dependency on Jackrabbit WebDAV and obsolete HTTP client

2016-12-08 Thread Woonsan Ko
On Thu, Dec 8, 2016 at 10:17 AM, Julian Reschke wrote: > On 2016-12-08 15:49, sebb wrote: >> >> Please note that Commons HttpClient moved to the HttpComponents PMC >> some years ago: >> >> http://hc.apache.org/httpclient-3.x/ >> >> It is no longer being developed (see the

Re: [Result][VFS] Switch to Git

2016-06-03 Thread Woonsan Ko
>> source control. Here are the people participated (I also vote +1): >> >> Bernd Eckenfels >> Gary Gregory >> Dave Brosius >> Woonsan Ko >> Josh Elser >> Ralph Goers >> Jochen Wiedmann >> Christopher >> >> >> How to proceed? O

Re: [Poll][VFS] Switch to Git

2016-05-25 Thread Woonsan Ko
On Wed, May 25, 2016 at 4:20 PM, Bernd Eckenfels wrote: > Hello, > > I would like to be able to use Git with the Apache Commons VFS repo. As > we agreed upon I call out the intention to do this and ask you for your > oppinion. +1 Woonsan > > Now that we have the 2.1

Re: [VFS] Jackrabbit

2016-05-24 Thread Woonsan Ko
Hi, I happend to meet this old thread while looking at VFS-180, and was tempted to ask a question here. :-) I took a look at the current Jackrabbit based test cases, but I'm not sure if JR is the only option now. Tomcat has a built-in WebDavServlet to expose DAV access (read/write/list) and it is

Re: [SCXML] Proposal to move to Java 8 minimum and drop/replace XML/XPath support with JSON

2016-05-16 Thread Woonsan Ko
Commons SCXML support 'languages': JEXL, Groovy and Javascript. >> - bump the minimum Java version to 8 so we can leverage and only need to >> support >>the Nashorn Javascript engine >> >> The only user response so far on user@ is fully in favor of these changes,

Re: [SCXML] Proposal to move to Java 8 minimum and drop/replace XML/XPath support with JSON

2016-05-08 Thread Woonsan Ko
Groovy and Javascript. >> - bump the minimum Java version to 8 so we can leverage and only need to >> support >> the Nashorn Javascript engine >> >> The only user response so far on user@ is fully in favor of these changes, >> and both myself and Woonsan Ko a

Re: [SCXML] Changing SCM Url of Apache Commons SCXML in Continuum?

2015-07-25 Thread Woonsan Ko
BUILDS issue was created: - https://issues.apache.org/jira/browse/BUILDS-100 Cheers, Woonsan On Thu, Jul 23, 2015 at 10:05 AM, Woonsan Ko woon...@apache.org wrote: Thank you so much for your help! I'll raise issues. Cheers, Woonsan On Thu, Jul 23, 2015 at 8:09 AM, sebb seb

Re: [SCXML] Changing SCM Url of Apache Commons SCXML in Continuum?

2015-07-23 Thread Woonsan Ko
:55, Woonsan Ko woon...@apache.org wrote: Hi there, I wanted to change the SCM Url of Apache Commons SCXML as it was moved from SVN to git recently, but I don't seem to be able to edit the project here: - https://continuum-ci.apache.org/continuum/projectGroupBuildDefinition.action

[SCXML] Changing SCM Url of Apache Commons SCXML in Continuum?

2015-07-22 Thread Woonsan Ko
Hi there, I wanted to change the SCM Url of Apache Commons SCXML as it was moved from SVN to git recently, but I don't seem to be able to edit the project here: - https://continuum-ci.apache.org/continuum/projectGroupBuildDefinition.action?projectGroupId=16 Could someone give me an edit access

Re: [SCXML] Move to Git: website/POM/DOAP need urgent updating

2015-07-13 Thread Woonsan Ko
Hi, I updated the site menu in source already with this ticket: - https://issues.apache.org/jira/browse/SCXML-235 The source-repository page seems to be auto-generated when building site based on scm info in pom. So I just renamed the menu only. How can I update the online site with newly

Re: [SCXML] Move to Git: website/POM/DOAP need urgent updating

2015-07-13 Thread Woonsan Ko
I've just updated the DOAP as well. Thanks for the pointer! Cheers, Woonsan On Mon, Jul 13, 2015 at 8:06 AM, sebb seb...@gmail.com wrote: What about the DOAP? On 13 July 2015 at 12:55, Woonsan Ko woon...@apache.org wrote: Hi, I updated the site menu in source already with this ticket

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-13 Thread Woonsan Ko
On Mon, Jul 13, 2015 at 12:44 PM, sebb seb...@gmail.com wrote: On 13 July 2015 at 11:07, sebb seb...@gmail.com wrote: On 13 July 2015 at 07:51, Benedikt Ritter brit...@apache.org wrote: Hello Woonsan, 2015-07-13 3:03 GMT+02:00 Woonsan Ko woon...@apache.org: Hi Benedikt, I think the svn

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-12 Thread Woonsan Ko
AM, Benedikt Ritter brit...@apache.org wrote: Hello Woonson, one think you will have to do after the migration is to create a ticket for the github mirror. Otherwise it will continue mirroring the SVN repo. Benedikt 2015-07-09 6:06 GMT+02:00 Woonsan Ko woon...@apache.org: Thanks for your

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-12 Thread Woonsan Ko
with this: - https://issues.apache.org/jira/browse/SCXML-235 By the way, could someone please tweet this move on @ApacheCommons? Enjoy! Regards, Woonsan On Thu, Jul 9, 2015 at 6:14 PM, Woonsan Ko woon...@apache.org wrote: Hi there, GitHub integration request was made: - https://issues.apache.org/jira

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-09 Thread Woonsan Ko
to do after the migration is to create a ticket for the github mirror. Otherwise it will continue mirroring the SVN repo. Benedikt 2015-07-09 6:06 GMT+02:00 Woonsan Ko woon...@apache.org: Thanks for your support, Ate! :-) It was already migrated to git (INFRA-9952). I commented about my

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-09 Thread Woonsan Ko
AM, Benedikt Ritter brit...@apache.org wrote: Hello Woonson, one think you will have to do after the migration is to create a ticket for the github mirror. Otherwise it will continue mirroring the SVN repo. Benedikt 2015-07-09 6:06 GMT+02:00 Woonsan Ko woon...@apache.org: Thanks for your

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-08 Thread Woonsan Ko
Apache Commons Developers, This VOTE has passed with the following votes: +1 Dave Brosius +1 James Carman (PMC) +1 Gary Gregory (PMC) +1 Woonsan Ko Thank you all for voting! I will create an INFRA ticket soon and keep you updated about the progress and availabilities. Regards

[RESULT] [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-08 Thread Woonsan Ko
Apache Commons Developers, This VOTE has passed with the following votes: +1 Dave Brosius +1 James Carman (PMC) +1 Gary Gregory (PMC) +1 Woonsan Ko Thank you all for voting! I will create an INFRA ticket soon and keep you updated about the progress and availabilities. Regards

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-08 Thread Woonsan Ko
wrote: Sorry for the too late response, but I would have voted +1 too :) Ate On 2015-07-08 20:27, Woonsan Ko wrote: Apache Commons Developers, This VOTE has passed with the following votes: +1 Dave Brosius +1 James Carman (PMC) +1 Gary Gregory (PMC) +1 Woonsan Ko

Re: [RESULT] [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-08 Thread Woonsan Ko
You can monitor the progress with this INFRA issue: - https://issues.apache.org/jira/browse/INFRA-9952 Thanks, Woonsan On Wed, Jul 8, 2015 at 2:31 PM, Woonsan Ko woon...@apache.org wrote: Apache Commons Developers, This VOTE has passed with the following votes: +1 Dave Brosius +1

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-04 Thread Woonsan Ko
+1 Woonsan On Wed, Jul 1, 2015 at 9:50 PM, Woonsan Ko woon...@apache.org wrote: Hi there, I think the experiences in Commons Math and Commons Lang using git as primary VCS have been successful. Also, we received requests from some new people about using git instead (through mailing list

[VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-01 Thread Woonsan Ko
Hi there, I think the experiences in Commons Math and Commons Lang using git as primary VCS have been successful. Also, we received requests from some new people about using git instead (through mailing list and JIRA tickets). So, I'd like to call a vote to migrate Commons SCXML to git, assuming

Re: [SCXML] Mirror or move to git?

2015-06-30 Thread Woonsan Ko
On Sun, Jun 28, 2015 at 5:05 AM, Benedikt Ritter brit...@apache.org wrote: Hello Woosan, 2015-06-24 15:05 GMT+02:00 Woonsan Ko woon...@apache.org: Sorry for late response. I personally prefer moving from svn to git rather than just mirroring. I assume we can take advantage of the full

Re: [SCXML] Mirror or move to git?

2015-06-24 Thread Woonsan Ko
Sorry for late response. I personally prefer moving from svn to git rather than just mirroring. I assume we can take advantage of the full features of git (e.g, easier branching and merging) better with that approach. What do others think? Regards, Woonsan On 5/5/15 3:27 PM, Benedikt Ritter

[SCXML] changes.xml updated

2015-04-09 Thread Woonsan Ko
Hi, I've just updated changes.xml (https://svn.apache.org/repos/asf/commons/proper/scxml/trunk/src/changes/changes.xml) for 2.0 version based on JIRA tickets. Please keep updating the file yourself as well whenever you commit changes. :-) Thank you! Cheers, Woonsan

Re: svn commit: r1672236 - in /commons/proper/scxml/trunk/src: main/java/org/apache/commons/scxml2/io/ main/java/org/apache/commons/scxml2/model/ test/java/org/apache/commons/scxml2/model/

2015-04-09 Thread Woonsan Ko
I've just updated the file (including mine and others based on JIRA tickets). I like it. We can give credits to the contributors in a way. Thanks for reminder! Cheers, Woonsan On Thu, 4/9/15, Benedikt Ritter brit...@apache.org wrote: Subject: Re:

Re: How to run unit test ProviderRenameTests?

2014-05-15 Thread Woonsan Ko
in Eclipse JUnit runner (but can be used). So I typically do the same as you did, make standalone tests or run the whole suite. You have my sympathies for trying :) Gruss Bernd Am Tue, 6 May 2014 06:53:03 -0700 (PDT) schrieb Woonsan Ko woon_...@yahoo.com: Hi, I'm trying to reproduce VFS-298

Re: How to run unit test ProviderRenameTests?

2014-05-10 Thread Woonsan Ko
standalone tests or run the whole suite. You have my sympathies for trying :) Gruss Bernd Am Tue, 6 May 2014 06:53:03 -0700 (PDT) schrieb Woonsan Ko woon_...@yahoo.com: Hi, I'm trying to reproduce VFS-298 with the unit test (in trunk)   because I met a similar exception in my application

How to run unit test ProviderRenameTests?

2014-05-06 Thread Woonsan Ko
Hi, I'm trying to reproduce VFS-298 with the unit test (in trunk) because I met a similar exception in my application, but I can't execute the unit test, ProviderRenameTests. When I run `mvn clean install' in the root folder, I can't find

[VFS] How to run unit test ProviderRenameTests?

2014-05-06 Thread Woonsan Ko
Hi, I'm trying to reproduce VFS-298 with the unit test (in trunk) because I met a similar exception in my application, but I can't execute the unit test, ProviderRenameTests. When I run `mvn clean install' in the root folder, I can't find

[VFS] Running unit test: ProviderRenameTests

2014-05-05 Thread Woonsan Ko
Hi, I'm trying to reproduce VFS-298 with the unit test (in trunk) because I met a similar exception in my application, but I can't execute the unit test, ProviderRenameTests. When I run `mvn clean install' in the root folder, I can't find

Re: [scxml] JAXB?

2014-01-30 Thread Woonsan Ko
AFAIK, SCXML allows ad hoc elements from arbitrary namespaces inside blocks of executable content (see section 4.10) [1]. So, I guess JAXB couldn't work very well or not really worth for in this context? [1] http://www.w3.org/TR/scxml/ On Wednesday, January 29, 2014 5:33 PM, Gary Gregory

Re: [scxml] JAXB?

2014-01-30 Thread Woonsan Ko
On Thursday, January 30, 2014 9:40 AM, Gary Gregory garydgreg...@gmail.com wrote: On Thu, Jan 30, 2014 at 9:24 AM, Woonsan Ko woon_...@yahoo.com wrote: AFAIK, SCXML allows ad hoc elements from arbitrary namespaces inside blocks of executable content (see section 4.10)  [1]. So, I

Re: [scxml] Adding timer classes

2014-01-14 Thread Woonsan Ko
Hi Evan, Welcome! :-) The first one sounds very interesting, and I'd love to see how you achieved it. The second one also seems very useful for monitoring purpose. But you might want to use different names. As far as I can see, the simple implementation classes such as SimpleScheduler,

[SCXML] More customizable SCXMLReader?

2013-12-09 Thread Woonsan Ko
Hi, I'd like to load/initialize SCXML custom actions more dynamically in my project. For example, I want to create custom actions at runtime from other platform specific task/action definitions or some other scripted tasks. The current SCXMLReader#readCustomAction() instantiates custom actions

Re: [DRAFT][REPORT] Status report for the Apache Commons Project December 2013

2013-12-09 Thread Woonsan Ko
us:    - Ate Douma (ate) on 2013-10-14    - Woonsan Ko (woon_san) on 2013-10-14 My Apache (SVN) ID is woonsan, not woon_san. :-) Cheers, Woonsan - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional

[SCXML] Deprecated 'src' attributes in state, parallel and assign

2013-12-05 Thread Woonsan Ko
Hi, The current code is taking care of 'src' attribute for state, parallel, assign and invoke element. Invoke element should still accept 'src' attribute, but it seems to have been removed for the other elements in the current specification. Do we need to deprecate (and remove later) the

Re: [SCXML] Deprecated 'src' attributes in state, parallel and assign

2013-12-05 Thread Woonsan Ko
On Thursday, December 5, 2013 6:48 PM, Ate Douma a...@douma.nu wrote: On 12/05/2013 11:26 PM, Woonsan Ko wrote: Hi, The current code is taking care of 'src' attribute for state, parallel, assign and invoke element. Invoke element should still accept 'src' attribute, but it seems to have

Re: [SCXML] wiki updated, links on site broken

2013-11-25 Thread Woonsan Ko
Eckenfels e...@zusammenkunft.net wrote: Am 23.11.2013, 00:24 Uhr, schrieb Woonsan Ko woon_...@yahoo.com: I've just corrected all the broken links in the the FAQ [1] wiki page. I noticed, got a conflict warning :) The Wiki is adjusted, but the project sitze has quite some broken links.  It expects

Re: [SCXML] What's the SCXML spec draft(s) supported in the current commons-scxml?

2013-11-22 Thread Woonsan Ko
Hi Bernd, I've just corrected all the broken links in the the FAQ [1] wiki page. Cheers, Woonsan [1] http://wiki.apache.org/commons/SCXML/FrequentlyAskedQuestions On Friday, November 15, 2013 3:53 PM, Woonsan Ko woon_...@yahoo.com wrote: Hi Bernd, I think I can correct it and the other

Wiki Edit privilege request

2013-11-18 Thread Woonsan Ko
Hello, Could someone please allow me to edit the wiki page? For now, I'd like to correct some outdated information in [1]. My Wiki login name is 'Woonsan Ko'. Thanks in advance, Woonsan [1] http://wiki.apache.org/commons/SCXML/FrequentlyAskedQuestions

Re: [SCXML] What's the SCXML spec draft(s) supported in the current commons-scxml?

2013-11-15 Thread Woonsan Ko
Hi Bernd, I think I can correct it and the other outdated information in the page. Could you give me proper access to edit? My wiki name is 'Woonsan Ko'. Cheers, Woonsan On Friday, November 15, 2013 3:08 PM, Bernd Eckenfels e...@zusammenkunft.net wrote: The Stopwatch usecase link

Re: svn commit: r1532375 [4/4] - in /commons/proper/scxml/trunk: ./ src/main/java/org/apache/commons/scxml/ src/main/java/org/apache/commons/scxml2/ src/main/java/org/apache/commons/scxml2/env/ src/ma

2013-10-15 Thread Woonsan Ko
On Tuesday, October 15, 2013 1:29 PM, Benedikt Ritter brit...@apache.org wrote: Hi Ate, 2013/10/15 a...@apache.org Modified: commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/rhino/RhinoEvaluatorTest.java URL:

Re: New committers: Ate Douma and Woonsan Ko

2013-10-14 Thread Woonsan Ko
Ate Douma and Woonsan Ko as a new committers of the Apache Commons project. The Commons PMC has voted to grant committership to them and they accepted. Both accounts have already been set up and they can begin working on the Commons components. Ate and Woonsan, welcome to the team ! Luc Maisonobe

Re: [SCXML] knock knock?

2013-10-08 Thread Woonsan Ko
Thanks for warm welcoming! We'll clearly communicate and document every feature/issue/task. So, please chime in any time if needed. Cheers, Woonsan From: Ate Douma a...@douma.nu To: dev@commons.apache.org Sent: Tuesday, October 8, 2013 9:25 AM Subject: Re:

Re: [SCXML] knock knock?

2013-10-08 Thread Woonsan Ko
Yeah, that's great! State machine is a generic and simplistic concept which can be applied anywhere. In our case (Hippo), we want to leverage SCXML library as a core Document Processing Engine. By exposing state machines in XML with ability to add custom actions and other declarative

Re: [DISCUSS] Why is releasing such a pain and what can we do to make it easier?

2013-10-08 Thread Woonsan Ko
I think I understand what Gary means. I once wrote down the process to release Apache Portals Application for other PMC members here: - http://wiki.apache.org/portals/Applications/Release_Process I guess the process is almost the same in other projects (log4j2 or possibly lang). There are many