Re: precompile xsp cocoon2.1

2003-11-03 Thread Upayavira
TK, Please use a sensible subject for your email, as otherwise your message is likely to go unanswered. I suggest you repost it as a new message with a correct subject. I'm afraid I cannot help you with your problme as I've never used Cocoon with databases. Regards, Upayavira T K

Re: Copying/Moving files in flow?

2003-11-02 Thread Upayavira
an do: var file = new java.io.File("filename"); and then do anything you can do with a Java file object. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [CLI] LinkSerializer not replacing href attributes in 2.1.2

2003-10-21 Thread Upayavira
Artur Matos wrote: Dear Upayavira, Can you try with Cocoon from CVS? Or any snapshot after 1 Oct? There was a bug which I fixed that _may_ cause this. I just tried the with one of the latest dev snapshots (cocoon-2.1_20031020221926.tar.gz) and it still doesn't work correctly

Re: [CLI] LinkSerializer not replacing href attributes in 2.1.2

2003-10-21 Thread Upayavira
Artur Matos wrote: Dear Upayavira, Can you try with Cocoon from CVS? Or any snapshot after 1 Oct? There was a bug which I fixed that _may_ cause this. I just tried the with one of the latest dev snapshots (cocoon-2.1_20031020221926.tar.gz) and it still doesn't work correctly

Re: Command line interface

2003-10-21 Thread Upayavira
Justin Makeig wrote: Upayavira, Thanks for all of your help. Let me know if you get your CLI Ant task running. I'd be curious to see how you got it to work. In the meantime, I'm going to require tomcat to be running to build the TOC. Here's the simple Ant target that I wrote:

Re: Command line interface

2003-10-20 Thread Upayavira
works for me, but not for the one person who has tested it so far. Regards, Upayavira - Justin On 10/20/03 11:48 AM, "Upayavira" <[EMAIL PROTECTED]> wrote: Justin, You could try Lars' mail, or you could take a completely different tack: Use the SourceWritingTransformer

Re: Command line interface

2003-10-20 Thread Upayavira
Try recompiling Cocoon without the Deli block (and exclude session-fw whilst you're at it). Regards, Upayavira Justin Makeig wrote: Lars, Thanks for the quick response. I tried your suggestion and now I'm getting a different error: java.lang.NullPointerException at java

Re: Command line interface

2003-10-20 Thread Upayavira
Justin, You could try Lars' mail, or you could take a completely different tack: Use the SourceWritingTransformer in a secret pipeline that generates your data, and then writes it to a file using the SourceWritingTransformer. Regards, Upayavira Justin Makeig wrote: Argh. After strug

Re: How to access the ServiceManager within a flowscript?

2003-10-19 Thread Upayavira
component. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Command line interface

2003-10-18 Thread Upayavira
cocoon.sh. I'm very confused. Any help would be much appreciated. Does that help? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: "build.bat test" and "cocoon.bat CLI -x cli.xconf" Cannot find CatalogManager.properties

2003-10-18 Thread Upayavira
The catalogManager.properties problem should now be fixed in CVS. Thanks for being the people who pushed me into working it out! Please try it out and report back - especially if you're using Unix (to which I don't have access at the mo). Regards, Upayavira Lars Huttar wrote

Re: "build.bat test" and "cocoon.bat CLI -x cli.xconf" Cannot find CatalogManager.properties

2003-10-17 Thread Upayavira
No guarantees, but I'll have a look into the CatalogManager properties error. Regards, Upayavira Lars Huttar wrote: Hi Dave, -Original Message- *From:* dave- [mailto:[EMAIL PROTECTED] *Sent:* Friday, October 17, 2003 5:00 PM *To:* [EMAIL PROTECTED] *Subject

Re: CLI - Problems with URI ending with / (with a code fix inlined)

2003-10-17 Thread Upayavira
Rolf, Again, well spotted. I've committed your fix. [For some reason, I'm not getting list emails - I just happened to see these on the archives :-( ] Regards, Upayavira Hello, when using CLI to generate offline pages I get problems if my "in site" uris end with /. In t

Re: [CLI] LinkSerializer not replacing href attributes in 2.1.2

2003-10-17 Thread Upayavira
Artur, Can you try with Cocoon from CVS? Or any snapshot after 1 Oct? There was a bug which I fixed that _may_ cause this. Regards, Upayavira Hi to all, I just upgraded my cocoon distribution to 2.1.2, but the CLI in the new distribution is not generating the links correctly for my project

