Re: [C3] Can i18n transformer use an internal pipeline as bundle?

2014-01-18 Thread Alberto Brosich
. I think I will do some changes to use the sql transformer to retrieve i18n data. After all i18n data is stored in a relational database. Regards Alberto On Fri, 2014-01-17 at 20:15 +0100, gelo1234 wrote: OK, 100 xslt params would be too complicated as xslt params. I have 2 more options

[C3] Can i18n transformer use an internal pipeline as bundle?

2014-01-17 Thread Alberto Brosich
:/translations_{jexl:cocoon.request.lang}.properties / The exception is: org.apache.cocoon.pipeline.SetupException: java.util.MissingResourceException: Can't find bundle for base name servlet:/translations, locale en What I doing wrong? Best regards Alberto

Re: [C3] Can i18n transformer use an internal pipeline as bundle?

2014-01-17 Thread Alberto Brosich
the sample sitemap I understood that service-consumer and servlet-service are used when you want to use a match as transformer or serializer. I understood wrong? Regards Alberto On Fri, 2014-01-17 at 11:32 +0100, gelo1234 wrote: Hello Alberto, One more thing is that any map:transform

Re: [C3] Can i18n transformer use an internal pipeline as bundle?

2014-01-17 Thread Alberto Brosich
to deal with cocoon: protocol. I'm a little bit disappointed about that. One of the best thing of cocoon is its dynamic nature. Is there any workaround? Or can any cocoon developer give some suggest to help me to write a patch? Best regards Alberto On Fri, 2014-01-17 at 13:40 +0100, gelo1234

Re: [C3] Can i18n transformer use an internal pipeline as bundle?

2014-01-17 Thread Alberto Brosich
=sql:key_value//xsl:text xsl:text=/xsl:text xsl:textxsl:value-of select=sql:value//xsl:text /xsl:template Alberto On Fri, 2014-01-17 at 15:30 +0100, gelo1234 wrote: Can you show here your full original Cocoon pipeline ? Do you store property files content or property filenames inside db

Re: [C3] Can i18n transformer use an internal pipeline as bundle?

2014-01-17 Thread Alberto Brosich
={jexl:cocoon.request.lang} / map:parameter name=bundle value=COB-INF/files/translations / /map:transform map:transform src=stylesheets/homepage2html.xsl/ etc... Greetings, Greg 2014/1/17 Alberto Brosich abros...@ogs.trieste.it Yes, it's really simple. The source

Missing packages

2013-01-16 Thread Alberto Brosich
maven repository with a complete set of cocoon 2.2 packages? Best regards Alberto - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: Forms and maps

2012-04-17 Thread Alberto
problem and has a future more outlined. Ciao Alberto cheers, mika 13.4.2012 20:03, Alberto kirjoitti: Hi, I'm using cocoon 2.1.12-dev and I'm facing how to include a map in cocoon forms. I have to do simple things from flowscript: load a kml url and receive the coordinates of an area

Forms and maps

2012-04-13 Thread Alberto
is working? I have to write a new widget following the document http://wiki.apache.org/cocoon/CocoonFormsCreatingWidgets? Any suggest is welcome Best regards Alberto - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org

How can I create a new browser window from flowscript?

2010-05-11 Thread Alberto Brosich
tests with PopupWindow.js lib but it gives errors. thanks in advance Alberto - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: How can I create a new browser window from flowscript?

