weird svg problem

2003-06-19 Thread rob
can display a jpeg if the SVG plugin is not installed.   I have tried using cocoon 2.04 and 2.1m2 with the same results.   Any ideas ?   Thanks in advance,   Rob Gregory

svgz to jpeg ?

2003-06-27 Thread rob
Hi,   does anyone know if it is possible to serialize a compressed svg file (svgz) to jpeg ?   Thanks,   Rob Gregory.

SVGZ to JPEG

2003-06-27 Thread rob
Hi,   does anyone know if it is possible to serialize a compressed svg file (svgz) to jpeg ?   Thanks,   Rob Gregory.

Re: svgz to jpeg ?

2003-06-28 Thread rob
am using cocoon 2.1m2.   Thanks,   Rob.       >Just use the svg2jpg serializer. That's it.>>Regards, Upayavira>

lucene and authentication f/w

2003-06-29 Thread rob
Hi, can anyone advise on the best way to create a lucene index of resources that are protected by the authentication framework ? Thanks, Rob Gregory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: svgz to jpeg ?

2003-06-29 Thread rob
t the 'svgz' file as a valid zip archive. I guess this is because there is no physical file to extract i.e jar:http//localhost/xyz.svg!??? Even Winzip will not open it. I haven't tried the zip generator yet because I haven't found any documentatio

java.lang.VerifyError

2002-08-21 Thread Rob Grundel
Hi, We've got an XSP page pumping out XML (through Cocoon 2.0.2) however all of a sudden for (apparentley no reason) we've started to get the following error (see below). I have removed the file and expected to get a file not found error the same error keeps coming through. It doesn't seem to be

XSLT logicsheet parameter issues

2002-08-29 Thread Rob Grundel
we need to pass on the parameters from the XSP file that is calling the XSLT logicsheet? Thank you Rob Grundel === This email may be confidential and/or privileged. Only the intended recipient may access or use it. We use

RE: XSLT logicsheet parameter issues

2002-08-30 Thread Rob Grundel
e XSL logicsheet is being called from the XSP file. how do we pass the parameter through. Is it by creating xsl:params in the XSL file and passing them through from XSP or can we use the request object (this being the preferable option) in the XSL file. Thank you Rob -Original Message-

RE: "if" not working

2002-09-05 Thread Rob Grundel
use the .equals("todo") operator on the string comparison -Original Message-From: Ganael LAPLANCHE [mailto:[EMAIL PROTECTED]]Sent: Thursday, 5 September 2002 11:49 PMTo: [EMAIL PROTECTED]Subject: "if" not working Hi all,   I'm trying to test the value of a hidden pa

Portal Exception in latest Cocoon 2.1?

2002-09-26 Thread Rob Johnston
smoke, but I can't seem to find any info about it in the mailing lists. thanks, rob - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/f

Re: Portal Exception in latest Cocoon 2.1?

2002-09-27 Thread Rob Johnston
Is there a known workaround or a PR open? thanks, rob On Thu, 26 Sep 2002, Kenneth J. Hughes wrote: > I saw the same thing here today. > > At 02:37 PM 9/26/2002 -0700, Rob Johnston <[EMAIL PROTECTED]> wrote: > >Hello, > > > >In the most recent Cocoon snapshot

Adding a violation in xmlforms

2002-10-21 Thread Rob Johnston
Is it possible to do some validation on input (outside the scope of schematron) in the WizardAction class, and if this validation fails, add a new violation so that the xmlform transformer will properly add in xf:violation tags and flow will halt until the violation is cleared up? thanks, rob

Re: 2.1-dev authentication sample doesn't work

2002-10-21 Thread Rob Johnston
hanks, rob On Thu, 17 Oct 2002, [EMAIL PROTECTED] wrote: > Hello, > > I have just installed the last dev snapshot of Cocoon and try to run the samples. > All work fine except the authentication sample. > This error appears: > > Apache Tomcat/4.0.6 - HTTP Status 5

Re: Retrieving user data from portal

