Subject: RE: <xsl:include> and Oracle java classes
From: "Ellis, Graham" <graham.ellis@xxxxxxxxxxx>
Date: Mon, 5 Mar 2001 15:29:50 -0000
|
Thanks again, problem solved!
Apologies to everyone for getting so OT.
Graham Ellis
ACT Financial Systems
* Tel: +44 (0) 20 7250 1990
* Fax: +44 (0) 20 7553 4713
* Email: graham.ellis@xxxxxxxxxxx
* http://www.actfs.co.uk
> ----------
> From: Steve Muench[SMTP:Steve.Muench@xxxxxxxxxx]
> Reply To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Sent: 02 March 2001 15:08
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: <xsl:include> and Oracle java classes
>
> | Thanks Steve, this worked perfectly. However, once I deployed the
> classes
> | and the stylesheets as stored procedures on the database the code failed
> to
> | find the main stylesheet. So - should I put the stylesheets outside the
> | database, or can it be done with the stylesheets deployed?
>
> This is likely due to the fact that the stylesheets
> were not loaded as resources into the same package
> directory level as your java class that calls getResource().
>
> I recommend creating a JAR file with all of your classes
> and resources at the correct directory hierarchy level,
> then doing 'loadjava' of the JAR file so that all the
> resources are loaded at the correct directory level.
>
> Future Oracle-specific or Oracle-XDK-specific questions
> are probably best posted on our Oracle Technet XML Discussion
> Forum. I monitor that forum daily for folks who need help
> applying our XML technology to their problem.
>
> http://technet.oracle.com/support/bboard/discussions.htm
>
> ______________________________________________________________
> Steve Muench, Lead XML Evangelist & Consulting Product Manager
> BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG
> Author "Building Oracle XML Applications", O'Reilly
> http://www.oreilly.com/catalog/orxmlapp/
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|