Cocoon 2.1 CVS and Java 1.4.2

2003-07-01 Thread Antonio Gallardo
Hi: Just reporting that Cocoon 2.1 CVS run using Sun Java 1.4.2. My config: Red Hat Linux 9 Java 1.4.2 Tomcat 4.1.24 Cocoon 2.1 CVS Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: using xsp

2003-06-17 Thread Antonio Gallardo
, for esample if you wish to see the result, add something like: p xsp:exprmsg/xsp:expr /p Also FYI, instead of write your own valitation, check the FormValidator Action. A very nice source of info is http://wiki.cocoondev.org/ Best Regards, Antonio Gallardo

Re: session:getxml from an XSP page

2003-06-12 Thread Antonio Gallardo
The tag is not part of the Cocoon distribution. See error 13070 in bugzilla. Antonio Gallardo. Is it possible (and how) to set session:getxml context=request path=/parameter/role/ into a variable in XSP? I tried String role = session:getxml context=request path=/parameter/role/; But cocoon

RE: session:getxml from an XSP page

2003-06-12 Thread Antonio Gallardo
=/authentication/data/nombre_completo/ If you are interested in it, let me know and I can send you the lastest code that work with current CVS. Best Regards, Antonio Gallardo. -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:58 PM To: [EMAIL

Re: AW: session:getxml from an XSP page

2003-06-12 Thread Antonio Gallardo
Markus Heussen dijo: Did you try String role = session:getxml context=request path=/parameter/role/.toString(); ? I dont believe this can work. :( But you can try! :) Best Regards, Antonio Gallardo -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: session:getxml from an XSP page

2003-06-12 Thread Antonio Gallardo
for this tag again. Sorry. I hope it would really help. Best Regards, Antonio Gallardo I get the error : The prefix xsp-session for element xsp-session:getxml is not bound I have a real problem! Because we have two applications with cocoon. I developped in XSP and the other with XML-Forms. He

Re: Alias in database descriptor file

2003-06-11 Thread Antonio Gallardo
. :( Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod-db - Updating multiple rows

2003-06-09 Thread Antonio Gallardo
this stuff. Best Regards, Antonio Gallardo. Amelie Cordier dijo: Hi again Christian Haul dijo: One thing is impossible, though: update may not affect key columns. This has been requested by Antonio but he didn't come up with a patch so far ;-) Yes, I read that on the mailing list

Re: cocoon2.1 causing ungraceful shutdown on Tomcat4.1.18 ?

2003-06-09 Thread Antonio Gallardo
am not a guru to tell if this is the same error. Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod-db - Updating multiple rows

2003-06-08 Thread Antonio Gallardo
Hi: We had the same problem. Create and alias for your table and put the variable keys element not into keys tag, but as values. It must work. We have some tables with 5 keys fields and it works. Antonio Gallardo

Re: mod-db - Updating multiple rows

2003-06-08 Thread Antonio Gallardo
Amelie Cordier dijo: Hi Antonio, Thanks for your quick response :) I've tried your solution but it doesn't work :( Do I really need to use the sets too? Yes, of course. Antonio Gallardo. Hi: We had the same problem. Create and alias for your table and put the variable keys element

Re: mod-db - Updating multiple rows

2003-06-08 Thread Antonio Gallardo
/Wiki.jsp?page=XSPAction Best Regards, Antonio Gallardo. For example to delete all the records from a table we did it. Please note we define the alias just with the fields we are interested in. If a field is not interesting in a given action just dont write it. The same apply to the keys. table name

Please take care a virus is near of us!

2003-06-06 Thread Antonio Gallardo
extension. Be aware! Best Regards, Antonio Gallardo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-05 Thread Antonio Gallardo
then I dont know is there is the same problem. Antonio. Joerg Antonio Gallardo wrote: Joerg Heinicke dijo: Antonio Gallardo wrote: Joerg Heinicke dijo: I upgraded Xalan to 2.5.1 and Xerces to 2.4.0 in the Cocoon 2.0 CVS, so they should be in the next Cocoon 2.0.x release - I guess the 5 comes

Re: [HELP]Exception in ServerPagesGenerator.generate()

2003-06-04 Thread Antonio Gallardo
you need to put your Oracle jar library inside cocoon. Concretly at: WEB-INF/lib More info at: http://wiki.cocoondev.org/Wiki.jsp?page=DatabaseConnectionOverview http://wiki.cocoondev.org/Wiki.jsp?page=Oracle Best Regards, Antonio Gallardo

Re: clear cache problems

2003-06-04 Thread Antonio Gallardo
Hi: I saw this problem always in Explorer. Sometimes explorer is too smart that prefer to not download the page. Instead it gets it from the local disk cache. I recommend you to change options of how IE manages the cache. Best Regards, Antonio Gallardo. Hello, I have problems with the cache

Re: clear cache problems

2003-06-04 Thread Antonio Gallardo
Bertrand Delacretaz dijo: The best thing if you're not sure about the browser's cache is to test without a browser - use wget or telnet to make requests and check the results. hi: Good advise. I use Mozilla instead! ;) Antonio Gallardo

RE: clear cache problems

2003-06-04 Thread Antonio Gallardo
. Antonio Gallardo. -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 11:29 AM To: [EMAIL PROTECTED] Subject: RE: clear cache problems What versions are you using? Antonio Gallardo no, because if I take Opera and load any page

Re: recommed upgrading to Xalan 2.5 when using document() regularly

2003-06-04 Thread Antonio Gallardo
Joerg Heinicke dijo: Hello Bruce, I upgraded Xalan to 2.5.1 and Xerces to 2.4.0 in the Cocoon 2.0 CVS, so they should be in the next Cocoon 2.0.x release - I guess the 5 comes after the 4 ;-) Cool! I think we can close the bug related to document() function! Antonio Gallardo

