Cocoon2 site published!

2002-07-22 Thread Liam Morley
Please add this to the site- my website using Cocoon2, a labor of love that I've been working on for over a year, has gone live. http://gdc.wpi.edu/ I'm proud as all get-out at the moment. Liam Morley - Please check

Re: Monday Night: Free POI, lots of Pizza, And all the info you can take in one night about POI and the Cocoon HSSF Serializer!

2002-07-14 Thread Liam Morley
uses for it). But that's a good amount of driving, and I already live on the east coast...:) Liam Morley Peter Royal wrote: On Friday 12 July 2002 10:55 pm, Argyn Kuketayev wrote: I wonder how many ppl do Cocoon on East Coast? If more than 3 then it's enough to have a sort of workshop

Re: Giving up! Cocoon too big, slow and confusing

2002-06-29 Thread Liam Morley
for, but hopefully it's a start. And hopefully, if they're not what you're looking for, the questions that get raised will become questions posed to the list. all the best, Liam Morley - Please check that your question has

Re: Giving up! Cocoon too big, slow and confusing

2002-06-29 Thread Liam Morley
with the philosophy). Liam Morley - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: 2 different versions in one tomcat webapps folder

2002-06-26 Thread Liam Morley
I think if you name them differently, you should be all set. You *might* want to edit the web.xml doc in cocoon/WEB-INF/ to give each servlet a different name, but I'm not sure if that's necessary. Of course I haven't tried this, but I don't forsee any problems.. Liam Morley Sreenivasan N

Re: ..JVM ran out of memory..

2002-06-25 Thread Liam Morley
You might want to consider upgrading to Cocoon2. As it uses the SAX XML parser rather than the DOM XML parser, much less information is held in memory at any given point in time. Liam Morley [EMAIL PROTECTED] wrote: Hi, I am sorry, if this question has already been answered but I am

Re: JSESSIONID had /cocoon as path

2002-06-18 Thread Liam Morley
Thanks for the response. Unfortunately, constructing a new cookie doesn't seem to do it. I now have two JSESSIONID cookies. I think the problem is that I'm somehow not intercepting the right one. Could it be that I'm not using the right web.xml? The cookie's getting in there somehow, there

Re: JSESSIONID had /cocoon as path

2002-06-18 Thread Liam Morley
of this is that the current directory is assigned to the path, and I have as many cookies with this name as I have directories that I've visited. What could be causing this, and how could I resolve it? Thanks again for the continued assistance, it's much appreciated. Liam Morley Christoph Gaffga

Re: SAX parsing problem?

2002-06-18 Thread Liam Morley
what happens at the offending line, GSLoginAction.java:46? Liam Morley gorillacommunications wrote: Hi All, I am converting an application from C1 to C2. I had a working XSP file with this code snippet: ?xml version=1.0? ?cocoon-process type=xsp? ?cocoon-process type=xslt? ?xml-stylesheet

Re: class not found exception

2002-06-18 Thread Liam Morley
at the Cocoon FAQ at http://xml.apache.org/cocoon/faq/. Best of luck. Liam Morley Ai Li wrote: I tried to deploy cocoon on weblogic 6.1 sp2 but got the following error message: * Cocoon 2 - Internal server error

Re: SAX parsing problem?

2002-06-18 Thread Liam Morley
I'm sorry, what I meant was, what happens in the code? It looks like you posted the first 15 lines of your GSLoginAction class, but I was curious what was happening at line 46 and thus throwing the exception. Liam gorillacommunications wrote: Sorry Liam, I was a bit too hasty in cut and

JSESSIONID had /cocoon as path

2002-06-14 Thread Liam Morley
Is there a way to edit the path for the JSESSIONID cookie? Thanks, Liam Morley - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

Re: building problem...

2002-06-10 Thread Liam Morley
directory, causing it to die on constructing the URL (hence the MalformedURLException, with d as the protocol and the drive are working with). Try other directories, like D:\xml-cocoon2\ or even C:\xml-cocoon2\. Again, this is a stab in the dark, and I really have no clue. Best of luck. Liam

Re: how do I redirect in an Action?

2002-05-22 Thread Liam Morley
and restarting tomcat, which seem to take longer for me (as the sitemap can no longer be loaded from cache). Liam Morley On Wed, 22 May 2002, Nicola Ken Barozzi wrote: From: Christopher Painter-Wakefield [EMAIL PROTECTED] What is the proper way to redirect in an Action? Why do you have to redirect

Re: Stylesheet directed termination

2002-04-22 Thread Liam Morley
Is there possibly an xsl:message/ in there somewhere? Perhaps there's an xsl:message terminate=yes/ somewhere in the process.. that's all I can think of. Liam Morley - Please check that your question has not already been

Re: Cocoon shapping cart?