re: CLI and in Cocoon 2.1 CVS (head?)

2003-10-17 Thread Upayavira
erent. That way you can tell whether or not a page should be uploaded, etc, by checking the datestamp. Regards, Upayavira Hi People, the last days I was adicted to play around with cocoon 2.1 CVS HEAD. I got stuck the first time when trying to generate offline pages. CLI complained about a Malforme

Re: Custom Generator or Logicsheet (or something else)?

2003-10-16 Thread Upayavira
nd 2) the most enjoyable/satisfying, but that's not always the best way to judge these things! Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: variable image

2003-10-15 Thread Upayavira
to localhost will prevent the page from working outside your own machine. Regards, Upayavira Frank ---Legal Disclaimer--- The above electronic mail transmission is confidential and intended only for the person to whom it is addressed. Its co

Re: choose a random image

2003-10-14 Thread Upayavira
Andreas Hartmann wrote: Upayavira wrote: Andreas Hartmann wrote: The min and max random number values would be configured in cocoon.xconf. That's the problem then, how do you keep track of a variable number of images? OK, this is a problem. No it's not. You just define

Re: choose a random image

2003-10-14 Thread Upayavira
different names and different ranges, random10, random20, etc. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Precompile XSP with Ant?

2003-10-12 Thread Upayavira
within the CLI to precompile XSP pages, but I've never used it, and have no idea whether it works. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NullPointerException in JTidy or HTMLGenerator

2003-10-11 Thread Upayavira
about the inner workings of Cocoon (or even the outer workings) that it seems unlikely. With a bit of guidance, it isn't that hard! Regards, Upayavira Lars -Original Message- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Saturday, October 11, 2003 12:38 AM To: [EMAIL PROTECT

Re: NullPointerException in JTidy or HTMLGenerator

2003-10-10 Thread Upayavira
kpoint at line 81 in ExtendedXLinkPipe, and see if you can work out what is going on there. If you do find a bug, I'll happily commit a patch. HTH. Regards, Upayavira Lars Huttar wrote: Dear Cocooners, I'm trying to get the CLI working to generate static web sites. We're using Coc

Re: Cocoon and CLI

2003-10-10 Thread Upayavira
ou are correct. I thought I had a favicon.ico line in my cli.xconf, but I don't, which explains why I wasn't seeing this error. Anyway, in 2.1 CVS, this is now fixed. To work around it without using CVS version, remove the favicon.ico, and always use no

Re: Cocoon and CLI

2003-10-10 Thread Upayavira
\ cocoon cli -x cli.xconf and see what happens? Listening for connections is caused by the HSQL block being included in your build. The unexpected children of the node shouldn't be there. I cannot understand why you should get that. Try what I've described and let me know how that goes.

Re: Uploading problem

2003-10-10 Thread Upayavira
To reply to your original question - I believe you'll need to use an action to do something with the file. Look at the wiki for more details about file uploads. I'm afraid I'm pretty new to it too. Regards, Upayavira Johannes Becker wrote: Hi, I'm using Cocoon 2.1 and

Re: Uploading problem

2003-10-10 Thread Upayavira
replace bits of Cocoon. If you want to upload new JDBC jars, why can't you just use FTP or SCP? As I say, allowing people to upload their own jars into WEB-INF lib would be a huge security risk. Regards, Upayavira My web.xml entries: ... enable-uploads true upload-di

Re: generating static web sites

2003-10-09 Thread Upayavira
Lars Huttar wrote: Hi all, We are working on a project where we would like to generate static versions of web sites using cocoon. Currently we're using version 204 (though we're thinking about moving to 2.1.*) on Windows machines. It's taken a while to get a run.bat working that has all the right

Re: Using Cocoon API for non web application

2003-10-09 Thread Upayavira
) Can i run stand alone program on cocoon API to achieve above functionality. Thanks in advance Avvaru Check out the Cocoon bean. It does what you want. Be aware that the interface to it may change, as the bean is still very much under development. Regards, Upayavira

Re: svg2png dynamic static generation

