Re: PostgreSQL won't work - any ideas appreciated

2002-05-29 Thread Kenny Chow
Are you referring to this error, AbstractMethodError at org.apache.avalon.excalibur.datasource.JdbcConnection.prepareStatement(Unknown Source) ? If so, I am sorry for reponding to the wrong thread. --- daniel robinson <[EMAIL PROTECTED]> wrote: > Kenny, > > Thanks for the response but I have no

Re: PostgreSQL won't work - any ideas appreciated

2002-05-29 Thread daniel robinson
Kenny, Thanks for the response but I have no idea what you mean by "two resources" could you explain? Thanks, Dan Kenny Chow wrote: > If I understand it correctly, there should be two > resources are configured to bind to the same address. > > So look for that. Just an idea. > > --- daniel ro

Re: PostgreSQL won't work - any ideas appreciated

2002-05-29 Thread Kenny Chow
If I understand it correctly, there should be two resources are configured to bind to the same address. So look for that. Just an idea. --- daniel robinson <[EMAIL PROTECTED]> wrote: > Anyone, > > I would appreciate help on this from anyone - I've > tried all suggestions -- error > messages ar

Re: pls confirm: cocoon won't work on OSX

2002-05-29 Thread Phil Blake
There was a problem with tomcat 4.0.2 and cocoon 2.x but all others should work out-of-the-box. There's no need to remove batik stuff - it works fine under OSX. > Hopefully this mail will take care of this for other OS X newbie users. > Typing OS X into the archive serach engine doesn't do muc

Re: pls confirm: cocoon won't work on OSX

2002-05-29 Thread Phil Blake
There shouldn't be a problem with the batik libs - they seem to work fine on OSX. On Thursday, May 30, 2002, at 01:07 AM, Joseph Jupin wrote: > currently have Tomcat 4.0.1 and Cocoon 2.0 running on Mac OS X > 10.1.4... just make sure you remove all the batik stuff and you should > be golden.

OT: Problem generating WAR from source

2002-05-29 Thread Brian Topping
Hi all, This is slightly off topic, but was hoping someone might recognize my problem here. I am building C2 from CVS HEAD as indicated to the 'install' target, everything installs correctly, but Tomcat 4.0.3 distro is complaining that the WEB-INF/web.xml was not found. I opened the WAR wi

Attachments in sendmail

2002-05-29 Thread Phil Blake
Hi all, I have a form on a web page that has an email address and a file upload. The idea is to enter the email address, select the file to upload, and cocoon uses it's sendmail logicsheet to email the file to the address. It all works well up until the file upload -> attachment bit. How do y

PostgreSQL won't work - any ideas appreciated

2002-05-29 Thread daniel robinson
Anyone, I would appreciate help on this from anyone - I've tried all suggestions -- error messages are below - Please note that I've already tried: snip... * Add a org.postgresql.Driver element into your config (under the element is good). ...snip as suggested by Berin. Once I get this figur

RE: Build failing

2002-05-29 Thread Vadim Gritsenko
> From: Michael Aracic [mailto:[EMAIL PROTECTED]] > > I'm running windows 2000, JDK 1.2.2 trying to build from the CVS snapshot > (HEAD) > My goal is to get cocoon running in command line mode. Has anyone got any idea > what I need to do? Try Cocoon 2.0.3 CVS instead of HEAD. Last time I checked

RE: pls confirm: cocoon won't work on OSX

2002-05-29 Thread Zack Angelo
That's strange. C2 is running fine under OS X Server for me with all of the Batik stuff installed. -Zack > -Original Message- > From: Paul Kelly [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 29, 2002 3:46 PM > To: [EMAIL PROTECTED] > Cc: Gary Lawrence Murphy > Subject: Re: pls confi

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
did both things, moved jar and added into cocoon.xconf. No change. Logs look pretty clean - there is a retrieval of jdbc connection and release ok There are a bunch of msgs to do with the parsing and executing of the SQL. Nothing alarming. ??? Berin Loritsch wrote: > > From: daniel robins

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
That didn't work: Here is the error: java.lang.AbstractMethodError at org.apache.avalon.excalibur.datasource.JdbcConnection.prepareStatement(Unknown Source) Thanks Lajos Moczar wrote: > I don't know PostgreSQL, but you might try putting the jar file in > cocoon/WEB-INF/lib. I have found case

