Re: T5 Locale problem

2011-05-30 Thread atcach
Yes, If I run it from outside Tapestry/Jetty/etc, it runs ok. I mean, It comes with some sample .java to show how to load a report. I used them to load my reports and it worked ok. The order of the pentaho's method calls is the same in my app. Regards ! -- View this message in context: http://ta

Re: T5 Locale problem

2011-05-26 Thread Josh Canfield
Are you sure tapestry/jetty has anything to do with it? Can you write a straight java (no webapp/jetty) unit test that loads the file? On Thu, May 26, 2011 at 1:32 PM, atcach wrote: > Furthermore, if I open the .xml from an hex editor, I only see the < sign, > not the BOM for any encoding. >

Re: T5 Locale problem

2011-05-26 Thread atcach
Furthermore, if I open the .xml from an hex editor, I only see the < sign, not the BOM for any encoding. : 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 .http://tapestry.1045711.n5.nabble.com/T5-Locale-problem-tp4428763p4429973.html Sent from the Tapestry - User mailing list archive at

Re: T5 Locale problem

2011-05-26 Thread atcach
The problem is that it is unpacked (a pentaho report is a zip file with many xml's inside) by the system (running in jetty in linux with utf-8), because if I unzip it and get the encoding of the xml's I see them ok. But I think is reencoding them in the middle or something like that. Could it be t

Re: T5 Locale problem

2011-05-26 Thread Josh Canfield
> The prolog is everything that comes before the wrote: >> My guess of a locale problem is that Caused by: >> org.xml.sax.SAXParseException: Content is not allowed in prolog. is usually >> because the " > The prolog is everything that comes before the at the xml and you can't see anything before

Re: T5 Locale problem

2011-05-26 Thread Josh Canfield
> My guess of a locale problem is that Caused by: > org.xml.sax.SAXParseException: Content is not allowed in prolog. is usually > because the " wrote: > Hi, > I'm struggling reading a Pentaho Report. > The report is mainly a jar file with xml's inside. > If I compile it from outside tapestry it wor