RE: Session object has new ID each time

2001-11-25 Thread Liam Morley
Sorry to have wasted everyone's time. I was calling session.invalidate() in the recycle() method of the transformer. Apparently recycle gets called more often than I thought. Thanks for the assistance, however... Liam Morley -

Re: Session object has new ID each time

2001-11-25 Thread Sidharth
check the confihuration file for tomcat - Original Message - From: "Liam Morley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 2:51 AM Subject: Session object has new ID each time > My environment is Cocoon 2, rc2, running on Tomcat 4/Windows XP. I have > t

Cocoon2 and FOP

2001-11-25 Thread Mark S. Kent
Sorry if this is off-topic, but I didn't see an FOP "User" list, just a "Developer" one, so let me know if I need to ask this question over there. Is there a command in Apache's FOP to rotate the page by 90 degrees to get a landscape orientation for PDF? I have an output file that reads from a d

AbstractMethodError when attempting to use a SQL page

2001-11-25 Thread Steve Philp
Hello, I'm new to Cocoon 2 and I'm hoping someone can point out where I've gone astray in creating my first SQL processor page. I've checked the mailing list archives, but didn't find anything specific to this type of problem. I've built and installed the RC2 package into both the Tomcat 4.0.1

Re: cocoon-users Digest 23 Nov 2001 10:30:04 -0000 Issue 997

2001-11-25 Thread Andrew C. Oliver
Here's the plan: 1. port Ole 2 Compound Document format to Java -DONE 2. port the Excel 97 File Format to Java ~75% (you can write unstyled sheets, I'm working on formulas) 3. create a Cocoon 2 Serializer ~20% The idea would be from there you could do something like crea

WG: Session object has new ID each time

2001-11-25 Thread Jorn Heid
Sorry, wrong char (happens on laptops sometimes). I've been using sessions with url encoding with all versions of C2. This works (Resin). I think you can set the preferences of your browser to ask for the cookie acceptance. Pehaps that helps you. JOERN -Ursprungliche Nachricht- Von: L

AW: Session object has new ID each time

2001-11-25 Thread Jorn Heid
I'm using sessions with url encoding wit -Ursprungliche Nachricht- Von: Liam Morley [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 25. November 2001 22:48 An: [EMAIL PROTECTED] Betreff: RE: Session object has new ID each time Nope, not using it through the URL, but it's the same id... An

RE: Session object has new ID each time

2001-11-25 Thread Liam Morley
Nope, not using it through the URL, but it's the same id... And cookies do appear to be enabled... I even tried giving explicit permission to my domain just in case. Is there any way that the session could be invalidated in the code, causing the session to make a new id? Or would that even be a p

AW: Session object has new ID each time

2001-11-25 Thread Jorn Heid
Which URL do you use? With ;jsessionid=something? If so, sounds like a bug. If not, do you have cookies enabled? If so, sounds like a bug. If not, all works correctly and you have to read about sessions in the Servlet-API. -Ursprungliche Nachricht- Von: Liam Morley [mailto:[EMAIL PROTECTE

Session object has new ID each time

2001-11-25 Thread Liam Morley
My environment is Cocoon 2, rc2, running on Tomcat 4/Windows XP. I have the following code in my transformer: public void setup(org.apache.cocoon.environment.SourceResolver resolver, java.util.Map objectModel, java.lang.String src, Parameters par) { request = (Request) objectModel.get(Con

Hacking Xalan to preserve entities?

2001-11-25 Thread Paul Crowley
I have learned that XSLT officially acts on an entity-free parse tree, but for me this is a very inconvenient and annoying misfeature. The SAX API includes a way of passing unrecognised entities along the pipeline: the skippedEntities call. Is there a way of persuading Cocoon2, and Xalan, to tre