Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-27 Thread Laurent Forêt
ruary 26, 2003 5:38 PM Subject: Re: 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

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. >

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread J.Pietschmann
Laurent Forêt wrote: ^ This is a bad idea, in particular because you have this: further down. Look for errors in the logs (if there are logs) - Original Message - BTW it is considered bad netiquette to leave unused old quotes in. Your message was barely 25%

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 hav

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Laurent Forêt
is a blank page. I am going to try to put more debugs but if someone have an idea. Laurent Forêt. - Original Message - From: "Laurent Forêt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 11:49 AM Subject: Re: Problem using ExampleObj2

Re: Problem using ExampleObj2PDF using Oracle 9iasOC4J.

2003-02-26 Thread Laurent Forêt
lt;[EMAIL PROTECTED]> Sent: 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 > pars

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 a

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 impl