2010-05-11 Thread Alberto Brosich
, Alberto Brosich wrote: Hi, I have to create a new window (tab or popup, it's the same) where to put results after the user submits a form (builded with cform and controlled by a flowscript). The result is a page generated with a pipeline that I call now with cocoon.sendPage(). How can I achieve

Re: How to obtain a java.sql.Connection object in a flowscript?

2008-09-13 Thread Alberto Brosich
Tony Edwards wrote: Hi Alberto, I'm not too sure about PreparedStatements in Oracle, but I connect to a database using jdbc from flow like this: function getConnection(){ //I obtain these values from an xml file var dbUrl = jdbc:oracle:thin:@servername:1521:dbname; var dbUSerName

How to obtain a java.sql.Connection object in a flowscript?

2008-09-10 Thread Alberto Brosich
suggest? Alberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Strange problem with 2.1.11, tomcat and saxon

2008-02-11 Thread Alberto Brosich
-processor-role /map:transformer Any suggest? Alberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

authfw auth-logout action delete session contexts

2007-10-31 Thread Alberto Brosich
the session contexts. Is it true? Any suggest? Alberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: authfw auth-logout action delete session contexts

2007-10-31 Thread Alberto Brosich
Carsten Ziegeler wrote: Alberto Brosich wrote: I'm fighting with session contexts. I write a new session context (named exceptions) in a flowscript. If I call a pipeline that contains an auth-logout action that context is deleted. As sample: map:match pattern=do-logout

Exception handling doesn't work

2007-10-29 Thread Alberto Brosich
or org.apache.cocoon.components.flow.InvalidContinuationException. Thanks in advance Alberto P.S. Cocoon 2.1.11-dev Debian lenny Java 1.6.0 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Process multiple XML files

2007-10-26 Thread Alberto Brosich
memory you use. You have to use a different approach, like STX, for example. http://stx.sourceforge.net/ http://en.wikipedia.org/wiki/Streaming_Transformations_for_XML Take a look if you can reach the same goal. Cocoon has an stx transformer (based on joost). Take a look in the block samples. Alberto

How to write a session with writeDOMsession transformer and access it?

2007-10-19 Thread Alberto Brosich
didn't find any useful sample. 2) when I'll be able to write a session, how can I access its content from the sitemap? With session input modules? Thanks in advance Alberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

SOAP logicsheet places XML result as text

2007-09-26 Thread Alberto Brosich
; as ) so I cannot handle it as XML in the pipeline. What's wrong? My request, the web service? Thanks in advance Alberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jxtemplate doesn't read pipeline parameters

2007-09-05 Thread Alberto Brosich
/JXTemplateGenerator?highlight=(jx)). Accessing other cocoon objects (cocoon.request, for example) works right. No useful information in the logs. Cocoon version 2.1.10 on debian 4.0 with jdk 1.5.0_11. Where is the mistake? Thanks in advance Alberto Brosich

Re: jxtemplate doesn't read pipeline parameters

2007-09-05 Thread Alberto Brosich
Jeroen Reijn wrote: Hi Alberto, I'm not sure this is the case, but around 2.1.10 the jx template generator was replaced with a new version. Try using newjx as the name of your jxtemplate generator. Let me know if that sorts it out. Yes! It works! Thanks Alberto Kind regards, Jeroen

Importing a javascript file in cform

2007-06-12 Thread Alberto Brosich
solution without change cform stylesheets (solution I don't like). Thank's in advance Alberto Brosich - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Importing a javascript file in cform

2007-06-12 Thread Alberto Brosich
Dev at weitling wrote: Hi Alberto, I think it's tiem to ask the question: Should this javascript run client- or server-side? Client-side. I have to use the function in the fd:on-value-changed tag of some widgets. Alberto Bye, Florian Alberto Brosich wrote: I need a javascript

Re: Importing a javascript file in cform

2007-06-12 Thread Alberto Brosich
Dev at weitling wrote: Alberto Brosich wrote: I think it's tiem to ask the question: Should this javascript run client- or server-side? Client-side. I have to use the function in the fd:on-value-changed tag of some widgets. Then - afaik - it's server-side

Re: Sendmail action: body message using src parameter

2007-05-16 Thread Rui Alberto
= new Body(url, type, true); } } Hope this helps (Boa Sorte) Diogo Matos On 5/15/07, Rui Alberto [EMAIL PROTECTED] wrote: Hi, I'm trying to send an email using Sendmail action. Everything works fine if body message is set using parameter body

Sendmail action: body message using src parameter

2007-05-15 Thread Rui Alberto
Hi, I'm trying to send an email using Sendmail action. Everything works fine if body message is set using parameter body. If body message is set as an URL specifying the source of the text body of the email (using src parameter), the message is not sent. I'm using cocoon-2.1.10. I also replaced

upload widget hangs a form in IE6

2006-12-29 Thread Alberto Brosich
the form a dialog shows the message No response data found. In cocoon 2.1.9 works all fine and in firefox too (2.1.9 and 2.1.10). The upload sample in cform cocoon samples works fine too. Any suggest? Thanks in advance Alberto

Accessing an applet from flow

