Re: Cocoon website look in IE

2006-03-28 Thread Upayavira
display of some text (same pages work fine in Firefox). Hey, I'd suggest you report this on the dev list. Hopefully the right people will be listening there. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Running Ant from Cocoon Action

2006-03-17 Thread Upayavira
need the logic to be synchronous. System.exit() would still kill it even in a different thread! Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CForms: HTMLArea Documentation

2006-02-22 Thread Upayavira
, I'm using another computer, and got off a long haul flight to receive 1700 mails, with no mail filtering set up :-( ) Regards, Upayavira Derek [EMAIL PROTECTED] 2006/02/21 05:19 PM Is this something that needs to be taken up on the dev list? Not sure. If you think

Re: server startup

2005-12-06 Thread Upayavira
coding? Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: working with custom blocks

2005-11-29 Thread Upayavira
by Cocoon's build process. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: War File Not Created During Build

2005-11-29 Thread Upayavira
should be doing build war not build webapp. The latter just creates a webapp dir in build/webapp, but doesn't create a war file from it. Those docs sound like they're wrong. Where are they? Regards, Upayavira - To unsubscribe, e

Re: War File Not Created During Build

2005-11-29 Thread Upayavira
sense. Okay, I now see what you mean. I do think that page is far more complicated than it needs to be. Are you actually trying Tomcat 3? Does anyone still use it? Btw, do you know if cocoon works on Tomcat 5.0? I only ever use Jetty, so I don't know. From: Upayavira [EMAIL PROTECTED] To: Owen

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Upayavira
in the serializer block? If that doesn't work, it might be easier to fix than the core cocoon one. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Upayavira
Michael Wechner wrote: Upayavira wrote: Michael Wechner wrote: Hi Some Browsers don't like closed tags, like for instance iframe/ but they don't mind iframe /iframe The problem is that the xhtml serializer is closing empty tags. (I am aware that the html serializer would

Re: Maintain the state of visited links

2005-11-28 Thread Upayavira
with different data. That's how I'd look into getting it to work. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: not closing empty tags with xhtml serializer

2005-11-28 Thread Upayavira
. I guess this also needs to be done for the trunk, right? yes, please do. Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XMLFileModule

2005-11-22 Thread Upayavira
.mbox/[EMAIL PROTECTED] Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configuring input modules in a sitemap

2005-11-20 Thread Upayavira
Sylvain Wallez wrote: Upayavira wrote: Is it possible to define an XMLInputModule in a sitemap (2.1.X)? And have the XML file it refers to be relative to that sitemap? Have you tried this? map:components input-modules input-module name=foo class=org...XMLInputModule

Configuring input modules in a sitemap

2005-11-18 Thread Upayavira
Is it possible to define an XMLInputModule in a sitemap (2.1.X)? And have the XML file it refers to be relative to that sitemap? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Status-code from sitemap

2005-11-17 Thread Upayavira
: void sendStatus(int sc) Send a content-less response with the given status code. I believe serializers can do that. Look in the provided sitemaps within the map:handle-errors code for examples. Regards, Upayavira

Re: Help with Component Configuration

2005-11-14 Thread Upayavira
2.1.X, ensure that your component implements the Component interface, otherwise you'll get messy stuff happening with proxies. Don't now whether that has anything to do with your problem though. Regards, Upayavira On 11/12/05, Joerg Heinicke [EMAIL PROTECTED] wrote: On 12.11.2005 00:15, Matt

Re: Three steps DB Interaction

2005-11-11 Thread Upayavira
=org.apache.cocoon.ajax.AjaxRequestSelector/ how to solve it? Yes, I know a few about AJAX and I know what it do... but, What I must to to have it working? Have you included the Ajax block? It is a new addition. Regards, Upayavira On 11/9/05, Sylvain Wallez [EMAIL PROTECTED] wrote: Omar

Re: Three steps DB Interaction

2005-11-11 Thread Upayavira
a subversion client (e.g. tortoisesvn.tigris.org), from: http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X Then you'll be able to use this code. Or wait until we finally get 2.1.8 out, it'll be in there. Regards, Upayavira On 11/11/05, Upayavira [EMAIL PROTECTED] wrote: Omar Adobati wrote

Re: Three steps DB Interaction

2005-11-11 Thread Upayavira
Omar Adobati wrote: Upayavira, thanks very much, now it works good! But, in the sample at the link http://cocoon.zones.apache.org/demos/21branch/samples/blocks/forms/sql/do_list_employees I can't really see the advantages of AJAX... wht to use ajax instead the classical way? Probably

Re: xmlize in jx and 'NOT_FOUND is not a function'

2005-11-10 Thread Upayavira
, ignoreRoot )}/ /jx:macro as your macro. Something did change, to do with accessing session/request I think, just not sure when. I'm also not sure whether this is valid syntax. :-( Regards, Upayavira - To unsubscribe, e