2002-11-04 Thread Rob Johnston
Yup. It is context authentication. I totally missed this when tracing through the code. thanks! rob On Mon, 04 Nov 2002, [EMAIL PROTECTED] wrote: > I personally don't use it, but remember going through the authentication code and >seeing it. I'm not certain how well docume

Persistant user authentication data in portal (Take Two)

2002-11-05 Thread Rob Johnston
use if I change that to say "foo", I get an error saying the context isn't found. Any help/insight would be appreciated. thanks, rob - Please check that your question has not already been answered in the FA

XMLForms: storing and displaying tabular data

2002-11-18 Thread Rob Johnston
way? Or done it a 'better' way so as to be able to store multiple values for each row in a DOM tree or UserBean otherwise? any help would be appreciated. thanks, rob - Please check that your question has not already

Output to file/ replace file

2002-11-20 Thread Rob Hoopman
. The same question but for binary data, I can upload binary files just fine, but haven't found an obvious way to pick it up from the 'upload-directory' and store it in it's final location. Pointers to information or past

Re: Output to file/ replace file

2002-11-24 Thread Rob Hoopman
If you get around to writing a (mini-)howto, I'll be glad to do some testing/ proofreading. I need to spend some time on this next week anyway. Thanks everyone for the replies. Rob Sheraz Sharif wrote: I, too, have come across this. I searched the Archives with other keywords and disco

Cocoon/Tomcat not handling & in URLs?

2003-01-09 Thread Rob Johnston
ously, tomcat is not eating the rest of the 'amp;' part of the & markup. Has anyone seen this or know of a workaround to build dynamic urls that have parameters in them that cocoon WILL accept? Is this a bug in tomcat? thanks, rob

Search Engines

2001-12-07 Thread rob . gregory
Hello all, does anyone have any experience of integrating a search engine with cocoon2 -i.e doesn't the search engine need to interrrogate the sitemap to get the true URL, and to know which tranformations to apply. Is the only way to do this with some custom code ? Thanks in advance,

RE: Starting up a second time...

2001-12-07 Thread rob . gregory
I had the same problem, but found that if I deleted the backup file in question, after the first shutdown - it went away. The file is recreated when you restart Tomcat. Cheers, Rob ALSTOM COMPANY CONFIDENTIALITY MESSAGE : This e-mail and any attachments are confidential and may be

RE: Cocoon and Jetty??