Re: NullPointerException with action-sets

2003-06-03 Thread Antonio Gallardo
Hi: This is an old know bug, please check it at: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835 Best Regards, Antonio Gallardo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

J2SDK 1.4.1_03 avaliable!

2003-06-03 Thread Antonio Gallardo
Hi: The Sun j2SDk 1.4.1_03 is already avaliable to download. See: http://java.sun.com/j2se/1.4.1/download.html Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: J2SDK 1.4.1_03 avaliable!

2003-06-03 Thread Antonio Gallardo
Hi: Cocoon compiled and working on the new Sun j2SDk 1.4.1_03! My config is: Red Hat Linux 9 Java Sun J2SDK 1.4.1_03 Tomcat 4.1.24 Cocoon CVS 2.1M3 (downloaded 10 minuts ago.) Antonio Gallardo. Antonio Gallardo dijo: Hi: The Sun j2SDk 1.4.1_03 is already avaliable to download. See: http

Hello Open Office samples

2003-06-02 Thread Antonio Gallardo
Hi: This Hello Office documents samples are great! I think we can change the name to: Hello OpenOffice.org Best Regards, Antonio Gallardo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Again: quot;forgottenquot; namespaces problem

2003-06-02 Thread Antonio Gallardo
Hi: Check: http://wiki.cocoondev.org/Wiki.jsp?page=RemoveNamespaces Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to save a session context?

2003-06-02 Thread Antonio Gallardo
Hi: There is no current built-in solution to your question in Cocoon. But you can customize the session or authentication Manager to your needs. Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED

An IDIOT on WiKi!

2003-05-30 Thread Antonio Gallardo
Please check this page: http://wiki.cocoondev.org/PageInfo.jsp?page=XSPSyntax Surely an IDIOT was destroying our work. This is not fair. I think we must take some actions against this type of STUPID things! Best Regards, Antonio Gallardo

Re: An IDIOT on WiKi!

2003-05-30 Thread Antonio Gallardo
the system and destroy the community work. When I started to use wiki. I loved that was freely editable, but after that I think we must find a mechanism to control contribution. I mean this kind of nonsense contributions that only destroy the builded work. What we can do? Best Regards, Antonio

Re: XMLForm Question