Re: 2.1.8 and mail block

2005-11-10 Thread Upayavira
. They are (as far as I understand it) jar files that allow us to compile Cocoon, but do not provide the full functionality that is required and could account for method not yet implemented. Let me know whether I am right or not :-) Regards, Upayavira

Re: Three steps DB Interaction

2005-11-09 Thread Upayavira
Omar Adobati wrote: Sylvain, let me thanks you... But, if I have not understood bad, in the link you send to me there's no usage of XSP, ESQL and anything like... right? Could I use it with mysql Database? Yes, it is just JDBC in the end. Upayavira On 11/9/05, Sylvain Wallez [EMAIL

How usable is davmap?

2005-11-08 Thread Upayavira
Anyone know how viable the davmap sitemap in the webdav block is? Can it handle read/write? Are there any known functionality lacks? Would you consider using it in a production (low volume) scenario? Thanks in advance. Upayavira

Re: How usable is davmap?

2005-11-08 Thread Upayavira
Sylvain Wallez wrote: Upayavira wrote: Anyone know how viable the davmap sitemap in the webdav block is? Can it handle read/write? Are there any known functionality lacks? Would you consider using it in a production (low volume) scenario? Thanks in advance. I used

Re: Proxy Rewrite

2005-11-07 Thread Upayavira
this requires a setting in server.xml. I know Jetty can do this. How do I do this in Tomcat? HTH. Regards, Upayavira (Sorry away for weekend with no net-access) On 05 Nov 2005, at 14:13, Yves Vindevogel wrote: Hi Upayavira, Your nr 1 is not possible. That would be indeed

Re: using XML from the generation in the sitemap

2005-11-07 Thread Upayavira
the generator starts and any of that XML is seen. If you need to do that, you need to use flowscript as a controller, get the content, get your xpath value, and pass it to your pipeline. Regards, Upayavira - To unsubscribe, e-mail

Re: Request object with ServiceManager

2005-11-07 Thread Upayavira
you're trying to get the request before I could say any more. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Request object with ServiceManager

2005-11-07 Thread Upayavira
Felix Röthenbacher wrote: Upayavira wrote: Felix Röthenbacher wrote: Hi is it possible to get the current Request object with the help of the ServiceManager? You're more likely to get the request object via the ObjectModel. If you have an object model, use

Re: Request object with ServiceManager

2005-11-07 Thread Upayavira
Felix Röthenbacher wrote: Upayavira wrote: Felix Röthenbacher wrote: Upayavira wrote: Felix Röthenbacher wrote: Hi is it possible to get the current Request object with the help of the ServiceManager? You're more likely to get the request object via the ObjectModel

Re: Request object with ServiceManager

2005-11-07 Thread Upayavira
Sylvain Wallez wrote: Upayavira wrote: Felix Röthenbacher wrote: snip/ Cocoon 2.1.x, Java Map om = CocoonComponentManager.getCurrentEnvironment().getObjectModel(); Eek! Althought this works, this is an internal class that no more exists in the 2.2 branch! Hah

Re: Request object with ServiceManager