2003-10-08 Thread Upayavira
Check out the SourceWritingTransformer. Regards, Upayavira jim basilakis wrote: Hi, I am a cocoon newbie and I am using cocoon 2.0.4. I came across the same problem of trying to save a jpeg/png file to the filesystem as part of the course of a pipeline. Any hints as to how to save a generated

Re: Executing a pipeline from Java code

2003-10-06 Thread Upayavira
method, as it is configured in your working cli.xconf file. Then call the processURI method. I am not sure if this method actually works. If it doesn't, let me know. Even better, if it doesn't work, see if you can make it work and submit a patch! Let me know how you get on. Regards,

[JOB] Job Opportunity in London

2003-09-30 Thread Upayavira
GetTogether. (Do let me know if you want to meet so that we can make sure it happens). With best wishes, and apologies if this is off-topic or irrelevant to you. Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: a simple pipeline and a javascript client

2003-09-29 Thread Upayavira
ith cocoon & a javascript client. Do you get any more information in your javascript client? What resource is not found? Is there a stack trace? Regards, Upayavira -Mensaje original- De: Upayavira [mailto:[EMAIL PROTECTED] Enviado el: lunes, 29 de septiembre de 2003 12:23 Para

Re: a simple pipeline and a javascript client

2003-09-29 Thread Upayavira
Try replacing the stream generator with a file generator, and see if you can get a file back. Then try accessing the URL from a browser. What error do you get. Regards, Upayavira Wermus Fernando wrote: Yep Upayavira. I´m sorry , I 've made a cut & paste, I 'll give you the cor

Re: a simple pipeline and a javascript client

2003-09-29 Thread Upayavira
Wermus, You're posting to http://127.0.0.1:8080/cocoon-soap/test But your matcher matched xmlservice2. You need to have a matcher to match the URL you post to, e.g. pattern="cocoon-soap/test" or maybe just pattern="test", depending upon your setup. Regards, Upayavi

Re: AW: ImageReader not working?

2003-09-29 Thread Upayavira
ically for resizing images, which you don't really seem to want. Regards, Upayavira thanks, Halgurt -Ursprüngliche Nachricht- Von: Mustafa Ali, Halgurt Gesendet: Montag, 29. September 2003 08:26 An: [EMAIL PROTECTED] Betreff: AW: ImageReader not working? Hi, I generated a page with

Re: cocoon-soap & xmlhttp component

2003-09-26 Thread Upayavira
e to post arbitrary content as the body of a post, so the WSProxyGenerator or the HTTPProxyGenerator could be extended to allow it. Anyone, please let me know if I'm wrong in these assumptions. Regards, Upayavira - To

Re: command line Oracle connection

2003-09-23 Thread Upayavira
then make this feature available to all who want to use the CLI with databases. With best wishes, Upayavira David Zhu wrote: Hello everyone, I have a question regarding connection to Oracle database when using CLI. I have a project that needs to generate some static pages from an Oracle db, I am

Re: EJB + Cocoon, "Best Practices"

2003-09-23 Thread Upayavira
Joerg, Do you have a demo account on this site? I'd really love to see a XUL based site at work. Regards, Upayavira Joerg Heinicke wrote: Niclas Hedhman wrote: On Monday 22 September 2003 06:29, Joerg Heinicke wrote: We used EJB + Cocoon 2.0.4 for our project ConWeb. Is this a Int

Re: AW: AW: AW: File existence

2003-09-19 Thread Upayavira
What error are you getting? Can you show me the code you put into your sitemap? Regards, Upayavira Mustafa Ali, Halgurt wrote: Hello, I've got it as exists, her ist he content of my exists.js: function exists() { var file = new java.io.File(cocoon.parameters["test-uri"]);

Re: AW: AW: File existence

2003-09-19 Thread Upayavira
even more, how can I pass these parameters to the non-exists pipeline? You should be able to get at the request parameter inside the non-exists pipeline just as in any other, e.g. with Regards, Upayavira Here is my pipe

Re: AW: File existence

2003-09-19 Thread Upayavira
ters["non-exist-uri"]; } } HTH. Regards, Upayavira Mustafa Ali, Halgurt wrote: Oh, you are right, I changed it, but the pipeline still choose the second part, no matter whether the file exists or not, it ignores the ... part, do you have an Idea what is perhaps wrong? Thanks, Halgur

Mail and mock objects

2003-09-18 Thread Upayavira
, and the files are now in my WEB-INF/lib. Any ideas? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maintaining request in match string.