2003-04-12 Thread Antonio Gallardo
I think the problem can be related with the improper shutdown of the current CVS 2.1 with Tomcat. Try to kill the process after the shutdown. Antonio Gallardo. JD Daniels dijo: Yes, I guess I should have mentioned that I did in fact delete my tomcat work directory, shutdown and startup. It did

Re: [ANN] sunBow 1.0

2003-03-28 Thread Antonio Gallardo
wow! Congratulations. I will try it. Antonio Gallardo Martin Dulisch dijo: The SN sunBow team are proud to announce version 1.0. This free version is available immediately for download at: http://radio.weblogs.com/0108489/. In addition to numerous bug-fixes, the new version now also supports

Re: wml generator ?

2003-03-14 Thread Antonio Gallardo
zze-MORY Nicolas FTRD/DMI/REN dijo: does exists a WML generator for cocoon ? NO. There is only a HTML and a XML generator Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: wml generator ?

2003-03-14 Thread Antonio Gallardo
OPss, you are right. :-). I already checked some mail from http://w3c.org. it seems like we need to find a converter from WML - XML. Are you already tried with HTML Generator? Maybe it can work. Antonio Gallardo. zze-MORY Nicolas FTRD/DMI/REN dijo: Yves, yes we can serialize but my problem

Re: best Java for RedHat?

2003-03-13 Thread Antonio Gallardo
Hi: I am happily using Sun JSDK 1.4.1_01 in Red Hat 8.0 without any problem Antonio Gallardo Jeremy Quinn dijo: Hi Folks, I am setting up Cocoon on a Linux box for the first time (I am new to Linux). Is this a good JVM to be running, or is there a stable 1.4.1 for this platform? % java

Re: Forms

2003-03-11 Thread Antonio Gallardo
Hi: Please be a little more specific. The forms will be filled online or just printed by your customer and sended back to you via. Best Regards, Antonio Gallardo Ines Robbers dijo: Hello list, We want to use Cocoon for our forms (application forms etc.). It should be something like a form

RE: Forms

2003-03-11 Thread Antonio Gallardo
Serializer to create PDF Forms. :-( I already use XSL-FO but not to create forms. Best Regards, Antonio Gallardo Ines Robbers dijo: Dear Antonio, These forms should be available online as well as being printable. Depending on the form it can either be filled in and send back online

Re: how to generate random numbers or strings?

2003-03-07 Thread Antonio Gallardo
= ; /esql:row-results /esql:results /esql:execute-query } /xsp:logic parameter name=table_idxsp:attribute name=valuexsp:exprkey/xsp:expr/xsp:attribute/parameter best regards, Antonio Gallardo

Re: AW: encoding and xsp

2003-03-07 Thread Antonio Gallardo
Hi! Please note that you must be sure that you are using the correct encoding to save your files. Antonio Gallardo. hi, thanks for your hints. i tried it, but it still does not work. i was not sure, if you mean to specifiy it within the map:components, or map:pipelines i did it in both

Re: AW: AW: encoding and xsp

2003-03-07 Thread Antonio Gallardo
if you have more questions. ;-) Best Regards, Antonio Gallardo I am not shure what you mean, but i added to the header of all xsp and xsl document the same encoding sceme! -Ursprüngliche Nachricht- Von: Antonio Gallardo [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. März 2003 14

Re: Zip File Generator

2003-03-07 Thread Antonio Gallardo
Le Vendredi, 7 mars 2003, à 14:05 Europe/Zurich, Sylvain Wallez a écrit : ...The JDK natively suppors the jar: protocol with URLs of the form jar:url!/entry(see [1]) and as such is available in Cocoon. Wow, I didn't know that this was a standard JDK feature, thanks for pointing it out!

Re: AW: AW: AW: encoding and xsp

2003-03-07 Thread Antonio Gallardo
Nice to hear that! Thank you too and welcome to Cocoon! Antonio Gallardo Hi, thanks for your hints. It works now. What i have done was to put into my main sitemap this: map:serializer logger=sitemap.serializer.html mime-type=text/html name=html pool-grow=4 pool-max=32 pool- min=4 src

The new MS Office 2003

2003-02-26 Thread Ing. Antonio Gallardo
Sorry, for the SPAM ;-) But i post this link, because in the first screenshots are some labels related to XML/XSL stuff :) http://www.activewin.com/screenshots/office2k3b2/ Antonio Gallardo - To unsubscribe, e-mail: [EMAIL

