Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-27 Thread Laurent Forêt
is to disable FOP and serialize the generated XSL-FO to a file at the place where you normally pipe the SAX events over to FOP. Then, check the generated file if it's what you expected. On 26.02.2003 17:02:39 Laurent Forêt wrote: I 've written too fast. I have now, no more exception

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-27 Thread Laurent Forêt
Finally, it was a stupid problem of encoding using a writer in the jsp, I use now an OutputStream. And it works. thanks a lot, regards, Laurent Forêt. - Original Message - From: Jeremias Maerki [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 5:38 PM Subject: Re

Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Laurent Forêt
Hello, I have tried a program like the ExampleObj2PDF using the AbstractObjectReader and the EasyContent...Proxy. It was working fine. Now, Itry to deploy an EJB using the same code in a 9IAS OC4J server. The problem is now that the jaxp2 lib used in OC4J is not Xerces2 but an Oracle

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Laurent Forêt
make sure you get a Xalan transformer and not the JAXP default. (Disclaimer: not tested, just a shot from the hip) I hope this helps. Maybe someone else familiar with the Oracle enviroment has an idea. On 26.02.2003 10:07:42 Laurent Forêt wrote: Hello, I have tried a program like

Re: getParser deprecated but still in sevelt example?

2003-02-10 Thread Laurent Forêt
There are new example without deprecated apis accessible from cvs at this url : http://cvs.apache.org/viewcvs.cgi/xml-fop/examples/embedding/java/embedding/ Attic/ regards, Laurent. - Original Message - From: Matthew Lancashire [EMAIL PROTECTED] To: Fop-User-Help (E-mail) [EMAIL

Re: Web page embedding

2003-01-30 Thread Laurent Forêt
Apidocs or I have not searched well ? regards all, Laurent Forêt. - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 10:00 PM Subject: Re: Web page embedding Matthew Lancashire wrote: Is there an example of an applet

Re: Web page embedding

2003-01-30 Thread Laurent Forêt
getSourceForProjectTeam() method. Source src = team.getSourceForProjectTeam(); My question is now, how can we transform a custom Object (ProjectTeam in the example) into a Source object ? regards, Laurent Forêt. - Original Message - From: Jeremias Maerki [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday

Re: Web page embedding

2003-01-30 Thread Laurent Forêt
Not exactly, my question was more simple : Can I use XMLReaderAdapter (from the SAX package) instead of AbstractObjectReader given in your example? I think yes, but is there something I missed? regards, Laurent Forêt. - Original Message - From: Jeremias Maerki [EMAIL PROTECTED

Re: Web page embedding

2003-01-30 Thread Laurent Forêt
EasyGenerationContentHandlerProxy. That's right ? Laurent Forêt. - Original Message - From: Laurent Forêt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 2:37 PM Subject: Re: Web page embedding Not exactly, my question was more simple : Can I use XMLReaderAdapter (from the SAX