2003-09-17 Thread Upayavira
l be able to use the code you've got below, that I've previously been suggesting. That is because, when an image button is clicked, the form is submitted with map.x and map.y set to the x,y co-ords of the point the user clicked. Regards, Upayavira I renamed the request-

Re: Maintaining request in match string.

2003-09-16 Thread Upayavira
back. Good. I cannot imagine it working without a name on the image map. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: File existence

2003-09-16 Thread Upayavira
r though). HTH, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: Errors Building Cocoon 2.1.1

2003-09-16 Thread Upayavira
e getting relates to a similar problem. It should be possible to switch off unit tests within the build process, which would prevent your error messages, but I'm afraid I couldn't work out how. Regards, Upayavira Volkmar W. Pogatzki wrote: I always get some errors on building Cocoon

Re: edit an XML-File via browser

2003-09-16 Thread Upayavira
ook at the WebDAV block http://localhost:/samples/webdav/ http://wiki.cocoondev.org/Wiki.jsp?page=WebDAVBlock or at the Woody block http://localhost:/samples/woody/ http://wiki.cocoondev.org/Wiki.jsp?page=Woody Or look at the Linotype block, using Mozilla (>=1.3?) Regards,

Re: Maintaining request in match string.

2003-09-16 Thread Upayavira
quot;); What is the 'name' attribute on your image? In my example, I assumed that it was 'image'. If normally an element results in a request parameter called "name", when it is an image map (or an image button), you get "name.x" and "name.y". Do

Re: How to integrate Cocoon with JMS?

2003-09-15 Thread Upayavira
elf). If the latter, the CocoonBean is available to access Cocoon from Java code, giving it a URI and asking it to render it to a file (etc) for you. The CocoonBean interface is currently unstable (significant improvements planned), but the code wor

Re: Maintaining request in match string.

2003-09-15 Thread Upayavira
I'm pretty sure the following will work: 1) In the sitemap: 2) In flowscript: var x = cocoon.request.getParameter("image.x"); var y = cocoon.request.getParameter("image.y"); Regards, Upayavira Conal Tuohy wrote: Sorry ... I read your question properly this time:

Re: CLI and HTMLGenerator

2003-09-15 Thread Upayavira
n within a servlet environment). If you need to have it working in 2.1, just replace the HTMLGenerator class in 2.1 with the one in 2.1.1 and rebuild. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RE: http://cocoon.apache.org redirect to 404

2003-09-14 Thread Upayavira
blem, I mean a caching problem at your ISP. Have you tried with a different ISP? Regards, Upayavira > Best regards, > Liaw Wei Tjong > > -- Should I take the red or blue pill? > > -Original Message- > From: Joerg Heinicke [mailto:[EMAIL PROTECTED] > Sent: Sunday, Se

Re: SWF tutorials????

2003-09-13 Thread Upayavira
/software/spark/index.shtml It's the site for the code that the swf block is based upon. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: http://cocoon.apache.org redirect to 404

2003-09-13 Thread Upayavira
for me. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Need a hint please

2003-09-10 Thread Upayavira
use the way it handles sitemaps is completely different. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Use the value of an XML attribute as sitemap parameter

2003-09-04 Thread Upayavira
Have you looked at CInclude or XInclude transformers? You can specify in your incoming sax events, and have them replaced by the contents of the referenced file. Regards, Upayavira jcplerm wrote: Then I guess you guys will not like to read what I'm writing now (I'm the cr

Re: Problems using the HTMLGenerator in command line mode 2.1

2003-09-03 Thread Upayavira
Artur Matos wrote: Dear Upayavira: Are you able to update to the CVS Cocoon and retry? A fix has just been committed that should remove (or at least reduce) Yes, now it is working perfectly, thank you very much. Best regards, Artur Matos. PS: Maybe it would be better to write a short

Re: Problems using the HTMLGenerator in command line mode 2.1

2003-09-03 Thread Upayavira
means it will continue to need to have Servlet2_2.jar in the classpath. Let me know if this sorts it. Regards, Upayavira Artur Matos wrote: Hi to all, I am having some problems using the HTML generator with the new Cocoon 2.1 CLI. The code that I am using was working flawlessy with the previous

Re: Problems using the HTMLGenerator in command line mode 2.1

2003-09-03 Thread Upayavira
.java:652) Does anyone on this list had the same problem? Thanks in advance. There is, for some reason, a hard coded reference to HTTPServletRequest in the HTMLGenerator. This will break the CLI which doesn't have access to an HTTP environment. I will look int