2005-11-07 Thread Upayavira
Felix Röthenbacher wrote: Sylvain Wallez wrote: Upayavira wrote: Felix Röthenbacher wrote: snip/ Cocoon 2.1.x, Java Map om = CocoonComponentManager.getCurrentEnvironment().getObjectModel(); Eek! :-) Althought this works, this is an internal class

Re: AW: using XML from the generation in the sitemap

2005-11-07 Thread Upayavira
Merico Raffaele wrote: Hi Upayavira Thanks for the replay ... just to make it clear and before I drop my last hope, I want to use XPATH-expression in the following map:transformer/. Still no ... ? If what you want to do is have the pipeline built based upon the content of the pipeline

Re: Proxy Rewrite

2005-11-04 Thread Upayavira
it in Jetty. Basically this says have cookies stored relative to / rather than relative to /cocoon, and is done within Tomcat. This would solve your problem. If you work out how to do 2, why don't you stick it up on the wiki somewhere. Regards, Upayavira

Re: Understanding/extending the PetStore example

2005-11-02 Thread Upayavira
. As functions are defined within the current scope (this), this[funName] gets you the function with that name. Note, it doesn't execute it. You can now execute that function with fun(), or fun(some, set, of, parameters); Any help would be appreciated. Does that help? Regards, Upayavira

Re: Understanding/extending the PetStore example

2005-11-02 Thread Upayavira
Derek Hohls wrote: Upayavira I do appreciate the detailed explanation. It does help... up to a point. I assume that the PetStore example will be rewritten in future versions (I am still on 2.15) so it does not rely on this deprecated approach. In that case, I guess I will need to update

Re: Popups in Cocoon

2005-11-02 Thread Upayavira
Oleg Konovalov wrote: Upayavira, Let me get that straight: you are saying that all popups are a HTML/Javascript thing (so I should start and close them using Javascript), but for having multiple SQL queries, you suggest using aggregation (sitemap aggregation?) to use multiple SQL queries

Re: Popups in Cocoon

2005-11-01 Thread Upayavira
in popup ? (normally in that app the queries are in XML, usually 1 per screen) Use aggregation to join two or more XML SQL queries into one file? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: AW: Web Service Proxy Generator

2005-10-31 Thread Upayavira
, then I think it is an invitation for you to improve it yourself and give us a patch. Regards, Upayavira ...Does anybody knows if there is any possibility to make the Web Service Proxy Generator remember a session with an invoked system?.. The Set-Cookie: directive of the invoked Web-Service-Server

Re: Patch for WebServiceProxyGenerator

2005-10-31 Thread Upayavira
Merico Raffaele wrote: Hi Bertrand, hi Upayavira I will try to fix the problem. In the mean time I have painted a class diagram of the ServicableGenerator. But how do I patch? Do I have to a) correct org.apache.cocoon.generation.WebServiceProxyGenerator or b) extend

Re: fd:validationfd:javascript

2005-10-27 Thread Upayavira
of these if statements doesn't return anything, and will thus throw a RuntimeException at the end of the method. Is this correct? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Navigate to anchor in generated page?

2005-10-27 Thread Upayavira
. Make sense? Upayavira -Original Message- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 8:19 PM To: users@cocoon.apache.org Subject: RE: Navigate to anchor in generated page? From: Gary Larsen [EMAIL PROTECTED] Date: Wed, 26 Oct 2005 19:41:44 -0400

Re: How to send parameters to a URL via http?

2005-10-24 Thread Upayavira
/getpage?page={request-parameter:pageName}/ This will insert the 'pageName' request parameter into the URL from which you are collecting the source to be parsed by the generator. Regards, Upayavira On 10/24/05, *Chris Marasti-Georg* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Word

Re: Linking/including mutiple flowscript files

2005-10-14 Thread Upayavira
in appropriate places? load(path/to/flowscript.js); Same as you use at the top for loading form.js. Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Pipeline Question