Re: How can I handle session expiration event

2003-02-24 Thread Ing. Antonio Gallardo
Is there a way to handle session expiration events with cocoon ? I would like to launch some cleaning job when a session expires, is it possible ? I think no. :-( Antonio Gallardo - To unsubscribe, e-mail: [EMAIL

Re: mod-db postgresql and autoincrement

2003-02-23 Thread Antonio Gallardo
clear. I totally agree with you. I suggested this too. Some months ago. But there is still the same code. I think this is not a priority right now... Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: mod-db postgresql and autoincrement

2003-02-21 Thread Antonio Gallardo
CASCADE, CHECK(usr_habilitado BETWEEN 0 AND 1) ); CREATE INDEX UsuariosNDX1 ON Usuarios(loc_id); *** I hope it will help you. :-D Best Regards, Antonio Gallardo Amélie Cordier dijo: Hello everybody I'm trying to run mod-db example (the one with users

[ANN] Hibernator - Eclipse Plugin

2003-02-21 Thread Antonio Gallardo
Since many people is trying to push the combination of XMLForms with Hibernate. I think this link can be of special interest :-) http://sourceforge.net/projects/hibernator/ I hope it will be useful. Best Regards, Antonio Gallardo

Re: get sunrise session values from an xsp page

2003-02-19 Thread Antonio Gallardo
Check this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13070 Antonio Gallardo Lionel Crine dijo: How can I get sunrise session values in an xsp page. I'm trying this ? My login page : ?xml version=1.0 encoding=UTF-8? page content form urllogin?resource=ixia_demo/url

Re: R: MySQL date conversion with modular database action

2003-02-17 Thread Antonio Gallardo
take a format parameter that is expected to conform to the SimpleDateFormat specs. See javadocs for details. More info at: http://wiki.cocoondev.org/Wiki.jsp?page=DatabaseActions Antonio Gallardo Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D

[ANN] kxmleditor for KDE

2003-02-14 Thread Antonio Gallardo
Hi Cocooners! I found this XML editor for KDE-Linux and I wanted to share it with you. :-D http://kxmleditor.sourceforge.net/ Best Regards, Antonio Gallardo - Please check that your question has not already been answered

Re: Carriage returns in HTML serialization

2003-02-11 Thread Antonio Gallardo
for the World Wide Web with XHTML and CSS: Visual QuickStart Guide, Fifth Edition from Elizabeth Castro. http://www.amazon.com/exec/obidos/ASIN/0321130073/ Best Regards, Antonio Gallardo div style=...div align=right.../div/div turns into: div style=... div align=right ... /div /div

RE: DatabaseAddAction and unique or primary keys

2003-02-07 Thread Antonio Gallardo
Hi! The problem is solved using Modular Database Actions. More info at: http://wiki.cocoondev.org/Wiki.jsp?page=ModularDatabaseActions Antonio Gallardo Sheraz Sharif dijo: I am using postgresql 7.2.. I am not sure what you mean. Are you talking about making the database run a trigger

[ANN] - Tomcat /status information disclosure

2003-02-07 Thread Antonio Gallardo
Title: Tomcat /status information disclosure ID: 11218 Category: Misc. URL: http://www.securityspace.com/smysecure/catid.html?id=11218 Summary: Makes a request like http://www.example.com/server-status - Please check that

Re: DatabaseAddAction and unique or primary keys

2003-02-07 Thread Antonio Gallardo
Best Regards, Antonio Gallardo - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED

Re: cocoon struts together

2003-02-04 Thread Antonio Gallardo
specialist (a book writer) what tools you recommend to manage all the beans stuff (creation, changes, etc.) Thanks for the comments. Antonio Gallardo - Please check that your question has not already been answered in the FAQ