Re: 2.1: Neither LinkSerializer nor LinkGatherer producing a completelink list

2003-09-03 Thread Upayavira
n the toolchain some XML *attributes* (not elements) are considered to be within a namespace when they really aren't. I'll have to look into this a bit deeper. Just in case anyone cares. :-) Thanks to Upayavira and Jeff for their kind support, and to Vadim for his pointer about vi

Re: Pipeline called several times for a single request ??

2003-09-01 Thread Upayavira
his directly in Java as a custom transformer if the task is that complex. I have never used it. Can you say more, a usefull link ? See: http://wiki.cocoondev.org/Wiki.jsp?page=ImplementingTransformers Hope this helps! Regards, Upayavira -Message d'origine- De: Up

Re: thread safety of cocoon

2003-09-01 Thread Upayavira
nt will be reused. So, by default, a component will not be shared between more than one thread. Regards, Upayavira Tnx Jorg -Original Message----- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Montag, 1. September 2003 15:43 To: [EMAIL PROTECTED] Subject: Re: thread safety of cocoon Jorg Hey

Re: Finding DTD when aggregating content using XSL (resolved

2003-09-01 Thread Upayavira
nclude/xinclude transformers to pull multiple documents into one before doing an XSLT on them. Regards, Upayavira Albert Bruffaerts wrote: Hello. I just wanted to know whether the behaviour described in the email thread started on Fri, 09 Aug 2002 12:55:24 -0700 by Ross Gardler has generated som

Re: thread safety of cocoon

2003-09-01 Thread Upayavira
eated for each invocation. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Im a bit stuck with Cocoon 2.1 - Offline Page Generation

2003-09-01 Thread Upayavira
ere somewhere which would show me how to use the CLI? I presume you've seen the documentation, given the subject of your email. That I'm afraid is all of the documentation that currently exists. Although you'd be more than welcome to create more tutor

Re: Losing parameters when re-directing?

2003-09-01 Thread Upayavira
ogated. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: map:aggregate / map:part does only work with XML files?

2003-09-01 Thread Upayavira
might want to put the 'atlasextract.xml' into a pipeline. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Pipeline called several times for a single request ??

2003-09-01 Thread Upayavira
g too much memory (more than 200 stylesheets) Can you explain more? - using redirection for transformation operation but i have an erratic comportment (1*/10, the URL has moved ???) You might be better off coding this directly in Java as a custom transformer if the task is that complex. Regards,

Re: Wildcard (**) and nested hierarchy - problems

2003-09-01 Thread Upayavira
that a good idea? One other thing to check is the redirect. Note that this is doing an HTTP redirect, and therefore the way they work can cause this sort of thing if not used right. Read the doc page on redirects for more info. (He

Re: HTML code shown in browser, not parsed

2003-09-01 Thread Upayavira
HTML is a relatively uncommon use of readers. Regards, Upayavira From: Sylvain Wallez <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: HTML code shown in browser, not parsed Date: Sun, 31 Aug 2003 22:39:52 +0200 Sylvain Wallez wrote:

Re: 2.1: Neither LinkSerializer nor LinkGatherer producing a completelink list

2003-08-31 Thread Upayavira
Florian G. Haas wrote: Hi again. On Saturday 30 August 2003 20:08, Upayavira wrote: | This is in fact a problem initialising the Deli block. I don't know much | about it, and I can't really explain why it should fail in the CLI but | not in the servlet, but I'm pretty sure I'

Re: HTML code shown in browser, not parsed

2003-08-31 Thread Upayavira
use Regards, Upayavira On Sat, 30 Aug 2003 15:43:27 -0700, "Sonny Sukumar" <[EMAIL PROTECTED]> said: > > Hi guys, > > I just noticed this strange behavior today.. > > When I do an internal redirect to a trivially simple pipeline that just > does > a

Re: 2.1: Neither LinkSerializer nor LinkGatherer producing a completelink list

2003-08-30 Thread Upayavira
Florian G. Haas wrote: Hello Upayavira, to you too, thanks a lot for the quick reply. On Saturday 30 August 2003 12:59, Upayavira wrote: | Can you supply a full stack traces for some of these? I'll see if I can | find out what's going on. OK. This is from the 2.1 release, full cocoon

Re: 2.1: Neither LinkSerializer nor LinkGatherer producing a completelink list

2003-08-30 Thread Upayavira
to do so. You set the CLI to 'confirm-extensions', which also switches it to link view mode. I'm planning to add an option to separate out confirm-extensions and use-link-view. If it would help you, I'd happily add it soon. I'd greatly appreciate any hints which may

Re: Select a stylesheet transformer after an action, possible ?

2003-08-29 Thread Upayavira
{ Map sitemapParams = new HashMap(); sitemapParams.put("my_sitemap_param", "test"); return sitemap; } I take it you mean: return sitemapParams; not return sitemap; Regards, Upayavira - To unsubsc

Re: [Proposal] Production install for Cocoon

2003-08-28 Thread Upayavira
the first few entries into a configure.properties (along with all of the blocks.properties stuff). That way the user only has to edit one file to configure Cocoon. This would be a good thing. Regards, Upayavira Timothy Larson wrote: Ok, could you see the example production install configuration

Re: RES: creating a POST from XML

2003-08-28 Thread Upayavira
PROTECTED] Assunto: creating a POST from XML How can I create a http POST by cocoon send it to the server an get the response ? How about if what you want to post is XML rather than name/value pairs? Upayavira - To

Re: Resource Not Found Message

2003-08-28 Thread Upayavira
add to your main sitemap: Regards, Upayavira Chance, Sam USA wrote: Hi! I recently upgraded my Tomcat version from 4.1.18 to 4.1.27 and I can no longer access my Cocoon application. I’m using Cocoon 2.0.4. My main sitemap includes the following mount to the sub sitemap: . .

Re: AW: Empty Webapp build?

2003-08-27 Thread Upayavira
s updated by ant directly from a CVS repository). Have I missed something? Upayavira Additionally, how bloody hard could it be to make this target? Twenty minutes of work for someone that knows the product? -- Robert -Ursprüngliche Nachricht- Von: Chris Clark [mailto:[EMAIL PROTECTE

Re: URLs being encoded WITH cookies enabled

2003-08-26 Thread Upayavira
servlet container. Therefore, this cookie checking must be a feature of the servlet container. I'd check whether you need to configure how your container (Tomcat? Jetty?) deals with URL rewriting. Regards, Upayavira Sonny Sukumar wrote: Good question, Joerg. I was told by 1 or 2 other people on

Re: TraxTransformer Caching

2003-08-22 Thread Upayavira
lding the key. Then, if use request parameters is specified, it adds all request parameters to the key. Then the same for sessions and cookies. Whether or not it works, now that's another question. Regards, Upayavira -

Re: how to creat object of a class in xsp

2003-08-22 Thread Upayavira
) Put your class into a package (e.g. com.decisiontech.cocoon.Test), include that with and then do com.decisiontech.cocoon.Test t = new com.decisiontech.cocoon.Test(); Make sense? Regards, Upayavira -Original Message----- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 200

Re: how to creat object of a class in xsp

2003-08-21 Thread Upayavira
Reuben, Let me have a go at clarifying this: Firstly, make sure you've got: Test at the beginning of your file. Then, make sure that test.class is in $COCOON/WEB-INF/classes/ Then do your code: Test t=new Test(); Isn't it as simple as that? Regards, Upayavira Reuben Chri

Re: Calling a pipeline without triggering through a URL

2003-08-21 Thread Upayavira
explained it understandable... There is a scheduled task manager patch in Bugzilla at the moment. I believe that will do what you want. Check out: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20271 Let us know if you found it useful. Regards, Upayavira

[SOLUTION] Acrobat Control ActiveX error

2003-08-21 Thread Upayavira
Upayavira wrote: Joerg Heinicke wrote: Can you save the file to disk without using Acrobat (the typical "save link target as ...") and try to open this file with Acrobat, so that you circumvent the Acrobat browser plugin? Okay, I've just used the Perl 'lwp-request'

Re: Acrobat Control ActiveX error

2003-08-20 Thread Upayavira
page to a file. And the file has a length of zero. Do you think that might be a problem? ;-) I guess I'd better fix that! Thanks for the pointer. Regards, Upayavira Joerg Upayavira wrote: Dear All, I've just done my first FO page, basing my FO on the FOP sample. When I try the F