RE: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Berin Loritsch
> From: daniel robinson [mailto:[EMAIL PROTECTED]] > > Ok, > > I commented out the hsqldb stuff and this error has gone away > - but I can't get PostgreSQL to work correctly. > > I've created the sample DB and modified cocoon.xconf: > > > > > true > jdbc:postgresql

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Lajos Moczar
I don't know PostgreSQL, but you might try putting the jar file in cocoon/WEB-INF/lib. I have found cases where cocoon doesn't have access to the jars in $CATALINA_HOME/common/lib, even though it is supposed to. If that doesn't fix the problem, you'll have to post the error message. Lajos da

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
Ok, I commented out the hsqldb stuff and this error has gone away - but I can't get PostgreSQL to work correctly. I've created the sample DB and modified cocoon.xconf: true jdbc:postgresql:testdb unknown and Web.xml contains: load-class

Re: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Lajos Moczar
Comment out the hsqldb stuff in cocoon.xconf, unless you really need it. Lajos daniel robinson wrote: > List, > > Is there some comprehensive DB configure doc for C2? I've looked > throught the listserv but its very piecemeal (sp?). I keep getting this > error from tomcat: > > Loading cata

RE: Build failing

2002-05-29 Thread Geoff Howard
it looks to me like both of those are related to jdk1.2.2 if you have 1.3x available, have you tried building with that just to see? Geoff Howard > -Original Message- > From: Michael Aracic [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 29, 2002 4:29 PM > To: [EMAIL PROTECTED] > Subje

RE: hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread Mark S. Kent
I've seen this on our Linux 7.1 servers when Tomcat didn't completely shut-down and left some stuff in memory. Try 'kill'-ing the Tomcat process and restarting Tomcat. mark -Original Message- From: daniel robinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 4:04 PM To: [EMA

hsqldb - how do I get rid of this error message (and turn off hsqldb)

2002-05-29 Thread daniel robinson
List, Is there some comprehensive DB configure doc for C2? I've looked throught the listserv but its very piecemeal (sp?). I keep getting this error from tomcat: Loading catalog: /localhost/cocoon/resources/entities/catalog Server.run/init: java.net.BindException: Address in use: JVM_Bind java

Re: pls confirm: cocoon won't work on OSX

2002-05-29 Thread Paul Kelly
Thanks JOe and everyone else who responded. For the record here's what I did: 1) Re-installed tomcat 4.0.1 as per: http://developer.apple.com/internet/macosx/tomcat1.html 2) Re-installed cocoon 2.0 as per: http://xml.apache.org/cocoon/installing/index.html 3) Looked in the archives for clues

Build failing

2002-05-29 Thread Michael Aracic
I'm running windows 2000, JDK 1.2.2 trying to build from the CVS snapshot (HEAD) My goal is to get cocoon running in command line mode. Has anyone got any idea what I need to do? I'd like to use 1.2.2 because that's what's on the sun box I plan to deploy to. Thanks, Mike compile: [echo] Com

Livesites

2002-05-29 Thread webadmin
CBOSS - Convergent Business Operation Support System Cocoon 2.0 http://www.cbossbilling.com/ - Please check that your question has not already been answered in the FAQ before posting. To

session problem (mod_proxy,mod_rewrite)

2002-05-29 Thread daniel martin
Hi List! This is a bit OT but perhaps one of you had the same problem: We use Cocoon2.0.2 with tomcat 4.0.1 and apache as Webserver. Tomcat and Apache are connected with a rewrite rule in httpd.conf which looks like this: RewriteRule ^/(.*) http://thehost.com/foo:8080/$1 [P,L] The problem

Database Access Problems with Linux

2002-05-29 Thread Michael Mangeng
Hi I´ve encountered a funny Problem. I´ve started developing a little webapp which uses esql to grab data from the db, the DatabaseAuthenticatorAction to login and a self written action to auth the user at each request which simply checks for a attribute in the session. I´ve started creating this

RE: build target with no samples?

2002-05-29 Thread Geoff Howard
> > > > Now you are asking a bit much. How is Ant to know what > components you > > need. > > It already does. > If you remove jars from the lib/optional dir it doesn't use > those features, > and doesn't include them in the config. Right - I knew this much. I've looked at adding a conditi

development tools that support Cocoon 2

2002-05-29 Thread gorillacommunications
Hi All, Does anyone know of any development products that support Coccon 2, such as tools to help build sitemaps? Ideally it would run on Win2K and Linux. I'm using Excelon Stylus Studio right now, which has nice features for XML and XSL, but would like something more advanced. Regards, Leona Sl

RE: svg2jpeg or svg2png

2002-05-29 Thread Vadim Gritsenko
> From: Dude [mailto:[EMAIL PROTECTED]] > > 29.05.2002 18:36:07, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: > > >> From: Dude [mailto:[EMAIL PROTECTED]] > >> > >> 29.05.2002 16:06:50, "Vadim Gritsenko" <[EMAIL PROTECTED]> > >> wrote: > >> > >> >> From: Dude [mailto:[EMAIL PROTECTED]] > >> >> >

Re: RE: RE: RE: svg2jpeg or svg2png

2002-05-29 Thread Dude
29.05.2002 18:36:07, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: >> From: Dude [mailto:[EMAIL PROTECTED]] >> >> 29.05.2002 16:06:50, "Vadim Gritsenko" <[EMAIL PROTECTED]> >wrote: >> >> >> From: Dude [mailto:[EMAIL PROTECTED]] >> >> >> >> 29.05.2002 01:42:45, "Vadim Gritsenko" ><[EMAIL PROTECTE

RE: RE: RE: svg2jpeg or svg2png

2002-05-29 Thread Vadim Gritsenko
> From: Dude [mailto:[EMAIL PROTECTED]] > > 29.05.2002 16:06:50, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: > > >> From: Dude [mailto:[EMAIL PROTECTED]] > >> > >> 29.05.2002 01:42:45, "Vadim Gritsenko" <[EMAIL PROTECTED]> > >> wrote: > >> > >> >> From: Dude [mailto:[EMAIL PROTECTED]] > >> >> >

RE: Sybase database acces with Cocoon

2002-05-29 Thread JL Ardoin
Thanks a lot for your answer, I've tried an XSP with ESQL which seems to be easier for discovering C2. I use Jconnect5.5 from Sybase as a jdbc driver. I try to evaluate a Cocoon solution for building a Web application with existing SP (many parameters and resultsets ) against a JSP solution. A

RE: pls confirm: cocoon won't work on OSX

2002-05-29 Thread Moritz Petersen
paul, fyi: cocoon 2 works fine on my mac (mac os x 10.1.4, jsdk1.3.1u1), but i am using jboss 2.2.2. + tomcat 3.2.2 (the project is a little bit older, and we rely on the start configuration ;-) -mo. > >I am about ready to give up. Has anyone out there actually installed > >cocoon 2 on OS X? Th

Re: build target with no samples?

2002-05-29 Thread Nicola Ken Barozzi
From: "Bert Van Kets" <[EMAIL PROTECTED]> > At 09:20 29/05/2002 -0400, you wrote: > >Yes, I was really talking about the Cocoon build system -- I dug around the > >build process and couldn't find anything provided for, but don't know ant > >well enough to be sure. Anybody know the answer to this

RE: build target with no samples?

2002-05-29 Thread Bert Van Kets
At 09:20 29/05/2002 -0400, you wrote: >Yes, I was really talking about the Cocoon build system -- I dug around the >build process and couldn't find anything provided for, but don't know ant >well enough to be sure. Anybody know the answer to this: does build.xml >provide for a stripped down build

RE: Include external javascript file

2002-05-29 Thread Bert Van Kets
Here's a silly answer ;-) You can put it everywhere you like, just update the file map. The map:match pattern sets the request path (what you put in the html output). The map:read sets the path on the server relative to the sitemap. I like to keep my file types separated in different directori

Re: Optimize Cocoon/Tomcat for live sites

2002-05-29 Thread Bert Van Kets
Do a CVS checkout and go to http://localhost:8080/cocoon/documents/performancetips.html All you need is there! Bert At 13:22 29/05/2002 +0200, you wrote: >Hi, > >I have been looking for some "How to" documentation on >Cocoon speed optimization without any luck. (yes! i have Googled) > >Does som

Re: RE: RE: svg2jpeg or svg2png

2002-05-29 Thread Dude
29.05.2002 16:06:50, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: >> From: Dude [mailto:[EMAIL PROTECTED]] >> >> 29.05.2002 01:42:45, "Vadim Gritsenko" <[EMAIL PROTECTED]> >wrote: >> >> >> From: Dude [mailto:[EMAIL PROTECTED]] >> >> >> >> is anyone able to use svg2jpeg or svg2png under jdk 1.4.

keep-together attribute in lastest release

2002-05-29 Thread Benjamin Walther
Hello, question does the keep-together attribute for blocks work in the newest release of cocoon? This is related to Bugzilla Bug 3044 . Thanks Ben - Please check that your question has not already been answered in the FAQ bef

Re: How to redirect Using Redirector....?

2002-05-29 Thread Nicola Ken Barozzi
I would suggest you don't redirect in the Action. Make the Action return null, and what is in the Act tag will be skipped. - Original Message - From: "manish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 6:19 AM Subje

Re: AW: Sitemap object in xsp

2002-05-29 Thread Kenny Chow
Great! I wasn't aware of the second way to access the sitemap parameters so was only using the "request" way as Vadim suggested. Thanks for pointing that out folks! KC --- "Andres, Judith" <[EMAIL PROTECTED]> wrote: > Sitemap parameters belong to the built-in parameters > in the xsp just like >

Re: build target with no samples?

2002-05-29 Thread Nicola Ken Barozzi
From: "Geoff Howard" <[EMAIL PROTECTED]> > Yes, I was really talking about the Cocoon build system -- I dug around the > build process and couldn't find anything provided for, but don't know ant > well enough to be sure. Anybody know the answer to this: does build.xml > provide for a stripped do

Re: pls confirm: cocoon won't work on OSX

2002-05-29 Thread Joseph Jupin
currently have Tomcat 4.0.1 and Cocoon 2.0 running on Mac OS X 10.1.4... just make sure you remove all the batik stuff and you should be golden... peace. JOe... On Tue, 28 May 2002 17:50:39 -0400 Paul Kelly <[EMAIL PROTECTED]> wrote: >I've tried the following: > >Tomcat 4.0.1 w/ cocoon 2.0

Re: sessions in cocoon

2002-05-29 Thread Ivan Luzyanin
On óÒÄ, 2002-05-29 at 17:05, Atul Gulve wrote: > If you want to access session object then you should do it following way in > cocoon. > > In your xsp file you can access the session. > > org.apache.cocoon.environment.http.HttpSession session = > (org.apache.cocoon.environment.http.HttpSession

RE: Optimize Cocoon/Tomcat for live sites

2002-05-29 Thread Vadim Gritsenko
> From: Peter Lerche [mailto:[EMAIL PROTECTED]] > > Hi, > > I have been looking for some "How to" documentation on > Cocoon speed optimization without any luck. (yes! i have Googled) Try http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/documentation/xdocs/pe rformancetips.xml?rev=1.5&content

RE: RE: svg2jpeg or svg2png

2002-05-29 Thread Vadim Gritsenko
> From: Dude [mailto:[EMAIL PROTECTED]] > > 29.05.2002 01:42:45, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: > > >> From: Dude [mailto:[EMAIL PROTECTED]] > >> > >> is anyone able to use svg2jpeg or svg2png under jdk 1.4.0 (headless) > >> and linux? it dont work! i tested cocoon_203_branch > >>

Re: sessions in cocoon

2002-05-29 Thread Atul Gulve
If you want to access session object then you should do it following way in cocoon. In your xsp file you can access the session. org.apache.cocoon.environment.http.HttpSession session = (org.apache.cocoon.environment.http.HttpSession)request.getSession(); Object foo = session.getAttribute("fo

Re: Global parameters

2002-05-29 Thread Konstantin Piroumian
From: "Geoff Howard" <[EMAIL PROTECTED]> > I believe that there is currently no way to do this, but there happened to > be a similar proposal recently on the dev mailing list. You should be able > to find the discussion here: > http://marc.theaimsgroup.com/?t=10224924482&r=1&w=2 Which resul

Re: sessions in cocoon

2002-05-29 Thread Ivan Luzyanin
On óÒÄ, 2002-05-29 at 16:35, Christoph Stocker wrote: > hi! > > can someone give an example to implement session-handling or tracking > in cocoon. > > greetings, chris > there are some small examples in Cocoon API documentation for session handing and tracking (i.e. SessionIsValidAction, Sessio

sessions in cocoon

2002-05-29 Thread Christoph Stocker
hi! can someone give an example to implement session-handling or tracking in cocoon. greetings, chris - Please check that your question has not already been answered in the FAQ before posting.

Re: Sybase database acces with Cocoon

2002-05-29 Thread Christian Haul
On 29.May.2002 -- 02:49 PM, JL Ardoin wrote: > Hi all ! > > Discovering Cocoon , I try to use it with Sybase ASE 11.9 . > Dynamic SQL seems to work perfectly, but I can't make SQL stored procs > running, > for example - sp_who - even after reading the documentation !! What means do you use to f

RE: build target with no samples?

2002-05-29 Thread Geoff Howard
Yes, I was really talking about the Cocoon build system -- I dug around the build process and couldn't find anything provided for, but don't know ant well enough to be sure. Anybody know the answer to this: does build.xml provide for a stripped down build of cocoon? What I would love is a webapp

Re: RE: svg2jpeg or svg2png

2002-05-29 Thread Dude
29.05.2002 01:42:45, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: >> From: Dude [mailto:[EMAIL PROTECTED]] >> >> is anyone able to use svg2jpeg or svg2png under jdk 1.4.0 (headless) >> and linux? it dont work! i tested cocoon_203_branch >> and cocoon_dev_2-1 with tomcat_dev_4-1. > >It was workin

Sybase database acces with Cocoon

2002-05-29 Thread JL Ardoin
Hi all ! Discovering Cocoon , I try to use it with Sybase ASE 11.9 . Dynamic SQL seems to work perfectly, but I can't make SQL stored procs running, for example - sp_who - even after reading the documentation !! - Is it working ? - and if your answer is affirmative, is Cocoon running with mu

Re: template possibilities

2002-05-29 Thread Sebastien SACARD
Well, it's look exactly what I'm looking for. I'll have to dig further in the cinclude possibilies, which I did not know about. Thanks !! TREGAN Fabien wrote: For this problem, here is my solution :-my "frame" pipeline generate from a template-it's then cinclude transformed-optionaly i18n t

sessions with cocoon

2002-05-29 Thread Christoph Stocker
hi all! i read the cocoon session-handling manuals - but ... what's the best way to implement sessionhandling or sessiontracking in cocoon. can someone give a HowTo to implement this. THANKS! greetings, chris - Please check

RE: template possibilities

2002-05-29 Thread Graaf, Edgar de (fin)
Maybe you can use CInclude and parameter I can't say for sure, because I never done this. I have no idea if it works and if so how I would use the parameter in cinclude. Maybe this works: http://foo.bar.com/xmlhack"/> -Oorspronkelijk bericht- Van

Include external javascript file

2002-05-29 Thread Christoph Stocker
hi! hi i had the same problem - i solved id the way described by Fabien! i solved the problem with the answeres i got in this mail-group. look a few mails (should be yesterday) before in the mail archive (Subject is: realtive path). if you don't find it - tell me. greetings, chris -Origi

RE: template possibilities

2002-05-29 Thread TREGAN Fabien
For this problem, here is my solution : -my "frame" pipeline generate from a template -it's then cinclude transformed -optionaly i18n transformed -HTML serialized Each include refer to a cocoon pipeline that handle each of my elements. Thoose pipeline also have a view that allow them to be displa

template possibilities

2002-05-29 Thread Sebastien SACARD
Hi, I want to use cocoon to generate my website static pages and I know it can do it perfectly; but I did not find a way to do this simple thing : - my pages are built from different modules and a gobal template. - Each module is composed of one XML document and a XSLT file, and I want to conca

RE: Include external javascript file

2002-05-29 Thread TREGAN Fabien
Because it's cleaner :) The thing you must remember is that ANAY request tht start with /cocoon/ is sent to COCOON. If in cocoon/myapp/index.html (wich is generated by cocoon), you have a relative link "myscript.js", the browser will ask the web server for cocoon/myapp/myscript.js. The server kno

Re: problems with i18n transformer in cocoon 2.0.2 - is this a bug?

2002-05-29 Thread Konstantin Piroumian
problems with i18n transformer in cocoon 2.0.2 - is this a bug?I've just checked the source from the 2.0.3 branch from CVS and the correct line is already there: StringBuffer pathToChild = new StringBuffer(pathToParent).append('/').append(child.getNodeName()); Couldn't find in log

RE: It works---Re: Cocoon on BEA Weblogic6.1 SP2

2002-05-29 Thread Rajeev Singh
Hi, Cant I unjar all the files and put under one single jar. I tried but in the end it gives exception at the very last stage. Alternatively as u had suggested, even if we just remove the dots in the jars and put cocoon as expanded app in domain , do I have to edit startweblogic file to add clas

RE: Include external javascript file

2002-05-29 Thread Rajeev Singh
I have a silly question, Why do we put {1}.js in js/{1}.js ? -Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 1:49 AM To: [EMAIL PROTECTED] Subject: Re: Include external javascript file You must add a pipeline for every filetype you wish

Optimize Cocoon/Tomcat for live sites

2002-05-29 Thread Peter Lerche
Hi, I have been looking for some "How to" documentation on Cocoon speed optimization without any luck. (yes! i have Googled) Does someone know where to find this sort of docs. Peter - Please check that your question has no

Database access problem - Linux

2002-05-29 Thread Michael Mangeng
HiI´ve encountered a funny Problem. I´ve started developing a little webappwhich uses esql to grab data from the db, the DatabaseAuthenticatorAction tologin and a self written action to auth the user at each request whichsimply checks for a attribute in the session. I´ve started creating thi

Re: pls confirm: cocoon won't work on OSX

2002-05-29 Thread Deepak Mehta
Paul, I am using the Tomcat 404b2, Tomcat 401, Tomcat 403 and Tomcat 331 with Cocoon 202 out of the box, unix binaries. And no problems, you just need to set the JAVA_HOME variable to /Library/Java/Home which points to the JDK 131 What is your problem? Regards Dp On 28/5/02 23:50, "Paul Ke

problems with i18n transformer in cocoon 2.0.2 - is this a bug?

2002-05-29 Thread Brian Buckley
Title: problems with i18n transformer in cocoon 2.0.2 - is this a bug? cocoon version: 2.0.2 servlet engine: tomcat 4.0.3 OS: windows 2000 JDK: 1.4.0 I am trying to add internationalisation to my site by using i18n.  After a day fruitlessly trying to figure out where I am going wrong I a

AW: Sitemap object in xsp

2002-05-29 Thread Andres, Judith
Sitemap parameters belong to the built-in parameters in the xsp just like request. You can use them like this: String default = "default"; String myParam = parameters.getParameter("test", default); Judith > -Ursprüngliche Nachricht- > Von: Graaf, Edgar de (fin) [SMTP:[EMAIL PROTE

RE: Sitemap object in xsp

2002-05-29 Thread Graaf, Edgar de (fin)
How can that parameter be used in XSP? xsp:get-parameter? Because xsp-request:get-parameter is only for request parameter isn't it? Edgar -Oorspronkelijk bericht- Van: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Verzonden: woensdag 29 mei 2002 4:26 Aan: [EMAIL PROTECTED] Onderwerp: RE: Si

RE: Cocoon in detail

2002-05-29 Thread Morrison, John
Hi, If theres one in particular that you want to understand the best thing you can do is search the archives of this (and the dev) mail list. If you still cannot find the information from there or the documentation, please write here and ask. All we would like in return for supporting your quer

Cocoon in detail

2002-05-29 Thread Cenk Uysal
Hi, When I look inside the default sitemap that comes with Cocoon, I see a lot of generators, transformers, serializers. etc. But there are no enough informations about them, how to use?, where to use?, etc. Most of the examples in Cocoon distribution and website do not include them. So where can

Re: build target with no samples?

2002-05-29 Thread Bert Van Kets
Chello is heavily outdated, certainly for CVS users! I'm not an Ant-man, but it shouldn't be too hard to create a target to do this, no? Any takers I am also not in favor of relying on third parties in providing a minimal build for Cocoon when the Cocoon build system has all the capabilities

Re: Database Action assistance request.

2002-05-29 Thread Christian Haul
On 28.May.2002 -- 08:04 PM, John Austin wrote: > I have been poking around trying to find out whether > DatabaseSelectAction can help me. > > There is very little written about this action and I wonder whether it > has ever been used (or even tested). > > My problem is as follows: > > I have

Re: cannot deploy on JBoss 3

2002-05-29 Thread Claas Thiele
Am Dienstag, 28. Mai 2002 15:11 schrieben Sie: > >JBoss3RCx has introduced a new Classloader mechanism. This influenced > > loading url protocol handler classes. > >So DirContextHandler of Catalina will not be loaded and the url protocol > >jndi: is not working. (in fact it is more complicated...)