2005-10-14 Thread Upayavira
is NOT of a special value? I want the fist pipeline beeing matched only if the first wildcard is NOT Print. Is this possible? How? Er, put the Print/*/*.* one first? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: overriding the base sitemap

2005-10-11 Thread Upayavira
Sylvain Wallez wrote: Upayavira wrote: Jason Dusek wrote: what is the 'right way' to override the base xslt and all the rest? i take it that simply rewriting the sitemap is not quite correct, since it gets overwritten on rebuild. where is the right place for user overrides to go? You

Re: overriding the base sitemap

2005-10-10 Thread Upayavira
-table.xml, and edit it as per the line above. Then you'll be able to edit your own sitemap as you require. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: functional testing a cforms/flow-application: problem with forced reload

2005-10-10 Thread Upayavira
Simplest thing is to remove the cron block, if you are not using it. It is that that contains the Quartz scheduler. Regards, Upayavira Nick Baumberger wrote: hi list I'm trying to implement functional testing of a cforms/flow-application using httpunit. I want to test after each change

Re: Is Flow suitable for high throughput apps?

2005-10-10 Thread Upayavira
for you? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CForms / Flow + database actions?

2005-10-07 Thread Upayavira
. You might be able to do that with processPipelineTo(). I believe there are some new ways being played with for database access in cforms. Using jdbi (I believe). Hopefully we'll hear more soon... Regards, Upayavira

Re: Cocoon won't build: could not find ant-launcher Java extension for this JVM???

2005-10-05 Thread Upayavira
it is trying to run the wrong version of Ant. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon and PDF/X

2005-09-30 Thread Upayavira
, you'd just need to write a PDFLibSerializer. Now, PDFLib seems to be a native application, not Java based. So, it depends also whether you want to be doing it in Java or not. Regards, Upayavira - To unsubscribe, e-mail

Re: Cocoon and PDF/X

2005-09-30 Thread Upayavira
[EMAIL PROTECTED] wrote: Zitat von Upayavira [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Hello, Cocoon world! Currently I am deciding wether to use Cocoon or the PDFLib to poduce PDF documentes over a web application. A very important question for me is the following: Can I produce PDF/X

Re: Forward to another Servlet from Cocoon

2005-09-28 Thread Upayavira
to a URI that is handled by your servlet instead. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Forward to another Servlet from Cocoon

2005-09-28 Thread Upayavira
map:read src=http://url-of-your-servlet/ That should do it. It should make Cocoon into a simple reverse-proxy. Regards, Upayavira Victor Batista wrote: Hi! Thanks for your reply. Unfortunately I need to Forward the request, not to redirect it. Can I somehow use the Container

Re: Using the output of a pipeline to call another pipeline?

2005-09-27 Thread Upayavira
image directly out of your db for you. Or am I missing something? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to *not* return a page

2005-09-27 Thread Upayavira
://cocoon.apache.org/2.1/userdocs/concepts/actions.html which seems a little rough round the edges)? Isn't there a flowscript action - allowing you to code an Action in javascript? Remember talk of it, just not whether or not it was implemented. Regards, Upayavira Thanks Derek [EMAIL

Re: [CFORMS] HTMLArea

2005-09-21 Thread Upayavira
, the Xinha fork of HTMLArea, at least from a licence perspective, makes better sense for integration into Cocoon. Regards, Upayavira Fabrizio Sitzia wrote: Just for info: I found out about HTMLArea being discontinued while looking for documentation about it on the net :-/ As I didn't feel

Re: Multi channel Publishing using Open Office and Cocoon

2005-09-21 Thread Upayavira
the sxw file. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [CFORMS] HTMLArea

2005-09-20 Thread Upayavira
for replacing HTMLArea with it. Although I have some concerns about 'code churn' within the project, and its complete lack of releases. Maybe something to take up with the project itself. Regards, Upayavira - To unsubscribe, e-mail

Re: AW: AW: AW: Antwort: Saving the Outputstream

2005-09-16 Thread Upayavira
Can't you just use the SourceWritingTransformer in your pipeline, and set the serializer that it should use? Should be possible without any java coding. Upayavira [EMAIL PROTECTED] wrote: Holger, so far I wrote the following code. Works pretty fine except that I get an empty file

Re: negate match

2005-09-10 Thread Upayavira
map:match pattern=y ... /map:match Isn't that enough for and and or? Upayavira David wrote: Lars Huttar wrote: David wrote: Tony Collen wrote: Tony Collen wrote: Hmm, it actually might not be all that easy. The RegexpURIMatcher uses the org.apache.regexp package. Details about the syntax

Re: negate match

2005-09-09 Thread Upayavira
I tend to achieve this with: map:match pattern=bob ... /map:match map:match pattern=* !-- everything else -- /map:match Don't know if that will work for you. Upayavira David wrote: I have been but it isn't working. Do you konw what the correct negation operator is? I know this works

Re: ProxyPass(Reverse)

2005-09-05 Thread Upayavira
. Set the cookie path to / and your problem will go away. Upayavira nobody ? On 05 Sep 2005, at 00:32, Yves Vindevogel wrote: No, it's not for the cookies. It's really for the session. You can see the working version on 1) http://212.221.24.70:8080/cocoon/reports.ecseed.com/test1

Re: ant echo problem in cocoon tutorial

2005-08-20 Thread Upayavira
[?xml version=1.0? ]] Make sure nothing comes before ?. Must be first char in file. Dunno if that would do it. But then, I'm not sure if I really understand what you're trying to do, as I don't know the tutorial you're talking about :-( Upayavira

Re: Single installation for Windows Linux on (Multi/)Dual-boot boxes?

2005-08-19 Thread Upayavira
and \n\r for Windows. If there is something that expects one but gets the other, it might break. The Cocoon tgz and zip distributions will have different line endings in their files. Apart from that, I personally can't see that you would have any problems. Regards, Upayavira

Re: SV: Antwort: SV: PDF Encryption and Cocoon

2005-08-19 Thread Upayavira
/xdocs/userdocs/serializers/pdf-serializer.xml? Regards, Upayavira -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 19. august 2005 15:06 Til: users@cocoon.apache.org Emne: Antwort: SV: PDF Encryption and Cocoon http://wiki.apache.org/cocoon

Re: problem with displaying a html file with js fuction call through pipeline

2005-08-18 Thread Upayavira
ShengJie Xia wrote: Hi, Upayavira I add the pipeline match on *.js, but it still can't sovle the problems. The following is the pipeline. ** pipeline map:pipeline map:match pattern=**.js map:read type=resource

Re: problem with displaying a html file with js fuction call through pipeline

2005-08-18 Thread Upayavira
can try downloading the js file directly in a browser. Keep trying until you get the JS file shown in your browser. It makes me upset. I'm sure you'll get there in the end! Regards, Upayavira On 8/18/05, Upayavira [EMAIL PROTECTED] wrote: ShengJie Xia wrote: Hi, Upayavira I add

Re: PDF Encryption and Cocoon

2005-08-18 Thread Upayavira
configuration file. Would this be the place that you configure those options? If you want to be able to produce some stuff that is -noprint and some stuff that isn't, just define two serializers, with different configs. Regards, Upayavira

Re: SourceFactory and Session

2005-08-18 Thread Upayavira
that its contextualize() method will be called. A long way around, but it will get you there. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SourceFactory and Session

2005-08-18 Thread Upayavira
using your source object? Upayavira On 8/18/05, Upayavira [EMAIL PROTECTED] wrote: Bryon Phinney wrote: configuration: Cocoon 2.1 I need to pass the current session or request to a custom SourceFactory . Is it possible to pass the session to the SourceFactory.getSource( ) method via

Re: problem with displaying a html file with js fuction call through pipeline

2005-08-17 Thread Upayavira
Have you got a pipeline match on *.js? Otherwise, the browser won't be able to find your javascript files. Regards, Upayavira ShengJie Xia wrote: Hi, I declare a java script file in the head section of html file and call its function in the body. I use the resource reader in the pipeline

Re: extra-classpath paranoid wacky fun

2005-08-15 Thread Upayavira
my classes and libraries with Cocoon's. Huh? Why? I do it all the time. When developing, compile your classes into WEB-INF/classes. On deployment, put them into a jar in WEB-INF/lib. What problem do you have with this? Regards, Upayavira A little research gave me three avenues of attack

Re: Debugging Cocoon Apps

2005-08-09 Thread Upayavira
, you'll be fine. Can you work with that? By the way, why are you using Eclipse 3.0.1? 3.1 is out, and is much more feature rich, and faster too. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: XSLT transformation

2005-08-05 Thread Upayavira
snip/ Conal Tuohy wrote: Upayavira wrote: Your transformer is passing something down the pipeline as null. This isn't tripping up the XML serializer, but is tripping up the xslt transformer. Go through each of the startElement, etc, calls within your transformer looking at the output. See

Re: XSLT transformation

2005-08-04 Thread Upayavira
entry to entry within your pipeline. Regards, Upayavira Antony Grinyer a écrit : Thanks for the idea Mark - I tried this and it just displays the XML? Seems it's stopping at the map:serialize type=xml/ and not moving onto map:transform type=xslt src=style/xsl/containerslist.xsl/? Thanks

Re: XSLT transformation

2005-08-04 Thread Upayavira
, but is tripping up the xslt transformer. Go through each of the startElement, etc, calls within your transformer looking at the output. See if you can see any nulls in there. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL

Re: XSLT transformation

2005-08-04 Thread Upayavira
for that here? Regards, Upayavira Antony Grinyer wrote: The stack trace returned is: ERROR (2005-08-04) 09:46.59:112 [sitemap.handled-errors] (/kde/listcontainers) PoolThread-4/ErrorHandlerHelper: Error executing pipeline. org.apache.cocoon.ProcessingException: Error executing pipeline

Re: XSLT transformation

2005-08-04 Thread Upayavira
with a more normal invocation of an XMLParser, e.g. XMLReader. Does that make a difference? Not necessarily how you would want to do it longterm, but might work for you for now. Upayavira - To unsubscribe, e-mail: [EMAIL

Re: Simple question

2005-08-02 Thread Upayavira
to play in the pipeline? There are a number of ways you can do it, but it depends upon what you're trying to do. Can you give us a bit more of your use case? Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Simple question

2005-08-02 Thread Upayavira
Antony Grinyer wrote: Hi Upayavira, Thanks for replying. I simply want to invoke a servlet which lists lots of debug information about our current environment (e.g. application context and DB related configs). It's just a starter to ensure all the expected environment parameters are correct

Re: Simple question

2005-08-02 Thread Upayavira
that is status page. Have you built Cocoon with samples included? Upayavira -Original Message- From: Ron Wheeler [mailto:[EMAIL PROTECTED] Sent: 02 August 2005 01:53 pm To: users@cocoon.apache.org Subject: Re: Simple question Is there an example in the samples that gets this type

Re: Library names not generated correctly in Eclipse

2005-07-28 Thread Upayavira
question - did I help at all? Regards, Upayavira Ron Wheeler wrote: How does build tell if it is being built for Jetty or Tomcat or does it matter. What has to be modified in local... The only thing that I have is a line to turn off the generation of te javadocs since there is a bug somewhere

Re: Multiple Cocoon instances in tomcat.

2005-07-27 Thread Upayavira
know exactly what those libraries do. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple Cocoon instances in tomcat.

2005-07-27 Thread Upayavira
Aurélien DEHAY wrote: Upayavira wrote: Aurélien DEHAY wrote: Hello. I am running 2 cocoon webapps in Tomcat. The libs are all in $TOMCAT_HOME/common/lib, so the WEB-INF/lib of each webapp is empty. There is a problem, I found in the log file of a webapp the activity (like cron block

Re: Disable logging of No pipeline matched request

2005-07-21 Thread Upayavira
sitemap, and change the stylesheet that is used. You have to do something with such an exception, just change what happens to something that suits you better. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Cocoon root application

2005-07-16 Thread Upayavira
to do that? In your root sitemap add a map:mount src=myfolder uri-prefix=/ node right at the beginning of your first map:pipeline. Notvery subtle, but should do it. Upayavira Martynas Jusevicius - To unsubscribe, e-mail

Re: Mysql connection error

2005-07-13 Thread Upayavira
it with Cocoon. Regards, Upayavira Derek Hohls wrote: I am struggling with getting a new server to communicate with a mySQL database on another machine. The database and queries work fine, when running on machine A, where the database is installed, as does the Cocoon application when running

Re: Mysql connection error

2005-07-13 Thread Upayavira
: grant all privileges on *.* to [EMAIL PROTECTED] idenitifed by 'passwd'; Then I repeated the command from win2k, and it let me in to chandra. Hope that makes sense. So, have you set permissions for the user on the remote machine to access your database? Regards, Upayavira Derek Hohls wrote

Re: [SOLVED] Re: Mysql connection error

2005-07-13 Thread Upayavira
:-) Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JXTemplate - Incrementing value of variable in a loop

2005-07-12 Thread Upayavira
} ??? /jx:forEach Is there a way to do this? Or a workaround? See http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html#forEach (esp begin, step, end attributes). Never used them, I assume they work. Upayavira - To unsubscribe, e

Re: Accessing cocoonbean from apache axis

2005-06-30 Thread Upayavira
karusala kiranbabu wrote: Hi , we r using the axis -1.2 ,cocoon-2.1.7,jboss-4.x on windows. we require some information regarding cocoonbean i.e how to call cocoonbean from the axis. Why do you want to do this? What are you trying to achieve? Regards, Upayavira

Re: compiling php

2005-06-30 Thread Upayavira
cocoon it compiles. The Cocoon PHP block never worked correctly, and should not really be used. If you need to retrieve data from a PHP page, just use HTTP, e.g: map:generate src=http://localhost/mypage.php/ Regards, Upayavira

Re: compiling php

2005-06-30 Thread Upayavira
Jorg Heymans wrote: Upayavira wrote: The Cocoon PHP block never worked correctly, and should not really be used. If you need to retrieve data from a PHP page, just use HTTP, e.g: So why not deprecate it in 2.1.8 and remove it in 2.1.9 ? We shouldn't be scared to remove broken cruft

Re: Accessing cocoonbean from apache axis

2005-06-30 Thread Upayavira
Berin Loritsch wrote: Upayavira wrote: karusala kiranbabu wrote: Hi , we r using the axis -1.2 ,cocoon-2.1.7,jboss-4.x on windows. we require some information regarding cocoonbean i.e how to call cocoonbean from the axis. Why do you want to do this? What are you trying to achieve

Re: sitemap translation to java

2005-06-25 Thread Upayavira
. In 2.1 it is interpreted. Interpreted seems to be as fast as the compiled one, and is easier to work with. Regards, Upayavira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TDD with Cocoon?

2005-06-23 Thread Upayavira
, an area for Cocoon's Wiki maybe on unit testing? Nah, a page on the new Cocoon docs (http://cocoon.zones.apache.org/daisy/). Then it'll be longer lasting. Maybe it could start as a wiki page, but something in Daisy would be much better. Regards, Upayavira

Re: Sitemap globals in XSLT?

2005-06-21 Thread Upayavira
get into hassles about where the filename is relative to, as here it is referenced as a string, not as a source. So, it really isn't that straightforward :-( Regards, Upayavira Hence, from Cocoon's perspective

Re: Sitemap globals in XSLT?

2005-06-21 Thread Upayavira
sense and nope, it isn't. I guess that is why include transformers are adviced over the document() function. Would using a non-caching pipe 'help' in this case? Yes, it would solve that problem, if potentially causing a performance problem at the same time. Upayavira

Re: Problem running three tomcats and not having a sticky session

2005-06-20 Thread Upayavira
to the session ID. That key is used by Apache to identify which server should handle subsequent session requests. I'm sure there's an equivalent setting on Tomcat. See: http://wiki.apache.org/cocoon/LoadBalancingWithModProxy Regards, Upayavira

  1   2   3   4   5   6   7   >