Re: cocoon struts together

2003-02-04 Thread Antonio Gallardo
Thanks for the answer. Good speach. I saw you now as a Cocoon fan! :-) You finally saw the light at the end of the pipeline. ;-) Best Regards, Antonio Gallardo. Robert Simmons dijo: Actually I'm an EJB specialist and I don't generally work on projects conducive to web interfaces

Re: Link Livesites: CBIM (Cocoon 2.1-dev)

2003-02-03 Thread Antonio Gallardo
America. Best Regards, Antonio Gallardo. Ugo Cei dijo: Our new corporate website http://www.cbim.it/ is running on Cocoon 2.1-dev since Feb 1st 2003. It's only in Italian at the moment, but we plan do deliver an English version shortly. Many thanks to all the Cocoon developers who made

Re: Battling with null pointer exception

2003-02-03 Thread Antonio Gallardo
to Tomcat 4.1.18 Finally Restart Tomcat! I hope it will help. Best Regards, Antonio Gallardo. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq

Re: Battling with null pointer exception

2003-02-03 Thread Antonio Gallardo
of each registered Store shall be removed when low on memory. Default 10% -- parameter name=percent_to_free value=10/ /store-janitor More recommendations: 1- Upgrade to Tomcat 4.1.18 Finally Restart Tomcat! I hope it will help. Best Regards, Antonio Gallardo

Re: IRC, SILC

2003-02-03 Thread Antonio Gallardo
Heiko Milke dijo: Hey folks, is there any channel on IRCNet or SILCNET for cocoon? Good question. ;-) Antonio Heiko Milke - Please check that your question has not already been answered in the FAQ before posting.

Re: Building Cocoon 2.1-dev

2003-02-03 Thread Antonio Gallardo
Please downloaded the lastest version. Today morning Haul resolve the problem with the sitemap. Antonio Gallardo. I am already running the lastest CVS and build fine. Mark Eggers dijo: I just built CVS HEAD yesterday afternoon. There are some problems with sitemap validation, so you

Re: [OFF TOPIC] Are there any spanish cocoon user|developer?

2003-02-01 Thread Antonio Gallardo
Thorsten Scherler dijo: Hello everyone, I would like to know: Are there users|developers in Spain which are using|developing cocoon? ...I thought this would be the best place to ask. ;-) King regards Thorsten Hi, I am not in Spain, but Spanish is my first language. ;-) Antonio Gallardo

[XML EDITOR] Netbeans

2003-02-01 Thread Antonio Gallardo
Is anyone here using netbeans? more info at: http://www.netbeans.org It looks like netbeans has a built-in powerfull XML editor. Can someone share his own experience with this? Regards, Antonio Gallardo - Please check

Re: Sitemap.xmap giving ugly errors

2003-02-01 Thread Antonio Gallardo
Two tips: move the generators to the first place of the map:components. I dont know what version you are using, but this was a bug sometime ago. Also please define a defaul serializer. Maybe it can helps, please tell us more info about your problem. Antonio Gallardo. Jason Bruce dijo: I

Re: [POLL] JDK 1.2 Support

2003-02-01 Thread Antonio Gallardo
1.4.1_01 on Linux Antonio Gallardo Litrik De Roy dijo: 1.3 Litrik De Roy www.litrik.com - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: Cocoon Users [EMAIL PROTECTED] Cc: Cocoon Developers [EMAIL PROTECTED] Sent: Saturday, February 01, 2003 8:06 PM Subject

Re: Cocoon use worldwide

2003-01-31 Thread Antonio Gallardo
think the Apache model is somewhere between propietary and truly OpenSource Licences. And maybe the people leading the Open Sources movements are more fundamentalist: They dont like things 'between', they are truly Open Source. I hope this will be usefull too. ;-) Best Regards, Antonio Gallardo

Re: XML - XSL Editors?