2002-02-28 Thread Rob Finneran
%JAXP% -Djavax.xml.transform.TransformerFactory=org.apache.xalan.proces sor.TransformerFactoryImpl REM Here how I start JBOSS: java %JAXP% -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %1 %2 %3 %4 %5 %6 %7 %8 %9 Hope this helps!! Rob -Original Message- From: Brad Cox [mailto:[EMAIL P

RE: Cocoon and Jetty??

2002-03-01 Thread Rob Finneran
t: RE: Cocoon and Jetty?? At 5:49 PM -0800 2/28/02, Rob Finneran wrote: >Hey Brad nice to see you around again, And thanks for the help! But after making all of your changes, I'm still getting exactly the same problem. See possible clue towards the end. I've also downloaded the lat

RE: Cocoon and Jetty??

2002-03-01 Thread Rob Finneran
Just another thought - Some older versions of crimson come with funny names like parsers.jar, etc. Maybe this will help?? -Original Message- From: Rob Finneran [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 1:14 PM To: [EMAIL PROTECTED] Subject: RE: Cocoon and Jetty?? Well

RE: Cocoon and Jetty??

2002-03-01 Thread Rob Finneran
parser error messages. Good Luck! -Original Message- From: Brad Cox [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 1:34 PM To: [EMAIL PROTECTED] Subject: RE: Cocoon and Jetty?? At 1:14 PM -0800 3/1/02, Rob Finneran wrote: >Well, I'm not really sure, but my hunch still

RE: Cocoon and Jetty

2002-03-03 Thread Rob Finneran
r the power and flexibility of the Java-based open-source solutions. Rob -Original Message- From: Brad Cox [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 02, 2002 7:34 AM To: [EMAIL PROTECTED] Subject: RE: Cocoon and Jetty At 11:11 AM +0100 3/2/02, giacomo wrote: >> After wasting this

Editing, compiling, & running Cocoon under debugger?

2002-03-28 Thread Rob Jellinghaus
your Ant ${build.dir}? Do you have your build system output the classes directly to %CATALINA_HOME%/webapps/cocoon/WEB-INF/classes? Or do you rebuild the entire war and have Tomcat re-extract it each time you make a change? (surely not!) Seeking your experience, cheers! Rob

Re: Why isn't Cocoon making into the commerical world?

2002-03-28 Thread Rob Jellinghaus
t exactly easy -- try out Zope for an example of a different, simpler, approach). I do still like Cocoon, in theory, but the learning curve is daunting and it's still not clear I will be able to spend enough time on it to start getting good results. Cheers, Rob At 06:28 PM 3/28/

Re: Why isn't Cocoon making into the commerical world?

2002-03-28 Thread Rob Jellinghaus
27;d had enough of a clue to find them myself. Still, at least I haven't wasted *too* much time. Cheers! Rob At 11:38 PM 3/28/2002 -0500, Joseph Rajkumar wrote: >Hi > > I would strongly recommend this for an excellent >introduction. > >Joseph Rajkumar > >http:

Does Bonebreaker sample still work with Cocoon 2.0.2?

2002-03-29 Thread Rob Jellinghaus
31.46:703 [access](/cocoon/bonebreaker/home/home.section) HttpProcessor[8080][0]/CocoonServlet: 'bonebreaker/home/home.section' Processed by Apache Cocoon 2.0.2 in 100 milliseconds. Is Bonebreaker... well... broken under Cocoon 2.0.2? I am going to keep working on this, but some clues from

Re: Does Bonebreaker sample still work with Cocoon 2.0.2?

2002-03-29 Thread Rob Jellinghaus
!) So the question now is, why does the recommended top-level sitemap.xmap information below *not* work? And why not make this the standard way to install bonebreaker? But in any case I'm happy now :-) Cheers! Rob At 04:36 PM 3/29/2002 -0800, Rob Jellinghaus wrote: >[Vadim: I am trying to

RE: Does Bonebreaker sample still work with Cocoon 2.0.2?

2002-03-29 Thread Rob Jellinghaus
No, this was the *first* pipeline element. (Don't tell me that was wrong too! Thank goodness for /mount!) Cheers, Rob At 09:27 PM 3/29/2002 -0500, Vadim Gritsenko wrote: > > From: Rob Jellinghaus [mailto:[EMAIL PROTECTED]] > > > > ...and following myself up... it t

Re: Cocoon vs EJB

2002-04-01 Thread Rob Jellinghaus
ard to the two becoming more closely interoperable. Having an XSP framework which can work with an EJB environment would be a good start Cheers! Rob At 08:08 PM 4/1/2002 -0800, Steven Punte wrote: >Dear Cocoon User Group: > > OK. Cocoon and the EJB world cannot be compared

Re: Cocoon & Struts

2002-04-11 Thread Rob Jellinghaus
ng and Cocoon for the viewing. Cocoon is almost a bit overkill for this, since it has so much more functionality than simply XML transformation, but oddly it might wind up being easier to maintain this kind of hybrid system than it would be to build the whole thing in either Str

Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-04 Thread Rob Kelley
   My cocoon.xconf jsp-engine is:            And I'm at wit's end. How do I get JSPs to work? Please help! Rob Stack Trace: org.apache.cocoon.ProcessingException: SAXException JspGenerator.generate() at org.apache.cocoon.generation.JspGenerator.gene

Re: Barf on JSPGenerator on Hello.jsp (Still HELP!)

2002-06-04 Thread Rob Kelley
Dear Yury: Thanks for the tip, but I'm still out of luck.  Copying jasper did not resolve problem. Rob    yuryx <[EMAIL PROTECTED]> wrote: Rob Kelley wrote:> Hi:>> I'm running cocoon 2.0.2 on Tomcat 4.0.1 (Windows). I've been trying > to run the hello exampl

Re: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-05 Thread Rob Kelley
n 2.0.2 on Tomcat 4.0.1 (Windows). I've been trying to run the hello example for the jsp:> > http://127.0.0.1:8080/cocoon/jsp/hello> > I get the same error (stack trace at end of email):> > "SAXException JspGenerator.generate()" > > My sitemap entry is:> > >

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-09 Thread Rob Kelley
rror (stack trace at end of email): > > "SAXException JspGenerator.generate()" > > My sitemap entry is: > > > > > > > > > My cocoon.xconf jsp-engine is: > > > > > >

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-10 Thread Rob Kelley
rror (stack trace at end of email): > > "SAXException JspGenerator.generate()" > > My sitemap entry is: > > > > > > > > > My cocoon.xconf jsp-engine is: > > > > > >

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-10 Thread Rob Kelley
gain, any help is appreciated. I don't know how to modify the error handler to get more information... Rob LOGS Error log is empty. Here is the core log: DEBUG (2002-06-10) 17:12.56:298 [core.xslt-processor](/cocoon/jsp/hello) HttpProcessor[8080][1]/XSLTProcess

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-11 Thread Rob Kelley
Okay, moved the jars. Problem still occurs. Y'know, on the cocoon samples page, it says I might have trouble running these with my servlet container and to consult the documentation. Does anyone know what that means? I'm running Tomcat 4.0.1. Rob -Original Message- F

Changing Portal "Timeout" Period

2003-01-24 Thread Rob Johnston
atever it seems to be? And by session timeout, I mean, log into the portal, let it sit for 30 or so minutes, then attempt to click on another link -- you are dumped back to the login screen as your session has timed out. thanks, rob -

Re: A note about the "best(?) (cocoon-) development environment"...

2003-02-11 Thread Rob Hoopman
u know any other editors that support similar functionality? I'm tempted to spring the USD 65 (USD 25 academic) when my evaluation expires, but there might be something better out there? Regards. Rob - Please check that you

bundled application

2003-03-13 Thread rob . gregory
better method ? Thanks in advance, Rob. ALSTOM COMPANY CONFIDENTIALITY MESSAGE : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person or use it for any

XMLForm Schematron question

2003-03-26 Thread Rob Johnston
if the /data/number field is a numeric value. Any help would be appreciated. thanks, rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XMLForm Schematron question

2003-03-26 Thread Rob Johnston
On Wed, 26 Mar 2003, Joerg Heinicke wrote: > Hello Rob, > > you simply must add a predicate to the context: > > > > You must specify a valid number. > > Sweet. I hadn't even thought about putting a predicate there. That worked perfectly

How to get tomcat work directory from cocoon?

2003-04-04 Thread Rob Johnston
Is there a session context or some other environmental way to get the absolute path to the tomcat work directory in a pipeline? I'd like to put some temporary files there and need to get the absolute path to do this. thanks

Cocoon problems generating html output

2003-06-04 Thread Rob . Exley
ectly ? FYI - I am pretty sure using this approach plus FOP all works from the command line. I would appreciate any help/advice on this. Equally if I should be addressing this elsewhere then thats fine as well. thanks in advance --- Rob Exley Senior Technical Consultant Equifax Plc e-mail: [

Re: Cocoon problems generating html output

2003-06-04 Thread Rob Exley
Thanks Joerg, Unfortunately we are directly publishing the source XML from CVS, therefore we can guarantee that the images are in the same place relative to the source document but we cannot guarantee the absolute path. Are there any workarounds until this is fixed that you know of..? --- Rob

org.apache.cocoon.webapps.portal.components.PortalManager not found (2.1m3)?

2003-06-17 Thread Rob Johnston
r.java:4039) and never seems to make it back out. thanks, rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]