2006-12-05 Thread Alberto Brosich
page from flowscript or from an event handler of the submit widget. I do not found any useful example in mailing-list archive or googling around. Any suggest? Thanks Alberto Brosich P.S. cocoon 2.1.9 - To unsubscribe, e

Re: Date validation in cforms

2006-11-21 Thread Alberto Brosich
Arthur Bogaart wrote: Hi Alberto, In order to call the constructor of the Date class you'll have to prepend the attribute statements with the new keyword. fd:range min=new Date() max=new Date(2021,12,31) / Doing this validation of the form return the following message any date I set

RE: Pruning unauthorized document content

2006-11-03 Thread Rui Alberto
Hi Ard, Thanks for the detailed reply - much appreciated! Very helpful. Rui On Thu, 2006-11-02 at 19:24 +0100, Ard Schrijvers wrote: Hi Ard, thanks for your quick reply! I want to remove/replace the link, just like you said in your first paragraph. Using your example suppose we have:

Pruning unauthorized document content

2006-11-02 Thread Rui Alberto
Hi all, I want my application to remove all the parts of a document that a given user shouldn't see. Another useful functionality wold be: Suppose a web application that has three links (modules). The user shouldn't be able to see links that he doesn't have permission to follow. So, instead of

RE: Pruning unauthorized document content

2006-11-02 Thread Rui Alberto
Hi Ard, thanks for your quick reply! I want to remove/replace the link, just like you said in your first paragraph. Using your example suppose we have: div ... span...click/span a href=link id=access_module_Xhere/a /div The document is passed into the transformer. The transformer checks if

xslt transformer doesn't find the value of attributes

2006-09-01 Thread Alberto Brosich
the mistake? Thanks in advance Alberto Cocoon 2.1.9 Sun JDK 1.5.0_4 Debian sarge - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xslt transformer doesn't find the value of attributes

2006-09-01 Thread Alberto Brosich
Bertrand Delacretaz wrote: On 9/1/06, Alberto Brosich [EMAIL PROTECTED] wrote: xsl:template match=rfc:include xsl:element name=pxsl:value-of select=@name//xsl:element ...xsl:value-of retrieves no value and so on in the other templates. Did you try with @rfc:name, in case the attribute

Re: xslt transformer doesn't find the value of attributes

2006-09-01 Thread Alberto Brosich
Bertrand Delacretaz wrote: On 9/1/06, Alberto Brosich [EMAIL PROTECTED] wrote: ..Here is the mistake... But you said it worked with xalan at the command-line? If yes, can you indicate with which version of Xalan it works? Might be an interesting bug. Yes, it works. dpkg returns: ii

Converting string to array in jxtemplategenerator

2006-08-31 Thread Alberto Brosich
=${java.util.StringTokenizer('name,lastname',',')} varStatus=status rfc:row id=${status.count} rfc:field name=FIELDNAME${field}/rfc:field /rfc:row /jx:forEach Both doesn't work; field variable has never a value. What's wrong? Is there another way? Alberto

Re: Converting string to array in jxtemplategenerator

2006-08-31 Thread Alberto Brosich
Ard Schrijvers wrote: Hello Alberto, I need to convert a string (words delimited with commas) in something that jx:forEach can iterates. I found a nice example in documentation (http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html). jx:macro name=forTokens jx:parameter name=var

RE: JXTemplateGenerator caching

2006-07-24 Thread Rui Alberto
Hi Ard... Could you please send me the extended jx generator! Thanks a lot... Rui On Fri, 2006-07-21 at 17:23 +0100, Rui Alberto wrote: Hello Ard, the behavior you mentioned is exactly what I need. I will be very thankful if you could send me the extended jx generator. Rui On Fri, 2006

JXTemplateGenerator caching

2006-07-21 Thread Rui Alberto
Hi, I'm trying to cache a document generated by JXTemplateGenerator. After reading some threads about making JXTemplateGenerator cacheable, I've tried: selectElemType elemTypeKey=${cocoon.request.elemTypeKey} xmlns:jx=http://apache.org/cocoon/templates/jx/1.0; jx:cache-key=testing key

RE: JXTemplateGenerator caching

2006-07-21 Thread Rui Alberto
Hello Ard, the behavior you mentioned is exactly what I need. I will be very thankful if you could send me the extended jx generator. Rui On Fri, 2006-07-21 at 17:55 +0200, Ard Schrijvers wrote: Hello Rui, It does not work for me the way you are doing it: I don't even get the date. Think