2002-04-22 Thread Liam Morley
not sure if that helps, but the same thing can be easily tailored... Liam Morley - 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

Re: sendmail

2002-04-22 Thread Liam Morley
Take a look at the SendMailTransformer (included in the source, but not in the binary). That might help. (It has a little bit of documentation on how to use it.) Liam Morley On Wed, 10 Apr 2002, Sharat Koya wrote: I was looking through the cocoon src files today and spotted the sendmail.xsl

Re: Is it possible to fire an error from a XSL file ?

2002-04-08 Thread Liam Morley
whether or not you'll find it or not. Or (and I'm not sure about this) write a transformer that simply extends TraxTransformer, and overwrite the setup() method. From here, you can check parameters passed from the sitemap. You wouldn't have to overwrite any other code. Liam Morley On Mon, 8 Apr 2002

Re: Load test with ab

2002-04-07 Thread Liam Morley
Yep, I'm pretty sure sitemap_xmap.java ends up in the work directory, and it'll show up there each time you restart Tomcat. It's a dynamically generated java representation of the sitemap in WEB-INF, so it's not for editing (for those new to C2). Liam Morley On Fri, 5 Apr 2002, Michael Wechner

RE: want to sure that i can output some WML from some XML

2002-04-07 Thread Liam Morley
Best bet is to look at the WML example in the Cocoon documentation. Pay special attention to the sitemap.xmap listing for the WML example. Liam Morley On Thu, 4 Apr 2002, Peng, Meimin wrote: Hello, I though wap simulator just support wml files. xml needs to be apply stylesheet in order

Re: Installing Cocoon on Mac OSX with Tomcat

2002-04-07 Thread Liam Morley
to CVS or (b) if you're using something that isn't compiled into the .WAR and you want to throw it in there. For example, there's a MailAction class that is only compiled if javax.mail is in the classpath.. to use that, I had to recompile the WAR. I wish you the best of luck with C2! Liam Morley

Re: working with mod_rewrite

2002-04-06 Thread Liam Morley
also added the following, although I don't believe it has anything to do with my problem: RewriteRule /(static)|(icon)/.* - [L] This allows me to counter the above rule so I can have images and static pages served by Apache. Liam Morley On Thu, 4 Apr 2002, giacomo wrote: We had some issues

signaling a 404 from inside a transformer

2002-04-06 Thread Liam Morley
of response.sendError() from inside a transformer, and what else is needed? Is there any Cocoon API for this sort of thing? I don't see it in the javadocs.. Thanks all, Liam Morley - Please check that your question has not already been answered

working with mod_rewrite

2002-04-04 Thread Liam Morley
greatly appreciate it. Thanks:) Liam Morley - 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

bug in Cocoon? exception should be caught sooner

2001-12-11 Thread Liam Morley
base, who knows.. Liam Morley org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.ArrayIndexOutOfBoundsException at org.apache.cocoon.components.pipeline.CachingEventPipeline.process(Cachi ngEventPipeline.java:182

RE: Cocoon2 Cookie Recipe?

2001-12-06 Thread Liam Morley
And if you're not using XSP, what then? Is it possible to set cookies within the sitemap/XSL, using a Java Cocoon action? Liam Morley - Please check that your question has not already been answered in the FAQ before posting

RE: Navigate through a xml-document over the web-browser

2001-11-29 Thread Liam Morley
If you open an XML document in MS Explorer, you will see expandable menus. If you're only concerned about viewing the documents, then this should give you what you want. Liam Morley -Original Message- From: Johannes Schwarz [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 1

RE: Apache, Tomcat 4, Cocoon, mod_webapp, and mod_rewrite -- how to get it working?

2001-11-29 Thread Liam Morley
Jon, For my benefit and yours, as well as for the others in the group, please do not start a new thread within a reply. Thank you, Liam Morley - Please check that your question has not already been answered in the FAQ before

RE: upgrade from c2.rc2 or NOT? Re: [Announcement] Apache Cocoon 2.0 Release

2001-11-29 Thread Liam Morley
Cocoon 2 - bin comes with the .war file already compiled. You just need to plop it in your webapps directory, and you're set. You will need to edit your sitemap.xmap and any other files within the cocoon directory, but that should be it. Liam Morley

Cocoon cookie class and javax cookie class compile issue

2001-11-27 Thread Liam Morley
up in the javadoc, I see that Cocooon's cookie class does not seem to refer to the javax.servlet.http.Cookie class at all. Could anybody shed any light on why this will compile in J++ and not in Ant? What exactly am I missing from my classpath? Thanks all... Liam Morley

RE: general note about Cocoon

2001-11-26 Thread Liam Morley
.) Liam Morley - 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

RE: MySQL, C2, Tomcat 4.0.1, win2k/xp