Re: Error in persistent Store starting Cocoon

2003-08-20 Thread Upayavira
#x27;t going to cause you any harm, Cocoon will just regenerate its cache. Regards, Upayavira Antonio Gallardo wrote: Hi: I recently updated to the lastest cocoon 2.1.1.cvs and I am getting the following error when cocoon initialize: ERROR (2003-08-20) 23:02.30:545 [core.store.persisten

Re: NULL request params when POSTing data in 2.1...

2003-08-20 Thread Upayavira
inner with flow, but I do know that the flow object model changed between 2.1m3 and rc1. I believe you can now do request.param to get the same thing as you wanted to do. Does that work? Regards, Upayavira At first I thought it might have something to do with my form sending mult-part data--t

Acrobat Control ActiveX error

2003-08-20 Thread Upayavira
ter?' Why should this happen, rather than the file just loading the page in Acrobat? Any ideas? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: build fails

2003-08-20 Thread Upayavira
: 193. What JDK are you using? Have you checked out this page: http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem It might be the cause. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [ANN] Apache Cocoon 2.1 Released - binary??

2003-08-20 Thread Upayavira
age requirements are as the developers may never have thought about it that way). ... I apologise if I came across as 'mantra chanting', that wasn't my intention. I wanted to draw you into a process that I see already happening in relation to blocks. I found the thread frust