Re: I18n translation i18n:expr

2006-07-18 Thread Rui Alberto
Hi Simone! Could you please post your patch here, so I can test it. Thanks in advance. Rui On Mon, 2006-07-17 at 11:00 +0200, Simone Gianni wrote: Hi Ard, could you be a bit more specific? For 2.1.6 I had to patch the i18n transformer myself to have this kind of functionality, has it been

Re: I18n translation i18n:expr

2006-07-17 Thread Rui Alberto
Simone, I've tried this functionality using cocoon 2.1.7 and cocoon 2.1.9, but it's not working! Thanks, Rui On Mon, 2006-07-17 at 11:00 +0200, Simone Gianni wrote: Hi Ard, could you be a bit more specific? For 2.1.6 I had to patch the i18n transformer myself to have this kind of

I18n translation i18n:expr

2006-07-14 Thread Rui Alberto
Hi. I need to translate part of attribute value. I'm trying: --- XSL part - td i18n:translate i18n:texta href=javascript:editThreshold('{$thSKey}','{{0}}');{1}/a /i18n:text i18n:parameditar/i18n:param i18n:paramremover/i18n:param /i18n:translate /td -- Does

Re: the first call of on-value-changed retrieve wrong value in cforms

2006-06-15 Thread Alberto Brosich
My big mistake. My apologies. Alberto Alberto Brosich wrote: I'm using cocoon 2.1.9 on jetty, debian linux etch, jdk 1.5. I have a form with a field (type string) with a selection list. The list fills correctly and html source contains correct values. The field contains an fd:on-value

the first call of on-value-changed retrieve wrong value in cforms

