commons-vfs - connection to ftp:// url hangs on resolveFile

2009-02-04 Thread Ramon Buckland
commons-vfs is hanging on the call to resolve ftp://admin:ad...@localhost :non-standard-port/path/to/dir ref: http://markmail.org/message/2jscgmpspidzfcwf I am experiencing the same issue at the moment. I notice that no one has a resolution to this issue, (and it was a long time ago) nor does it

Re: Maven, commons-configuration:commons-configuration:1.6

2009-02-04 Thread Oliver Heger
jie...@gmail.com schrieb: Re: http://www.mail-archive.com/user@commons.apache.org/msg02588.html Can someone please release this to the Maven repository? Thank you. :-) -jesse It has now been deployed: http://repo1.maven.org/maven2/commons-configuration/commons-configuration/1.6/ Oliver ---

[procrun] RMI binding does not work

2009-02-04 Thread Stéphane Rault
Hello folks. I'm trying to use procrun to make my little server program a windows service. My application is a RMI server. When i lauch it with a batch file, it works. If I try to run it with procrun in JVM mode (in Java mode, classpath seems to be not interpreted), all starts fine but the se

Re: Digester pattern with attribute

2009-02-04 Thread Rahul Akolkar
On Wed, Feb 4, 2009 at 1:43 PM, Евгений Антаев wrote: > Hi > > Can I use attribute value as a constraint in a pattern for Digester? > > For example > > >... > > > > >... > > > I would like to use pattern to match home phone only. Something like > "

Re: [beanutils] Beanutils jar bundles some classes from common-collections

2009-02-04 Thread Rahul Akolkar
On Wed, Feb 4, 2009 at 10:08 AM, wrote: > Hi! > Both commons-beanutils-1.8.0.jar and commons-beanutils-core-1.8.0.jar > from the official binary distribution bundles some classes from > commons-collections in the org.apache.commons.collections package. > Obviously, those classes potentially confl

Re: [SCXML] Some problem while using custom action

2009-02-04 Thread Rahul Akolkar
Again, please prefix Commons SCXML related posts with [SCXML] in the email subject as I've added here. On Wed, Feb 4, 2009 at 7:32 AM, Saurabh Agarwal wrote: > Hi All, > > I was trying to run the example of custom Action but it is not running . > > I am pasting the codde snippet of all the files

Digester pattern with attribute

2009-02-04 Thread Евгений Антаев
Hi Can I use attribute value as a constraint in a pattern for Digester? For example ... ... I would like to use pattern to match home phone only. Something like "contact/pho...@type='home']". -- Evgeny Thanks

[beanutils] Beanutils jar bundles some classes from common-collections

2009-02-04 Thread christer.a.palm
Hi! Both commons-beanutils-1.8.0.jar and commons-beanutils-core-1.8.0.jar from the official binary distribution bundles some classes from commons-collections in the org.apache.commons.collections package. Obviously, those classes potentially conflict if both commons-beanutils and commons-collection

Some problem while using custom action

2009-02-04 Thread Saurabh Agarwal
Hi All, I was trying to run the example of custom Action but it is not running . I am pasting the codde snippet of all the files for custom action , Please let me know where I am wrong : 1. StopWatch.xml http://www.w3.org/2005/07/scxml"; *xmlns:my=" http://my.custom-actions.domain/CUSTOM1"*

Re: Cannot connect to a webDAV server

2009-02-04 Thread Ralph Goers
Please update your source and see if it works now. Ralph On Feb 1, 2009, at 8:25 PM, Manish Saroha wrote: Hi All, I am new to webDAV and trying to connect to a webDAV server using the commons VFS. Checked out the source code and builded the *commons-vfs-2.0- SNAPSHOT.jar *using the ant tas