Re: new Request for internal map:redirect-to's?

2003-08-18 Thread Upayavira
se POST, can you switch to GET and see if it now works? Regards, Upayavira From: "Jay Freeman \(saurik\)" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: new Request for internal map:redirect-to's? Date: Mon, 18 Aug 2003 03:03:50 -0500 S

Re: best browsers for viewing xml?

2003-08-17 Thread Upayavira
ransformed: Don't know if that helps. Regards, Upayavira Sincerely, Jay Freeman (saurik) [EMAIL PROTECTED] - Original Message - From: "Conal Tuohy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, August 17, 2003 6:44 PM

Re: [ANN] Apache Cocoon 2.1 Released - binary??

2003-08-17 Thread Upayavira
individuals. Hope this helps. Regards, Upayavira Ralph Goers wrote: -Original Message- From: Sam Chance [mailto:[EMAIL PROTECTED] Sent: Saturday, August 16, 2003 11:50 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [ANN] Apache Cocoon 2.1 Released - binar

Re: Offline Cocoon and link translation

2003-08-15 Thread Upayavira
e not able to upgrade, you may well be able to lift some of the code from 2.1 and back-port it to 2.0.4 for your own use. Regards, Upayavira Verwer, Nico wrote: I am using Cocoon 2.0.4 from the command-line to generate single documents (no links are followed): java -Xmx256m -Xss2048k \ -cp

Re: use a pipeline to create a file?

2003-08-14 Thread Upayavira
in a servlet generate static versions of your pages (using a version of the command line interface), but that's some time away. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: [resent] map:part's processed in parallel?

2003-08-14 Thread Upayavira
? Move the code to calculate your line item costs from an action into your getLineItemCosts.xsp file. Then they'll all be calculated at generation time. Possible? Regards, Upayavira > Thanks for all of your help, > > Sonny > > >Hi Sonny, > > > >I haven

Re: CLI - class loading

2003-08-14 Thread Upayavira
. The CLI is just a Java application, so you can try debugging it in your IDE and see if you can get it working there. Regards, Upayavira On 14 Aug 2003 at 16:29, arturl wrote: > Hi, > I've got my components (actions) packed in jar and placed it in > WEB-IF/lib directory of my app

RE: [resent] map:part's processed in parallel?

2003-08-14 Thread Upayavira
rmer. The Javadocs suggest that you can request the includes to happen in parallel (I remember a discussion about it). So if you use CInclude rather than aggregate, you may well be able to get your parallel execution behaviour. Regards, Upayavira > -Original Message- > From: Sonny

RE: MS Word Transformer

2003-08-14 Thread Upayavira
On 11 Aug 2003 at 10:21, Julian wrote: > Thanks, but I only see a XLS and RTF transformer. Is > there a MS Word transformer? There isn't at present a .doc serializer. You have to use RTF. Maybe at some point the POI community will give us one! Regards

<    2   3   4   5   6   7   8   >