2006-06-14 Thread Alberto Brosich
be a 4 character sequence (numbers and letters). The following times (after an on-value-changed on another field, for example) the value is correctly retrieved. Any suggest? Alberto Brosich - To unsubscribe, e-mail: [EMAIL

i18n escape { and } characters

2005-11-21 Thread Rui Alberto L. Goncalves
Hi all, does anyone know how to declare a message in a i18n dictionary containing characters { and/or } ? There must be a way to escape this characters. ex: message key=testHello { and }/message is translated to: Hello and { and } are simply ignored. Any idea? Thanks for any help. Rui

Re: LDAP over SSL

2005-09-05 Thread Alberto Brosich
+cocoon+ldapshl=de and there is no real answer to this. So, is it possible (i.e. with ldaps://-url)? Or would i have to patch the LDAPTransformer? ldaps:// works with port 636 but you must import certificate of the ldap server you want to connect to (with keytool java utility). Alberto

Re: LDAP over SSL

2005-09-05 Thread Alberto Brosich
On Mon, 2005-09-05 at 16:26 +0200, Christoph Hermann wrote: Alberto Brosich schrieb: Hello, So, is it possible (i.e. with ldaps://-url)? Or would i have to patch the LDAPTransformer? ldaps:// works with port 636 but you must import certificate of the ldap server you want to connect

Re: zip serializer gives zero lenght output with large file

2005-08-22 Thread Alberto Brosich
Another bit of info. With jrockit 5.0 works all fine. All test I did was on sun jm. First I noted it works on jrockit 5.0 on Itanium (the only jvm 1.5 I found for itanium). Then I tried on i386 and it works. Of course I don't know why! :-) Best regards Alberto On Wed, 2005-07-20 at 15:23

zip serializer gives zero lenght output with large file

2005-07-20 Thread Alberto Brosich
Alberto Brosich Follow two slices of sitemap ... map:match pattern=data.zip map:generate src=resources/extract_params_zip.xml/ map:serialize type=zip/ ... map:pipeline type=noncaching map:parameter name=outputBufferSize value=8192/ map:match pattern=data-parameters

Re: zip serializer gives zero lenght output with large file

2005-07-20 Thread Rui Alberto
Hi, try moving map:match pattern=data.zip ... into a noncaching pipeline type. HTH. Rui On Wed, 2005-07-20 at 12:58 +0200, Alberto Brosich wrote: I have some problems with zip serializer. I use cocoon 2.1.7, tomcat 5.5.9, jdk 1.5.0_04-b05 With small files (1-10 MByte) works all fine

Re: zip serializer gives zero lenght output with large file

2005-07-20 Thread Alberto Brosich
On Wed, 2005-07-20 at 12:28 +0100, Rui Alberto wrote: Hi, try moving map:match pattern=data.zip ... into a noncaching pipeline type. No changes. I tried with some values of outputBufferSize between 1024 and 65000. The behaviour remains the same. How can i do some debugging? Alberto HTH

Re: zip serializer gives zero lenght output with large file

2005-07-20 Thread Rui Alberto
Hi Alberto, I've tested and the problem occurred as you described. If the @src (element entry) attribute refers a file in the file system, there's no problem, but when using cocoon protocol, working with a large amount of data the resulting zip file has 0 bytes!! I've tried using: zip:archive

connection pool fail over

2005-06-29 Thread Rui Alberto
Hi, I have three replicated databases and a connection pool to each database instance. The network to database instances is a little unstable, so I want to check at least one connection in the pool before passing pool identifier to SQLTransformer. If connection is broken, I wanna try next other

i18n euro symbol location

2005-06-16 Thread Rui Alberto
Hi, Is that possible switch euro symbol from the right side of the value to the left?! Ex: formating 3 euros using i18n returns 3, but I need to present the amount in the format 3! I've created a test class using java.lang.NumberFormat to format a value, and in fact the returned formated value

Re: i18n euro symbol location

2005-06-16 Thread Rui Alberto
Yes, You are right... Thanks for the help. Rui On Thu, 2005-06-16 at 18:21 +0200, Reinhard Poetz wrote: Rui Alberto wrote: Hi, Is that possible switch euro symbol from the right side of the value to the left?! Ex: formating 3 euros using i18n returns 3, but I need to present

JX template syntax

2005-06-13 Thread Rui Alberto
Hi all, this is probably a basic question, but I can't find out how to solve my problem. Is that possible do something like : jx:set var=xxx value=${Packages.java.util.Date}/ input name=teste type=hidden value=#{$xxx.getTime()} Thanks to all for any help, Rui

string length jx template generator

2005-06-08 Thread Rui Alberto
Hi all, this is a basic question, but I've no experience with jx syntax. Is that possible verify a string length using jx template generator? Somethig like jx:if test=length(request.param) lt; 5 Thanks to all Rui - To

Re: jx template generator request parameter encoding

2005-06-07 Thread Rui Alberto
Yes, using ${request.getParameter('teste')} instead of ${request.teste} makes the diference. Thanks Reinhard for the help. Rui On Tue, 2005-06-07 at 09:17 +0200, Geert Josten wrote: Have you tried cocoon.request.getParameter('test') instead of cocoon.request.test? I don't think

jx template generator request parameter encoding

2005-06-06 Thread Rui Alberto
Hi all, I'm having problems when using jx template generator to fetch parameters from request object when the attribute value as special characters! If the request parameter test has a value like ol, the fetched value using ${request.test} becomes ol... When using request generator the correct

dates using JXTemplateGenerator

2005-05-26 Thread Rui Alberto
Hi all, I need to produce currentDate and currentDate - 90 days in a JXTemplate. Is that possible doing somethig like this: jx:out value=${java.util.Date()} format=-mm-dd/ I've tried the previous syntax and many others, but I cannot figure out how to produce the desired dates using an

Accessing session attribute using JXTransformer

2005-05-16 Thread Rui Alberto
Hi all, I've stored an attribute in session using writeDOMSession transformer. Is that possible using JX transformer? Something like ${session.getAttribute(xmlData)/some/xpath} ? Thanks for any help, Rui - To unsubscribe,

HSSFSerializer euro symbol encoding

2005-05-11 Thread Rui Alberto
Hi all, I'm trying to produce excel files using HSSFSerializer, but I'm facing a problem when trying to format a StyleRegion with a currency format: ex: StyleRegion ... Format=0.00 [$-1] The HSSFSerializer is producing a wired character in place of euro symbol!! Does anyone has any idea how to

CIncludeTransformer and ignorableWhitespace

2005-05-11 Thread Rui Alberto
Hi again :) I need to include some external content in a XML document. I've tried using XIncludeTransformer and CIncludeTransformer. Whith XIncludeTransformer things are working ok, but CIncludeTransformer seems to be the right choice in my situation. The problem is that CIncludeTransformer is

Ref cursor out parameter :: SQLTransformer

2005-05-11 Thread Rui Alberto
Definitely today is not my day :) When trying to register an out parameter in SQLTransformer of type oracle.jdbc.driver.OracleTypes.CURSOR, an SQLException is thrown. Failed to execute pipeline.: java.sql.SQLException: Ref cursor is invalid (This happens while SQLTransfomer is executing: Object

SQLTansformer: Call stored procedure with DATE type as input

2005-05-02 Thread Rui Alberto
Hi all, is that possible execute a stored procedure using SQLTransformer that as input parameters type DATE. ex: ... sql:in-parameter sql:nr=2 sql:value=??? sql:type=java.sql.Types.DATE/ How can this be accomplished? Thanks for any help. Rui

Cluster-aware web application with cocoon

2005-03-22 Thread Rui Alberto
Hi all, I'm about to start developing a web application using Cocoon. The web application should be able to run in a cluster with load-balancing and failover. I think that having load-balancing is not a problem, since each cliente will always be served by the same instance, unless that instance

problem downloading large text files

2004-12-21 Thread Rui Alberto L.
Hi all, I'm having troubles trying to serve large text files. When the file size grows up to 20Mb the downloaded has 0 bytes! I cannot find any error message in cocoon or tomcat log files! The file that I'm trying to download is in the correct location and has the right permissions. Putting a

Socket reader. Reading large amount of data

2004-11-23 Thread Rui Alberto L.
Hi all, I have a reader that writes some content into a socket and then reads back the socket response and writes it in an OutputStream... Everything works fine while the data read from the socket remains bellow 3Mb; when it needs to read more then a few Mb (10Mb), after a few minutes a response

Re: How do I render a in JavaScript?

2004-09-30 Thread Rui Alberto L.
://www.tiscali.co.uk/products/broadbandhome/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao

Re: How to include a string as xml into JXTemplate?

2004-09-30 Thread Rui Alberto L.
? Thank you a lot. Regards Stephan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao

Re: Maybe of topic... about Forrest

2004-09-29 Thread Rui Alberto L.
post some newbie questions about Forrest ? Thank you. Sorry for the inconvenience... jmf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rui Alberto L. Gonalves

Re: Fedora Install Errors

2004-09-24 Thread Rui Alberto L.
would rather not have to build on Windows and deploy to Linux since I am trying to move away from Windows. Thanks, Norman -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Unwanted white spaces in xsl:attribute

2004-09-16 Thread Rui Alberto L.
put it in a CDATA tag ![CDATA[]] without enters just as one single long line -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cforms and flow examples

2004-09-07 Thread Rui Alberto L.
documentation/examples about this topics that illustrate a similar problem? Thanks to all for any help, Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Writing files with cocoon

2004-09-03 Thread Rui Alberto L.
: 02 23 48 54 58 fax : 02 23 48 54 50 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao

SendMailTransformer session issue

2004-08-03 Thread Rui Alberto L.
to this problem? Thanks for any help. Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

request attribute / xml

2004-08-02 Thread Rui Alberto L.
, opinion, suggestion, etc... Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: request attribute / xml

2004-08-02 Thread Rui Alberto L.
Thanks a lot!! That's it what a really need!! Rui On Mon, 2004-08-02 at 11:57, [EMAIL PROTECTED] wrote: take a look at this sample http://localhost:/samples/stream/uploadstring -- stavros On Mon, 2 Aug 2004, Rui Alberto L. [ISO-8859-1] Gonalves wrote: Hi all, I have

changing request attributes in map:part

2004-07-30 Thread Rui Alberto L.
-- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

regexp matcher

2004-07-22 Thread Rui Alberto L.
the first regexp (*1)!!! What's wrong with this regular expressions? Any idea? Thanks for your help! Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: regexp matcher

2004-07-22 Thread Rui Alberto L.
=HM_Arrays-((\/\w+)+)-(\d+)-(\w+)-(\w+) type=regexp This is what I want, but not what I expected after looking cocoon log files. Does someone could explain what's wrong here? Thanks to all. Rui Ps - Sorry for the previous confusing post. On Thu, 2004-07-22 at 11:03, Rui Alberto L. Gonalves wrote

RequestAttributeSelector not finding parameter!

2004-07-22 Thread Rui Alberto L.
, but the fist test never passes!! I checked the sitemap.log and I'm seeing the message: sitemap.log RequestAttributeSelector: Request attribute 'status' not set -- failing. Why this is happening if the core.log shows: PARAM: 'status' VALUES: '[navigate]' Thanks for any help! Rui -- Rui Alberto

updating documents problems - eXist and cocoon

2004-07-13 Thread Rui Alberto L.
? Thanks to all. Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xindice1.1b4 + cocoon-2.1.5 lost collections

2004-07-09 Thread Rui Alberto L.
is not possible using XQuery (XQueryGenerator) or XMLDBTransformer (the one provided by eXist) right? Thanks to all. Rui On Thu, 2004-07-01 at 10:47, Christian Mayrhuber wrote: On Thursday 01 July 2004 10:03, Upayavira wrote: Rui Alberto L. Gonalves wrote: Hi all, I'm trying to use xmldb cocoon

xindice1.1b4 + cocoon-2.1.5 lost collections

2004-06-30 Thread Rui Alberto L.
list and I found some posts related to this problem, but none of them helps to solve the problem. Does anyone had a similar problem using xindice embed with cocoon? Many thanks. Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao

replacing query string parameters in a document

2004-06-25 Thread Rui Alberto L.
]/email ... /user I know that can be achieved using a stylesheet... does someone knows or would like to suggest a better approach? Thanks .. Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e

RE: XMLDBTransformer updates problem!

2004-06-24 Thread Rui Alberto L.
used by xupdate. Bertrand Massoud. -Message d'origine- De : Rui Alberto L. Gonalves [mailto:[EMAIL PROTECTED] Envoy : mercredi 23 juin 2004 16:59 : [EMAIL PROTECTED] Objet : XMLDBTransformer updates problem! Hi, sorry if this is a simple question, but I'm starting using

XMLDBTransformer updates problem!

2004-06-23 Thread Rui Alberto L.
: x:query oid=myresource type=update result=failureFailed to update resource somedata: 1/x:query Trying to perform different updates results in the same error! I'm sending in attach the exception stack trace. Thanks for any help... I can't figure out what's wrong!! Rui -- Rui Alberto L. Gonalves

Re: XMLDBTransformer updates problem!

2004-06-23 Thread Rui Alberto L.
/block-user.xml/ map:transform type=xmldb/ map:serialize type=xml/ /map:match Thanks again... Rui On Wed, 2004-06-23 at 17:27, Robert wrote: Rui Alberto L. Gonalves wrote: Hi, sorry if this is a simple question, but I'm starting using this... What I'm trying to do is update

ResourceReader large files

2004-06-22 Thread Rui Alberto L.
after a few minutes, but the downloaded file as 0 bytes Any idea?? Thanks for any help... Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: sql:block

2004-06-09 Thread Rui Alberto L.
; xmlns:sql=http://apache.org/cocoon/SQL/2.0; version=1.0 Hope this helps. Rui - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rui Alberto L. Gonalves

Re: cocoon install

2004-06-09 Thread Rui Alberto L.
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao

Re: Action Pooling

2004-06-08 Thread Rui Alberto L.
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED

Trouble with XML:DB

2004-06-07 Thread Rui Alberto L.
? am I missing something? Thanks a lot for any help! Rui Alberto -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Trouble with XML:DB

2004-06-07 Thread Rui Alberto L.
Sorry, I'm using cocoon 2.1.5 On Mon, 2004-06-07 at 12:44, Rui Alberto L. Gonalves wrote: Hi all, I'm trying to use XML:DB in an application of mine! While trying the examples the following error is thrown: org.apache.xindice.util.XindiceRuntimeException: Unable to parse default database

XML:DB pseudo-protocol documentation!

2004-06-07 Thread Rui Alberto L.
Hi all, does anyone know where to find some documentation about XML:DB pseudo-protocol? I Can't find it! Thanks. Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED

writing reader problem

2004-02-10 Thread Rui Alberto L.
not setting up the response header?! I can't predict the response size. Thanks for any help... Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

read from socket and serialize

2004-02-09 Thread Rui Alberto L.
/map:serialize Any suggestions? Many thanks... Rui -- Rui Alberto L. Gonalves [EMAIL PROTECTED] PT Inovao - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >