Re: [appfuse-user] Jasper Report generated HTML displaying image placeholders in IE6 and IE7

2007-11-17 Thread nothingman
using "invisible" image dinamically generated. In order to get it works you need to map the imageservlet provided by jasper inside your web.xml: Servlet name : ImageServlet Servlet class : net.sf.jasperreports.j2ee.servlets.ImageServlet URL : /image -- Nothingman -- View this mes

Re: [appfuse-user] Appfuse 1.9.1 and problem with Canoo test

2007-10-01 Thread nothingman
Hi, the problem is due to the single quote present in some message string. See: http://issues.appfuse.org/browse/APF-923 http://issues.appfuse.org/browse/APF-923 -- Fabio Matt Raible-3 wrote: > > I have a hard time understanding why this could be happening. The > resource bundle message l

[appfuse-user] fail with Italian locale

2007-06-05 Thread nothingman
Hi, I'm running appfuse 2.0 M5 on linux (opensuse 10.2 with maven 2.0.6 and jdk 1.5.0). If I run integration test with Italian locale the AddUser test fail: > >AddUser: >[INFO] >[ERROR] BUILD ERROR >[INFO] --

Re: [appfuse-user] Canoo Webtest and http_proxy

2007-05-28 Thread nothingman
Hi fadhlirahim, yes if run maven in offline-mode (mvn -o integration-test) the integration-test works! I think it's a maven problem as states in the thread that you suggest me... I'll try to investigate on maven mailing list... Thank you very much! -- Nothingman fadhlirahim wro

[appfuse-user] Canoo Webtest and http_proxy

2007-05-25 Thread nothingman
Hi, in our environment we have to use an http-proxy and I've configured setting.xml in the following manner: true http myproxy.it 31080 localhost|127.0.0.1 nothingman passwd Every thing work and maven can download dependencies but w