2003-01-28 Thread Antonio Gallardo
can configure the diferents char formats: ISO-8859-1, UTF-8 and more. There is also a plug-in to manage all your project. more info: http://www.jedit.org/ Antonio Gallardo - Please check that your question has not already

Re: XML - XSL Editors?

2003-01-28 Thread Antonio Gallardo
Hey?! Maybe and this article can be usefull for you and your work on the book: http://community.jedit.org/modules.php?op=modloadname=newsfile=articlesid=202 By the way, what is the name of your future book? Antonio Gallardo. Antonio Gallardo dijo: Robert Simmons dijo: What are the best XML

Re: XML - XSL Editors?

2003-01-28 Thread Antonio Gallardo
with 7-24 support on-line. in your book. ;-) Best Regards, Antonio Gallardo. Robert Simmons dijo: Hmm, well my book has very little to do with cocoon. Its an advanced java book. id be suprised if I mentioned more than a couple pages on cocoon. Basically the book will talk about various java

RE: Cocoon is too complex for consumption?

2003-01-25 Thread Antonio Gallardo
this incredible web machine in less than 3 hours! (Sams does not publish a similar book! lol). And you will after that start to build your own web application. Best Regards, Antonio Gallardo -Original Message- From: Steven Noels [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 25, 2003 6:14

Re: WYSIWYG XSLT Editors?

2003-01-25 Thread Antonio Gallardo
Franck Lumpe dijo: Antonio Gallardo wrote: Well, you can see all the OpenOffice.org products as a big WYSIWYG XSLT editing. Uh?! I heard that the data format was XML but nothing more. As I am too lazy to investigate (and probably its interesting for others), could you please give us

A documents repository......

2003-01-25 Thread Antonio Gallardo
that currently is in Cocoon. Can someone point me if this can be really easily done in Cocoon? Best Regards, Antonio Gallardo - Please check that your question has not already been answered in the FAQ before posting. http

Re: WYSIWYG XSLT Editors?

2003-01-25 Thread Antonio Gallardo
process. There is no publishing if there is no content! Yes, it is true. These are the complement to Cocoon. How to tell people about changing to XML if they does not have a easy way to publish his work? I think in this area OpenOffice is making a great job. Best Regards, Antonio Gallardo Regards

Re: A documents repository......

2003-01-25 Thread Antonio Gallardo
Julian, thanks for the tip. :-D Antonio Gallardo Julian Klein dijo: Antonio, Although my install seems a bit buggy, it may be worth your while to look into Slide and the slide webapp that is in the cocoon scratchpad. I am sure it will be up to par shortly. Besides, using different tools

Re: Cocoon is complex, but worth it! Some Answers to your dilemma

2003-01-25 Thread Antonio Gallardo
You really does dont want the help people give you: Please just click here: http://wiki.cocoondev.org/Wiki.jsp?page=Tutorials and you will be ready after 3 hours. Please read just the 1st tutorial from IBM developerworks. Antonio Gallardo

Re: Cocoon is complex, but worth it! Some Answers to your dilemma

2003-01-25 Thread Antonio Gallardo
with this technology. Please, Take a note of that. Best Regards, Antonio Gallardo. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

Re: Cocoon is complex, HOLD ON, WHY IS THIS BOILING UP ?

2003-01-25 Thread Antonio Gallardo
. Another example of this, the long discusion about if Java will survive or not? We have C and C++! Well, we are know at the doors of the Web revolution called XML. Please open your eyes! Best Regards, Antonio Gallardo Maybe we should calm down a bit and take this thread really serious

Re: Cocoon is complex, HOLD ON, WHY IS THIS BOILING UP ?

2003-01-25 Thread Antonio Gallardo
ones have the right to write his opinions. And I thank you because you let me explain some of the Cocoon points here. Best Regards, Antonio Gallardo. - Please check that your question has not already been answered in the FAQ

Thanks for the book!

2003-01-25 Thread Antonio Gallardo
Hi Lajos! I just write you because I got your book on Jan, 20th and is the best of the three about Cocoon 2. Thanks again to you and Jeremy. You are really good writers! I promise to post a review on amazon.com since there still are no one review. Best Regards, Antonio Gallardo

RE: Cocoon Portal Framework for production use?

2003-01-24 Thread Antonio Gallardo
for the beta 1 is currently only a wish - we will see by then if we can make it. But I think the beta will come in the next two or three months (but don't quote me on this). I hope it! ;-) Best Regards, Antonio Gallardo AG Software, S. A. HTH Carsten Carsten Ziegeler Open Source Group, SN AG

Re: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-24 Thread Antonio Gallardo
Check: http://xml.apache.org/cocoon/userdocs/transformers/log-transformer.html Antonio Mark H dijo: AFAIK, there is no single debugger like this, only a patchwork of debuggers, one for XSLT, one for Java... Where can I get hold of a XSLT debugger to use with cocoon? a lot of times cocoon

Re: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-24 Thread Antonio Gallardo
I already tried sunBow and is very fine. Is at his early stages but promise a good future. I am also looking for a XSP debbuger. Where I can find it? Antonio Gallardo. Martin Dulisch dijo: sunBow (a plug in for eclipse) has a XSLT Trace feature. It is not binded to cocoon. But it is very

RE: XMLForm Xindice Howto added to Wiki [please, att. Ivelin]

2003-01-23 Thread Antonio Gallardo
, Antonio Gallardo. P.D: I know this is a cruel critic to the current work developed in this area. But I think it must to be told. Please dont take me bad. I strongly believe in Cocoon. Sorry Josema Alonso dijo: Ouch...I forgot to include the URL. I'm sorry. http://wiki.cocoondev.org

RE: cvs2.1 snapshot download date jan 22 2003 - gives me out of memory error

2003-01-23 Thread Antonio Gallardo
Just for the register: I am using Red Hat Linux 8.0 and Java 1.4.1_01 and dont need to use: ANT_OPTS=-Xms100m -Xmx228m Antonio Gallardo Geoff Howard dijo: There are some changes happening in the build (blocks, validation, etc) that are taking more memory these days. You should search

Re: XMLForm Xindice Howto added to Wiki [please, att. Ivelin]

2003-01-23 Thread Antonio Gallardo
using this excelent tool. Best Regards, Antonio Gallardo. Josema Alonso dijo: Excelent document. Thank you. I would like to suggest a slight improvement. The Model part can be improved quite a bit if you use a DOM object directly instead of a JavaBean wrapper. more specificly: ... Wow

RE: cvs2.1 snapshot download date jan 22 2003 - gives me out of memory error

2003-01-23 Thread Antonio Gallardo
Are you done a: ./build.sh clean before you started? I ask because some sources was changed of place. Antonio Gallardo e nio dijo: Thanks for the responses. My compile was getting stuck near the very end, creating the war file. Anyhow, after setting the env varexport ANT_OPTS

RE: cvs2.1 snapshot download date jan 22 2003 - gives me out of memory error

2003-01-23 Thread Antonio Gallardo
to upgrade to Java 1.4.1_01 if you are experience some unexplained errors. I am using it since it was posted on sun web site. Best Regards, Antonio Gallardo - Please check that your question has not already been answered in the FAQ

RE: Logicsheet problems - global XSLT variables

2003-01-23 Thread Antonio Gallardo
Mark H dijo: Thanks Antonio, I'll try it out. How does the reload-method=synchron improve things? It will check if there are some changes before serving the request. For development environment it is fine since we are always changing the sources. Antonio Gallardo. -Original Message

Re: 10 basic survival tips for cocoon users (was: Logicsheet problems - global XSLT variables)

2003-01-20 Thread Antonio Gallardo
or more Stylesheets to a page. This is useful to check what are the stylesheets doing. comment I think it will be fine to write a survival guide in wiki. :-) /comment Antonio Gallardo 10.)use entity resolver wherever possible. look at the cocoon docs for the basics or at http

