Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-27 Thread Laurent Forêt
It's a good idea I am gonna try this. Thanks. Laurent. - 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. A good idea to find out what's wrong

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-27 Thread Laurent Forêt
: Problem using ExampleObj2PDF using Oracle 9iasOC4J. A good idea to find out what's wrong 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

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 Jeremias Maerki
Good to see that my code was worth the time and it gets used. :-) Let's see: What you do here has relatively little to do with the XML parser (Xerces or whatever). We're doing an XSL transformation here. FOP uses Apache Xalan per default. Oracle seems to have its own implementation. I don't have

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Laurent Forêt
: Wednesday, February 26, 2003 10:49 AM Subject: Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J. Good to see that my code was worth the time and it gets used. :-) Let's see: What you do here has relatively little to do with the XML parser (Xerces or whatever). We're doing an XSL

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Jeremias Maerki
A good idea to find out what's wrong 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

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread J.Pietschmann
Laurent Forêt wrote: xsl:template match=/|* ^ This is a bad idea, in particular because you have this: xsl:apply-templates/ further down. Look for errors in the logs (if there are logs) - Original Message - BTW it is considered bad netiquette to leave unused