RE: C2: xsp caching

2001-06-19 Thread Torsten Curdt

Sorry, only experienced this in VERY old versions of cocoon.
Try to remove the file from the repository then...
--
Torsten

> -Original Message-
> From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 19, 2001 2:58 PM
> To: [EMAIL PROTECTED]
> Subject: RE: C2: xsp caching
> 
> 
> Hello again,
> 
> I don't think that's an db cahcing issue. because
> i'm changing the structure of my xsp-file an this
> will not be seen. i also can change the structure
> to some not valid one and cocoon will serve the
> old one without shouting at me :-(
> maybe some tomcat related error? 
> 
> daniel
> 
> 
> --- Torsten Curdt <[EMAIL PROTECTED]> schrieb: > Hm..
> looks good to me... sure
> > it's no db caching? try a "commit;"
> > before your query.
> > 
> > > Hi
> > > 
> > > here is the snipped from my sitemap:
> > > 
> > > 
> > >
> > >  > > src="docs/samples/xsp/esql.xsp"/>
> > >  > > src="stylesheets/myown/default.html.xsl">
> > > 
> > > 
> > >
> > > 
> > > I also attached my xsp file and the xsl for
> > > this.
> > > 
> > > It would help me a lot to find out how to change
> > > caching options.
> > 
> > in cocoon.xconf replace all Caching[Whatever] with
> > NonCaching[Whatever]
> > 
> > Hope this helps...
> > -
> > Torsten
> > 
> > > 
> > > thanx in advance
> > > 
> > > daniel
> > > 
> > > 
> > > --- Torsten Curdt <[EMAIL PROTECTED]> schrieb: > Could
> > you
> > > show us the corresponding sitemap snipped?
> > > > 
> > > > AFAIK serverpages are not cached by default.
> > > > (had no problems myself with that...)
> > > > Changes in the xsp file result in a
> > recompilation...
> > > > --
> > > > Torsten
> > > > 
> > > > > -Original Message-
> > > > > From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, June 19, 2001 12:18 PM
> > > > > To: User CocoonList
> > > > > Subject: C2: xsp caching
> > > > > 
> > > > > 
> > > > > Hello 
> > > > > 
> > > > > How can I turn off caching of my xsp-pages? in
> > > > > my current status of developing xsp-pages with
> > > > > esql i need no caching. I have to resart my
> > > > > tomcat everytime i change my xsp-file.
> > otherwise
> > > > > my changes wan't be recognized.
> > > > > can somebody show me a workaround or is 
> > > > > there an option to switch?
> > > 
> 
> 
> =
> 
> Daniel Pfuhl
> mailto:[EMAIL PROTECTED]
> 
> __
> Do You Yahoo!?
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 

-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: C2: xsp caching

2001-06-19 Thread Daniel Pfuhl

Hello again,

I don't think that's an db cahcing issue. because
i'm changing the structure of my xsp-file an this
will not be seen. i also can change the structure
to some not valid one and cocoon will serve the
old one without shouting at me :-(
maybe some tomcat related error? 

daniel


--- Torsten Curdt <[EMAIL PROTECTED]> schrieb: > Hm..
looks good to me... sure
> it's no db caching? try a "commit;"
> before your query.
> 
> > Hi
> > 
> > here is the snipped from my sitemap:
> > 
> > 
> >
> >  > src="docs/samples/xsp/esql.xsp"/>
> >  > src="stylesheets/myown/default.html.xsl">
> > 
> > 
> >
> > 
> > I also attached my xsp file and the xsl for
> > this.
> > 
> > It would help me a lot to find out how to change
> > caching options.
> 
> in cocoon.xconf replace all Caching[Whatever] with
> NonCaching[Whatever]
> 
> Hope this helps...
> -
> Torsten
> 
> > 
> > thanx in advance
> > 
> > daniel
> > 
> > 
> > --- Torsten Curdt <[EMAIL PROTECTED]> schrieb: > Could
> you
> > show us the corresponding sitemap snipped?
> > > 
> > > AFAIK serverpages are not cached by default.
> > > (had no problems myself with that...)
> > > Changes in the xsp file result in a
> recompilation...
> > > --
> > > Torsten
> > > 
> > > > -Original Message-
> > > > From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, June 19, 2001 12:18 PM
> > > > To: User CocoonList
> > > > Subject: C2: xsp caching
> > > > 
> > > > 
> > > > Hello 
> > > > 
> > > > How can I turn off caching of my xsp-pages? in
> > > > my current status of developing xsp-pages with
> > > > esql i need no caching. I have to resart my
> > > > tomcat everytime i change my xsp-file.
> otherwise
> > > > my changes wan't be recognized.
> > > > can somebody show me a workaround or is 
> > > > there an option to switch?
> > 


=

Daniel Pfuhl
mailto:[EMAIL PROTECTED]

__
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de

-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: C2: xsp caching

2001-06-19 Thread Torsten Curdt

Hm.. looks good to me... sure
it's no db caching? try a "commit;"
before your query.

> Hi
> 
> here is the snipped from my sitemap:
> 
> 
>
>  src="docs/samples/xsp/esql.xsp"/>
>  src="stylesheets/myown/default.html.xsl">
> 
> 
>
> 
> I also attached my xsp file and the xsl for
> this.
> 
> It would help me a lot to find out how to change
> caching options.

in cocoon.xconf replace all Caching[Whatever] with
NonCaching[Whatever]

Hope this helps...
-
Torsten

> 
> thanx in advance
> 
> daniel
> 
> 
> --- Torsten Curdt <[EMAIL PROTECTED]> schrieb: > Could you
> show us the corresponding sitemap snipped?
> > 
> > AFAIK serverpages are not cached by default.
> > (had no problems myself with that...)
> > Changes in the xsp file result in a recompilation...
> > --
> > Torsten
> > 
> > > -----Original Message-
> > > From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, June 19, 2001 12:18 PM
> > > To: User CocoonList
> > > Subject: C2: xsp caching
> > > 
> > > 
> > > Hello 
> > > 
> > > How can I turn off caching of my xsp-pages? in
> > > my current status of developing xsp-pages with
> > > esql i need no caching. I have to resart my
> > > tomcat everytime i change my xsp-file. otherwise
> > > my changes wan't be recognized.
> > > can somebody show me a workaround or is 
> > > there an option to switch?
> 
> 
> =
> 
> Daniel Pfuhl
> mailto:[EMAIL PROTECTED]
> 
> __
> Do You Yahoo!?
> Gesendet von Yahoo! Mail - http://mail.yahoo.de

-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: C2: xsp caching

2001-06-19 Thread Daniel Pfuhl

Hi

here is the snipped from my sitemap:


   




   

I also attached my xsp file and the xsl for
this.

It would help me a lot to find out how to change
caching options.

thanx in advance

daniel


--- Torsten Curdt <[EMAIL PROTECTED]> schrieb: > Could you
show us the corresponding sitemap snipped?
> 
> AFAIK serverpages are not cached by default.
> (had no problems myself with that...)
> Changes in the xsp file result in a recompilation...
> --
> Torsten
> 
> > -Original Message-
> > From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, June 19, 2001 12:18 PM
> > To: User CocoonList
> > Subject: C2: xsp caching
> > 
> > 
> > Hello 
> > 
> > How can I turn off caching of my xsp-pages? in
> > my current status of developing xsp-pages with
> > esql i need no caching. I have to resart my
> > tomcat everytime i change my xsp-file. otherwise
> > my changes wan't be recognized.
> > can somebody show me a workaround or is 
> > there an option to switch?


=

Daniel Pfuhl
mailto:[EMAIL PROTECTED]

__
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de



http://apache.org/xsp";
	  xmlns:esql="http://apache.org/cocoon/SQL/v2";
>

  

   A Database Driven XSP Page

   

   
 com.informix.jdbc.IfxDriver
 jdbc:informix-sqli://server:port/media360:INFORMIXSERVER=ol_paprika
 user
 password
 
   select assetid, name, datecreated, lastupdated, keywords, broadcastdate from mc_assetmaster, cr_dctvmeta
   
  		
  		  
  		
  		
		
		
		
		
  		   
  		
		
 
 
   
  





http://www.w3.org/1999/XSL/Transform";>

 
  
   
myESQL-Page
   
   
   body{
   	font-family: verdana;
   	font-size: 10pt;
   	font-weight: 900;
   	color: #66;
   }

   td{
   	font-size: 9pt;
   	font-weight: normal;
   }
   
   
   
   
  
 


	
 


 
	
		
			AssetID
			Name
			Erzeugt
			Updated
			Freetext
			Broadcast
		
		
	
 

	
		
			
		
		
			
		
		
			
		
		
			
		
		
			
		
		
			
		
	
	
		
	
 





-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>


RE: C2: xsp caching

2001-06-19 Thread Torsten Curdt

Could you show us the corresponding sitemap snipped?

AFAIK serverpages are not cached by default.
(had no problems myself with that...)
Changes in the xsp file result in a recompilation...
--
Torsten

> -Original Message-
> From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 19, 2001 12:18 PM
> To: User CocoonList
> Subject: C2: xsp caching
> 
> 
> Hello 
> 
> How can I turn off caching of my xsp-pages? in
> my current status of developing xsp-pages with
> esql i need no caching. I have to resart my
> tomcat everytime i change my xsp-file. otherwise
> my changes wan't be recognized.
> can somebody show me a workaround or is 
> there an option to switch?
> 
> thanks
> 
> daniel


-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




C2: xsp caching

2001-06-19 Thread Daniel Pfuhl

Hello 

How can I turn off caching of my xsp-pages? in
my current status of developing xsp-pages with
esql i need no caching. I have to resart my
tomcat everytime i change my xsp-file. otherwise
my changes wan't be recognized.
can somebody show me a workaround or is 
there an option to switch?

thanks

daniel

=

Daniel Pfuhl
mailto:[EMAIL PROTECTED]

__
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>