AW: IE6: Can't open dynamic PDF from applet->Furher Details!

2003-08-07 Thread Skladovs, Victor
Hello again! Here are a few results of my "investigation" on this topic: 1) I'm using Tomcat Basic Authorization with JDBCRealm (Tomcat 4.1.18). Cocoon is protected in web.xml like this: Cocoon /*

Error message: net.sf.saxon.TransformerFactoryImpl is not a TrAX Transformer Factory

2003-08-07 Thread Maik Dobryn
Hi All, I am using Cocoon 2.1rc1. I would like to use the Saxon XSL Transformer instead of the default one, but I get an emtpy site in conjunction with an error in the logs. Do anyone know this kind of message and can tell me want it means? Regards, Maik [core.log / error.log] ERROR (2003

Re: Where are httpclient sources

2003-08-07 Thread Geoff Howard
Nuno Leong wrote: Where are the sources used to build commons-httpclient-20020423.jar ? The naming convention tells that the jar is built from a cvs checkout of that project on April 23 2002. You can get the same sources from that day via their cvs. Cocoon has since implemented a policy of only

Re: Request generator changes ?

2003-08-07 Thread Geoff Howard
http://wiki.cocoondev.org/Search.jsp?query=uploads&Search=Find%21 http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadsWithCocoon http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadsWithFlow http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadWithAction The FileUploadsWithFlow is actually poorly titled

Re: AW: Binary Version Cocoon2.1

2003-08-07 Thread Bertrand Delacretaz
Le Mardi, 5 aoû 2003, à 11:17 Europe/Zurich, Mustafa Ali, Halgurt a écrit : ...This is not the Problem, I compiled the Source code, but I could not get Deli started, can you tell me what I have to do in order to get Deli examples shown? There is some Options to be considered while compiling co

Re: problem with the CLI

2003-08-07 Thread Upayavira
> Upayavira, > > I rebuild cocoon as you suggested. > This indeed fixes my problem. > I can now enjoy the full power of cocoon without misterious stack > traces :-) Thanks a lot for your great help ! You're welcome. And if you're planning to keep using the CLI, keep an eye on the CVS - I've got

RE: Newbie: substring searching for "/"

2003-08-07 Thread Chris Clark
I'm using 2.1m2 and in it the request object has a "scheme" which should give you the http or https. So you should be able to use: Cheers, Chris P.S. The "Input Modules" link in the samples is very good for figuring out what you have at your disposal. > -Original Message- > From: Gra

RE: problem creating a new transformer

2003-08-07 Thread Bruno Dumon
On Thu, 2003-08-07 at 15:27, Miguel Carvalho wrote: > Hi, thanks for the previous tips.. ;) > > Now i'm having an existencial doubt... :) > > I've created a transformer in java but it was made when i was still using > the "chello" project... > > Because i am trying to follow the instructions on

datasource connect retry

2003-08-07 Thread David Kavanagh
I'm seeing a problem with cocoon 2.0.4 and my database connection. I'm running on JBoss3.0.7 with tomcat 4.1.x and JDK1.4.1_01 What happens is that I connect to the database to get information for a screen. That works fine. I drop the connection (close my port map), then the query fails (with the

AW: Rendering XML!

2003-08-07 Thread Jens Maukisch
Hi, > we want to present our data (XML) in different format like Excel, pfg,html or some other XML. > I want to use Cocoon for that . Can somebody guide me on how to do that or refer to some resources. you should take a look at the cocoon documentation, especially the serializers: http://cocoon.

AW: IE6: Can't open dynamic PDF from applet

2003-08-07 Thread Skladovs, Victor
Thanx! I'll try it. Hope it helps -:)) Viktor -Ursprüngliche Nachricht- Von: Conal Tuohy [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 7. August 2003 12:08 An: [EMAIL PROTECTED] Betreff: RE: IE6: Can't open dynamic PDF from applet Hi Victor I think you need to have a look at the HTT

RE: problem creating a new transformer

2003-08-07 Thread Miguel Carvalho
Hi, i am now trying to upgrade to 2.1rc1, but i am wondering ... what precautions do i need to clean up cooon a little. I just need a cocoon project that allows me to create a generator, and a transformer in xsp and java respectively. What are your sugestions? do i start with the webapp directory /

[HELP]Could not find component (key [org.apache.cocoon.webapps.portal.components.PortalManager])

2003-08-07 Thread Jonathan Brazil
Hi All, I am trying to modify the portal demo that comes with the latest release of Cocoon. I have noticed that the admin login for the portal demo (not the portal-fw) does not allow configuration of the portal or users, etc nor does it allow organisation of the coplets on the page in the same way

Re: Caching of aggregate parts

2003-08-07 Thread Darren Petrie
I have a similar situation with my site both with the use of map:aggregate and cinclude. It seems the individual parts of the aggregation cache but not the aggregation as a whole. Similarly with Cinclude. I am using a fo2pdf serializer which can be fairly slow. So with the aggregation not c

RE: problem creating a new transformer

2003-08-07 Thread Bruno Dumon
On Wed, 2003-08-06 at 21:18, Miguel Carvalho wrote: > i tried to do that but it didn't worked that well, the thing is, like you > have probably noticed i'm kind of newbie in cocoon, so i started this > project from a sample "chello" that used cocoon 2.0rc2. > Now, trying to upgrade to 2.0.4 i kind

selector

2003-08-07 Thread andi
Hi there, I'm searching for solution for following problem. I have to customize my xslts for many different browsers (wap). to avoid map:when cascades in map:select i would like to have something like the following (which obviously doesn't work): map:match doesn't work inside map:s