RE: XSP : control structures

2003-01-20 Thread Antonio Gallardo
XSP should at most be used to transfer data from request attributes into to the SAX stream. Artur... Good point! I do the same too. Antonio Gallardo. - Please check that your question has not already been answered

Re: serializing inside a transformer

2003-01-20 Thread Antonio Gallardo
hi: I am not a pro in Cocoon. How do this the log transformer? check the sources of org.apache.cocoon.transformation.LogTransformer And maybe there you can found your answer. Antonio Gallardo. Oskar Casquero dijo: Hi, I would like to serialize SAX events to a file inside a transformer, so

RE: Not loading the HSQLDB?

2003-01-20 Thread Antonio Gallardo
you also removed the entry in web.xml? Stephan. And after that you can remove the .jar from the WEB-LIB. Antonio Gallardo - Please check that your question has not already been answered in the FAQ before posting. http

Re: 10 basic survival tips for cocoon users (was: Logicsheet problems - global XSLT variables)

2003-01-20 Thread Antonio Gallardo
Its. OK. Start an XML-authoring tools. Antonio Gallardo SAXESS - Hussayn Dabbous dijo: hy Antonio; What about adding your contrib directly to http://wiki.cocoondev.org/Wiki.jsp?page=SurvivalTips or related pages ;-) ? Maybe you could contrib a link to jEdit.org ? Maybe it is even

