On Tue, 24 Feb 2015 20:29:44 -0300, Balázs Palcsó <[email protected]> wrote:

Hi,

Hi!

I am developing an application that allows uploading images with tapestry
5.4-beta-28.

My plan is to store the uploaded files on the file system. I have managed
to implement this bit, but I am struggling to come up with a solution to
show the uploaded images.

I prefer some kind of database, as storing files in the filesystem can be a pain and serving them can be a serious security risk, but that's not the point of this message. :)

I am getting an error if I include ChenilleKit Tapestry in the classpath
 Service id 'KaptchaProducer' has already been defined by
org.chenillekit.image.ChenilleKitImageModule.buildKaptchaProducer(Map)

This means there's two ChenilleKit JARs in the classpath. Or two different module classes defining a service with the same id, but you've cut off the error message, so it's not possible to know.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to