PLEASE HELP: classnotfounderror when running as Procrun service?

2010-03-05 Thread Søren Krogh Neigaard
Hi I am trying to bump me message, I really need help. I am trying to use Procrun to run me Java app as a service: http://commons.apache.org/daemon/procrun.html I am installing my service with this command: prunsrv.exe //IS//SESThesaurusImporter --Install=%path_to_base_dir%\bin\ prunsrv.exe

Re: Commons-transaction abandoned?

2010-03-05 Thread Henri Yandell
The current version is 1.2 (released in 2007). 1.3-SNAPSHOT is then the subsequent version in development, but it looks as though it was quickly renamed to 2.0. 2.0 currently has 6 of 9 issues resolved, the most recent being reported and applied in Sept 2009, and 2 of the open issues were opened

Some propositions

2010-03-05 Thread NAIT, Massil (Prestataire)
Hi, I'm pleased to use the Commons-CLI and i found it very useful. It saves us the burden work of parsing and verifying the arguments of the main method with the repeating code. I'm big fun of DSL and I noticed that the OptionBuilder furnish DSL like syntax to construct options but I have just

Re: Commons-transaction abandoned?

2010-03-05 Thread Oliver Zeigermann
Folks! What Henri says is completely right. The project has been abandoned by me as I lost faith in one of its goal - ACID properties (especially atomicity) on any file system. From my (and others) point of view it can not be achieved by *any* implementation. So if you are asking whether there

Re: Commons-transaction abandoned?

2010-03-05 Thread Henri Yandell
That would be dead then :) If it's not possible - I think we should retire the library asap with such a statement. Do not use - it's not able to do what it says on the tin. Is there any more conversation we should have before determining that a) it's misleading and b) there shouldn't be a 1.3 or

PerUserPoolDataSource usage in a J2SE environment for discrete DBs

2010-03-05 Thread Mike Dee
Is PerUserPoolDataSource a good option for pooling connections for multiple databases? Note the environment is a J2SE app - not a web app, so there is no JNDI. From the sample code (see http://commons.apache.org/dbcp/api-1.4/index.html), it looks like the same url (connection string which

[SANSELAN] writing unmodified Exif causes corrupted entries?

2010-03-05 Thread Franz
Hi all, I used the following code, which just reads the EXIF data from a file and writes it back to another file without modifying it: File src1 = new File(c:/temp/src1.jpg); File src2 = new File(c:/temp/src2.jpg); File dst = new File(c:/temp/out.jpg); IImageMetadata metadata =