|
I have removed next lines
<?cocoon-process
type="xsp"?>
<?cocoon-process type="xslt"?> from my XSP page, because I'm using Cocoon
2.1.
And this is the pipeline that I use to generate the
page :
<map:pipeline>
<map:match pattern="*.xsp">
<map:generate type="serverpages"
src=""/>
<map:transform
src=""/>
<map:serialize type="html"/>
</map:match>
</map:pipeline>
I think the problem resides in IXSIL libraries.
These libraries are used in order to implement XML-dSig stardard.
When I created my class, it works perfectly. But
when I try to use this class from Cocoon, it does not recognize IXSIL libraries.
Where do I have to place IXSIL jars in order to be recognized by Cocoon? I have
put them into /WEB-INF/lib directory, but it is not enough. The jars that form
these libraries are:
IXSIL_1_1_0_XXX.jar The actual IXSIL
libraray.
xalan.jar
xml-apis.jar runtime.jar bsf.jar xerces.jar
I also use IAIK JCE libraries, but
Cocoon recognizes them, and these libraries are placed under
J2SDK directory !!! Why Cocoon recognizes IAIK but not IXSIL
???
Please, some help !!! I'm working about
this from two months ago !!!!
----- Original Message -----
From: "Ugo Cei" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 23, 2003 7:04
PM
Subject: Re: Cocoon + IXSIL > > Hi ... My name is Josep, from Barcelona (Spain). > > > > I'm trying to develop a XSP page, including an instance of my own class: > > > > <?xml version="1.0" encoding="UTF-8"?> > > <?cocoon-process type="xsp"?> > > <?cocoon-process type="xslt"?> > > These processing instructions are from Cocoon 1. You don't need to use > them for Cocoon 2. > > > I'm using Cocoon2 under Tomcat 4.1 and J2SDK 1.4. The class I have > > created uses IXSIL_1_1 libraries. > > Can you show us the sitemap pipeline you're using to generate this page? > > Ugo > > -- > Ugo Cei - Consorzio di Bioingegneria e Informatica Medica > P.le Volontari del Sangue, 2 - 27100 Pavia - Italy > Phone: +39.0382.525100 - E-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > |
- Cocoon + IXSIL Josep Riudavets
- Re: Cocoon + IXSIL Ugo Cei
- Re: Cocoon + IXSIL Josep Riudavets
- Re: Cocoon + IXSIL Antonio Gallardo
- Re: Cocoon + IXSIL Josep Riudavets
- Re: Cocoon + IXSIL Antonio Gallardo
- Re: Cocoon + IXSIL Josep Riudavets
- Re: Cocoon + IXSIL Antonio Gallardo
- Re: Cocoon + IXSIL Josep Riudavets
- Re: Cocoon + IXSIL Antonio Gallardo
- RE: Cocoon + IXSIL Wermus Fernando