2001-11-26 Thread Liam Morley
I am using those pieces in my project. The source to my (unfinished) project can be found at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/wpigdc-cms/cms-main/. This might be what you're looking for; I'm not using ESQL or anything, but rather, JDBC through a transformer. Liam Morley

Session object has new ID each time

2001-11-25 Thread Liam Morley
information, I'd greatly appreciate it. I'm coming up on a session management deadline and this is NOT looking good. Liam Morley - Please check that your question has not already been answered in the FAQ before posting. http

RE: Session object has new ID each time

2001-11-25 Thread Liam Morley
be a possibility? I'm just trying to think of ways that this could be a bug in my code instead of the Cocoon code. Has anybody else used Cocoon's session object in v2, rc2? And what have your experiences with it been? Liam Morley -Original Message- From: Jorn Heid [mailto:[EMAIL PROTECTED

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

Servlet Container of choice for cocoon?

2001-11-20 Thread Liam Morley
. Is this a RAM problem, or have other people had problems? I've had problems ever since I went with Tomcat4/webapp on my XP system, but maybe that's my configuration? Liam Morley

RE: including HTML formatting in SAX events (Cocoon 2)

2001-11-17 Thread Liam Morley
Thanks, that worked perfectly. Liam Morley -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 8:07 AM To: [EMAIL PROTECTED] Subject: RE: including HTML formatting in SAX events (Cocoon 2) Liam, I think you should use

including HTML formatting in SAX events (Cocoon 2)

2001-11-16 Thread Liam Morley
work around this in Cocoon 2? Thank you very much, Liam Morley

RE: Problem with Tomcat and cocoon.

2001-11-16 Thread Liam Morley
the entire log file. Liam Morley - 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

RE: Sitemap parameters set by Transformer

2001-11-10 Thread Liam Morley
execution, although it does seem like a decent idea. I hope you find a solution that applies to your particular problem. Liam Morley -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 10, 2001 6:19 AM To: Cocoon-users Subject: Sitemap parameters set

RE: Problems installing Cocoon2 = Win98 machine

2001-11-02 Thread Liam Morley
Doug, In the Cocoon FAQ, you'll see a solution for not enough environment memory. Changing it in the properties of the file doesn't seem to be enough- you'll need to edit your config.sys. After this you MUST use 8.3 naming conventions. Liam -Original Message- From: Doug [mailto:[EMAIL

RE: how to implement a dynamic sitemap?

2001-10-26 Thread Liam Morley
Like many have said, actions work. Also, I usually do the processing in the XSL, so when dealing with what request gets what what XSL, it's possible to have ALL requests go to the SAME xsl. Of course it depends on your demands. Liam Morley -Original Message- From: Christer

RE: session and xsl

2001-10-19 Thread Liam Morley
://xml.apache.org/cocoon2/apidocs/ Liam Morley -Original Message- From: Mark S. Kent [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 2:08 PM To: [EMAIL PROTECTED] Subject: RE: session and xsl Marty, I tried your suggestion, but it didn't work. Although cocoon is seeing a session, it does

RE: Strange C2 behaviour with Navigator 4.7

2001-10-18 Thread Liam Morley
This is... well, rather curious. Have you tried this on other systems running Navigator 4.7? What sub-version of NS 4.7 are you running? As I've had no problem under NS4.78 with my own Cocoon project. Liam Morley -Original Message- From: Alexander Schatten [mailto:[EMAIL PROTECTED

RE: Newbie: Problems with Sitemap

2001-10-02 Thread Liam Morley
underneath 'yz'). Liam Morley -Original Message- From: Sebastian Mäder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 3:23 AM To: [EMAIL PROTECTED] Subject: RE: Newbie: Problems with Sitemap Hi. Problem debugged. Sorry. Seb. PS: now it works: map:match pattern=yz/flash/**.swf

RE: HTML Code Formatting / Meta Tags

2001-10-02 Thread Liam Morley
the Actions page - the Cocoon Sitemap page - the list archives that's as much as I've seen. I also searched Google really quickly and came up with http://xslt.oio.de/overloaded.html, although I doubt that would help much. Best of luck- if you find anything, please let me/us know. Liam Morley

constructing transformers in Cocoon 2

2001-09-30 Thread Liam Morley
serializer. Is that the kind of thing that other people are doing as well? We're not doing anything with XSP or JSP or ESQL or other taglibs... and as the docs are still alpha for Cocoon 2, I wanted to check and make sure I'm not reinventing the wheel. Liam Morley attachment: winmail.dat

RE: Help! Help!

2001-09-27 Thread Liam Morley
Title: RE: Help! Help! As hes using JRun, not Tomcat, I dont think that applies I assume that 8100 is the default JRun port, or is the port he decided to use. I dont think thats the problem. Liam Morley -Original Message- From: Marc J. Driftmeyer [mailto:[EMAIL PROTECTED]] Sent

RE: Help! Help!

2001-09-26 Thread Liam Morley
be sure to let you know. Best of luck, Liam Morley -Original Message- From: JAYAGANESH LAKSHMINARAYANAN [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 7:39 PM To: [EMAIL PROTECTED] Subject: Help! Help! Hi, I have been trying out Cocoon 2. I did the following: 1. I

RE: Plain HTML still not supported ?

2001-09-16 Thread Liam Morley
, by having different XSL docs for different browsers (with map:select/). Best of luck. Liam Morley -Original Message- From: Aurelien [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 16, 2001 11:17 AM To: [EMAIL PROTECTED] Subject: Plain HTML still not supported ? Hi, I'm new to this list

RE: Cocoon 2 - Internal servlet error

2001-09-13 Thread Liam Morley
post your cocoon.log file, I could tell you where the difference lies. If you are able to find out the solution, please let me know personally by email; I need to find a solution to this very same problem for someone else within my team. Liam Morley -Original Message- From: Thangadurai

RE: java.lang.VerifyError

2001-09-13 Thread Liam Morley
who got the original package working on debian. Liam Morley -Original Message- From: Jurgen Lust [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 4:25 AM To: [EMAIL PROTECTED] Subject: java.lang.VerifyError Hi, I installed cocoon on my Debian box this week and it works fine

RE: log sizes

2001-09-04 Thread Liam Morley
= INFORMATION / Logger name=servlet_log path=logs/servlet.log / Logger name=JASPER_LOG path=logs/jasper.log verbosityLevel = INFORMATION / Just change the verbosity level, and the dictates just how much goes in the log. Best of luck. Liam Morley

mod_rewrite

2001-08-23 Thread Liam Morley
/myproj/cocoon/myproj, so I'm not sure what's going on. Any assistance would be greatly appreciated. --- Liam Morley light the deep, and bring silence to the world. light the world, and bring depth to the silence. - Please

Setting up apache to open files within Cocoon's directory

2001-08-21 Thread Liam Morley
Apache to open a Microsoft Word document (and I can't figure out how to get Cocoon to open it). Any help would be greatly appreciated. --- Liam Morley light the deep, and bring silence to the world. light the world, and bring depth to the silence

formatting from the DB coming out as text

2001-08-19 Thread Liam Morley
I have news articles stored in the database. When I use Cocoon to extract them, p/ is converted to lt;p/gt;, and so the actual formatting of the news article is not shown. How do I fix this? Thanks... --- Liam Morley light the deep, and bring silence to the world. light the world

Re: Dreaded: Sitemap handler's sitemap is not available

2001-08-19 Thread Liam Morley
% variable in my autoexec.bat (this was on a win98 machine) that was throwing everything off. Best of luck... --- Liam Morley light the deep, and bring silence to the world. light the world, and bring depth to the silence

another solution for EOL problems

2001-08-18 Thread Liam Morley
in emacs 2. type C-x C-m f undecided-unix RET before saving 3. save, then exit for those of you not familiar with emacs, C- means CTRL; hold down the control key then press x, etc. RET is return, and the rest is typed in literally. I hope this helps at least one person out there :o) --- Liam

dealing with application/ms-word

2001-08-15 Thread Liam Morley
I got the following error when linking to an ms-word doc: ComponentSelector could not find the component for hint: application/ms-word What's the protocol for linking to a MS Word document? Thanks in advance... --- Liam Morley light the deep, and bring silence to the world. light

testing against different versions of browsers

2001-08-15 Thread Liam Morley
/map:select --- Liam Morley light the deep, and bring silence to the world. light the world, and bring depth to the silence. - Please check that your question has not already been answered in the FAQ before

which jar files are needed

2001-08-02 Thread Liam Morley
would greatly appreciate it. --- Liam Morley light the deep, and bring silence to the world. light the world, and bring depth to the silence. - Please check that your question has not already been answered in the FAQ

Re: database connection

2001-08-02 Thread Liam Morley
It would be helpful to know if you have downloaded a MySQL database driver, and if so, if it's included in your path. --- Liam Morley light the deep, and bring silence to the world. light the world, and bring depth to the silence. On Thu, 2 Aug 2001 [EMAIL PROTECTED] wrote: Hi all

solution for SOME sitemap compilation errors

2001-08-02 Thread Liam Morley
in cocoon.components.language.programming.java.Javac.parseClassicStream(). The quick solution is to clear the CLASSPATH before starting Tomcat: set CLASSPATH= I hope this helps SOMEBODY out there.. if not, I hope the developers see this and try to tie up a loose end. --- Liam Morley light the deep, and bring silence