Running instrumentation-client....

2003-01-20 Thread Antonio Gallardo
-param And of course the default instrumentation.xconf file is placed it this place. What can be my fault? I am using: Red Hat Linux 8.0 (full patched). Tomcat 4.1.18 Java 1.4.1_01 Cocoon 2.1 CVS (lastest). Thanks in advance, Antonio Gallardo

Re: Running instrumentation-client....

2003-01-20 Thread Antonio Gallardo
Really I dont know what happened but after reading your mail and starting Tomcat I runned again the CVS version and it works! I dont know why yesterday it does not work. I think Java sometimes retain the jars on memory and this cause some errors. Antonio Gallardo. Marcus Crafter dijo: Hi

Re: XSP Redirection HELP!!!

2003-01-20 Thread Antonio Gallardo
, Antonio Gallardo. _ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail - Please check that your question

Re: XSP Redirection HELP!!!

2003-01-20 Thread Antonio Gallardo
for show the data in a filled form (edit mode) ** 1 for confirm Can you tell me what approach are you using? Antonio Gallardo Original Message Follows From: Antonio Gallardo [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: XSP Redirection

about instrumentation client.

2003-01-20 Thread Antonio Gallardo
components declared as needed. Best Regards, Antonio Gallardo - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail

Re: AW: XSP Redirection HELP!!!

2003-01-20 Thread Antonio Gallardo
will take care of what happened -- /map:match For more info about form Validation Action, please check: http://wiki.cocoondev.org/Wiki.jsp?page=FormValidationUsingCocoon I hope it will help you. ;-) Antonio Gallardo -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL

Re: AW: AW: XSP Redirection HELP!!!

2003-01-20 Thread Antonio Gallardo
Gallardo anyway, I can imagine the use of XSP actions for prototyping (apart from generating and using XML fragments). -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Antonio Gallardo Gesendet: Dienstag, 21. Januar 2003 03:03 An: [EMAIL

Re: Logicsheet problems - global XSLT variables

2003-01-19 Thread Antonio Gallardo
config=resource://org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml file=context://sitemap.xmap logger=sitemap/ Search for the sitemap tag and add the attributes: reload-method=synchron check-reload=yes Antonio Gallardo Thx in advance, Mark

Re: Vir: Re: XSP : control structures

2003-01-19 Thread Antonio Gallardo
No problem. I use Linux. ;-D Antonio Gallardo CARLETTA ANGELO dijo: --- Reçu de INFETUDE.G145193 02/250.96.71 20-01-03 07.57

RE: Send directly to printer....?

2003-01-18 Thread Antonio Gallardo
I mean on the cliente. I was ”researching” and found a solution using javascript: newwindow.open() newwindow.print() newwindow.close() This are not the exactly commands, but it can work. I will try it. But if you know another solution, please let me know. :-) Best Regards, Antonio Gallardo

  1   2   3   4   5   >