Re: Problem with nested actions in action-set...

2002-06-13 Thread Ivan Luzyanin
Hi! I've posted this BUG to bugzilla BUG database. Please vote for this bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835 Best regards. Ivan. > Hi! > > I can confirm this problem (as postet yesterday). > > I used 2.0.2 without problems and the current cvs snapshot (co 10 > minutes ag

Re: decoding base64 tiff files embedded in XML

2002-06-13 Thread KOZLOV Roman
Hi John, To omit xml declaration by standard way you can use top level xsl element xsl:output: However if you use your stylesheet as a source for a transformer in cocoon then this method doesn't work and in this case you can configure appropriate serializer in sitemap with the following

Re: [JBoss-user] jboss, cocoon, jetty

2002-06-13 Thread Jules Gosnell
Emmanuel Charpentier wrote: > Hi > > I've managed to install and configure different setups: > 1) jetty+cocoon, fast and clean. Startup takes no time and pages take > only 10 to 20 milliseconds to execute > 2) jboss/jetty+cocoon, huge and slow. Statup takes two minutes, and > pages ta

jboss, cocoon, jetty

2002-06-13 Thread Emmanuel Charpentier
Hi I've managed to install and configure different setups: 1) jetty+cocoon, fast and clean. Startup takes no time and pages take only 10 to 20 milliseconds to execute 2) jboss/jetty+cocoon, huge and slow. Statup takes two minutes, and pages take whole seconds to execute. jetty+coc

Re: Tutorial & Xindice

2002-06-13 Thread F Baube
Hello, and thank you for your reply ! I have a question about unique OID's (and ID's and IDREF's) ... Thusly spake Vadim Gritsenko: > > > From: F Baube [mailto:[EMAIL PROTECTED]] > > > > Cocoon 2.0.2, Xindice 1.0, Tomcat 4.0.4-b3 on Linux... > > > > I'm trying to work thru the Cocoon tutori

Re: Tutorial & Xindice

2002-06-13 Thread Alex McLintock
At 00:15 12/06/02, F Baube wrote: >Cocoon 2.0.2, Xindice 1.0, Tomcat 4.0.4-b3 on Linux... > >I'm trying to work thru the Cocoon tutorial, >and I'd like to get it to work with Xindice. >And I'm afraid that DB's are not my strong point. > >I have Xindice running, and I get an exception (below) >when

Re: How many form validation methods in cocoon?

2002-06-13 Thread Jonathan Layes
On Wed, Jun 12, 2002 at 07:37:08PM +, Ivan Luzyanin wrote: > On óÒÄ, 2002-06-12 at 16:03, steeven wrote: > > hi all, > > > > i'm new in cocoon world. I have found several form validation method in cocoon >documents: > > > > 1. in user guide -> xsp -> forms , using validate taglib. > > 2. in

Anyone to give some ideas / suggestion on implementing cocoon as corporate intranet

2002-06-13 Thread Sreenivasan N.
Hi all I have a list of doubts on cocoon to be clarified which has to be used for Intranet (With cocoon 2.01, Tomcat 4.0.1) 1. Creation of XML by an end user ( some exploration is done but like to know any easy method) 2. Generation of customized html, pdf output based on filteration (Like Pr

Form validator error in logicsheet

2002-06-13 Thread steeven
My form validator code worked well under xsp file. when i moved them to logicshee, and error raised. It was reported that ths generated java file is wrong. Is it a bug? = guestbook-logic.xsl == Error: age must not less than

Re: DataBinding with XMLForm

2002-06-13 Thread Ivelin Ivanov
Mohamed, Mohamed El-Refaey wrote: > > Hi all, > > I'm very interested in the cocoon XMLForm and, but I'd like to ask a > question: > is it possible to repeate XMLForm dynamically according to data from > Database ?and HOW I can make data binding of this retrived data with > each repeated

Re: [Juglist] Struts 2x vs larval Cocoon?

2002-06-13 Thread Jorge De Flon
Hi, I am new in this forum and in cocoon, but it seems very promising. I found your reply very interesting and complete too. I also think that JSP are far from being the best solution, even with struts. but I was using struts with velocity and it worked very well. The doubts that I have about co

How-To Port Existing Servlets into the Cocoon Framework (fwd)

2002-06-13 Thread Holden Robbins
The Cocoon How-To author a How-To page (http://xml.apache.org/cocoon/howto/howto-author-howto.html) suggested posting ideas to the cocoon-user list before going forward. My recent experience in integrating my existing servlet based site to use C2 was somewhat hairy to say the least. I

RE: sitemap construction help

2002-06-13 Thread Vadim Gritsenko
Please look into matchers which cocoon provides. One which will work for exactly the situation you are describing is RequestParameterMatcher. If you define it with name 'request-parameter' then pipeline will look like: http://server/xml_generator?color={1}/> Vadim -

RE: cocoon.war HEAD under Tomcat 4.1.3

2002-06-13 Thread Vadim Gritsenko
> From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] > > The following is found in the core.log file of Cocoon logs: > > \webapps\cocoon\WEB-INF\classes; > \webapps\cocoon\WEB-INF\lib\avalon-excalibur-20020603.jar; lldir>\webapps\cocoon\WEB-INF\lib\avalon-excalibur-20020612.jar;http://xml.apache

RE: cocoon.war HEAD under Tomcat 4.1.3

2002-06-13 Thread Vadim Gritsenko
> From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] > > I am working with cvs HEAD, and running under Tomcat 4.1.3. > > When I went to the http://:/cocoon URL, and got the > following error: > > HTTP Status 500 - > ... > root cause > java.lang.NoSuchMethodError > at > org.apache.cocoon.

RE: Redirect in XSP

2002-06-13 Thread Vadim Gritsenko
> From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] > > > -Original Message- > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, June 12, 2002 3:09 PM > > To: [EMAIL PROTECTED] > > Subject: RE: Redirect in XSP > > > > > > > From: Matthew Hailstone [mailto:[EMAIL PRO

RE: Version Hell

2002-06-13 Thread Vadim Gritsenko
Please send plain text emails. My responses start with --- -Original Message- From: daniel robinson [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 7:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Version Hell Perry, Thanks.  I just double checked the 2.0.2 distro

Re: [Juglist] Struts 2x vs larval Cocoon?

2002-06-13 Thread Andrew C. Oliver
> > Thomas L Roche wrote: > > >Struts can do pure-XML: see > > > >http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt_p.html > > > >But can Cocoon be made to handle JSPs? Why I ask: > > > >Yes, Cocoon is cool, and JSPs are icky-poo. If one is developing a new > >site, from scratch,

sitemap construction help

2002-06-13 Thread Tom Loebach
This is probably a pretty basic question but I am having a had time figuring out how to create a sitemap entry that handles the following situation. I want to send cocoon a URI that looks like this: http://server:8080/cocoon/app?color=red (or) http://server:8080/cocoom/app?color=blue I have a serve

RE: cocoon.war HEAD under Tomcat 4.1.3

2002-06-13 Thread Matthew Hailstone
I checked out everything with the HEAD tag, made the war file, and it worked. Matthew > -Original Message- > From: Matthew Hailstone > Sent: Thursday, June 13, 2002 5:33 PM > To: [EMAIL PROTECTED] > Subject: RE: cocoon.war under Tomcat 4.1.3 > > > Please, if anyone can help. I removed

RE: cocoon.war under Tomcat 4.1.3

2002-06-13 Thread Matthew Hailstone
Please, if anyone can help. I removed Tomcat 4.1.3, re-installed it, copied over the war file I create earlier with the latest CVS checkout. Now, I did not use the HEAD tag when I did my checkout. If I don't use the HEAD tag initially to checkout, it's the same as the HEAD, correct? Otherwise, th

Re: Version Hell

2002-06-13 Thread daniel robinson
Perry, Thanks.  I just double checked the 2.0.2 distro and it is NOT in the war file.  Hmmm.  I put it back and now that error is gone.  I'm back dealing with the problem I had previous to this: java.lang.RuntimeException: Stylesheet directed termination     at org.apache.xalan.transformer.Tra

RE: Character encoding problems with XSP/ESQL

2002-06-13 Thread Jan Uyttenhove
> -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: donderdag 13 juni 2002 23:16 > To: [EMAIL PROTECTED] > Subject: RE: Character encoding problems with XSP/ESQL > > Andrew, > > I would follow Jan's suggestion to isolate issue. First, make sure that > static XM

RE: Version Hell

2002-06-13 Thread Faulkner, Perry
Hi Daniel,   javac.jar is a copy of tools.jar from the JDK, renamed and included, normally, in the cocoon.war file by the build procedure for source distro or included as standard with the binary distro. I don't know why it's missing in your configuration, but copy/rename and put into classp

Loop over arbitrary # of style sheets in sitemap

2002-06-13 Thread David Cummings
Hi, What is the best way to loop/iterate over an arbitrary number of stylesheets in a sitemap? Within the sitemap I know you can specify ahead of time the stylesheets but what if you want to determine that dynamically? Is there a better way to do it? TIA, David David Cummings - Hanno

Re: Version Hell

2002-06-13 Thread daniel robinson
I thought it might have to do with the reload method, but it didn't seem reasonable that it would pop an error until the sitemap was re-built.  So that fixes that problem.   Anybody with ideas for: java.lang.RuntimeException: No compiler found in your classpath. Make sure you added 'tools.jar'

RE: cocoon.war HEAD under Tomcat 4.1.3

2002-06-13 Thread Matthew Hailstone
The following is found in the core.log file of Cocoon logs: DEBUG (2002-06-13) 16:04.36:005 [core] (Unknown-URI) Unknown-thread/Cocoon: = System Properties End = DEBUG (2002-06-13) 16:04.36:005 [core] (Unknown-URI) Unknown-thread/Cocoon: Using parser: org.apache.avalon.excalibur.x

RE: Version Hell

2002-06-13 Thread Darrell Cumming
Have a look at your $COCOON_DIR/WEB-INF/cocoon.xconf Under the sitemap section. :) It explains something like this; The reload-method specifies the method for the regeneration: asynchron: If the sitemap changes, the sitemap is regenerated at the next request in the back

Re: Version Hell

2002-06-13 Thread daniel robinson
Oh, one more thing. The error reported when I go to the Cocoon page stops occurring after a minute or two. In other words, make a change in the sitemap, save, get error, wait a minute, error all gone. (repeat process because you think you've done something wrong). What is THAT about? daniel

RE: cocoon.war HEAD under Tomcat 4.1.3

2002-06-13 Thread Argyn Kuketayev
looks like a Parser problem. Jaxp/crimson vs xerces > root cause > java.lang.NoSuchMethodError - Please check that your question has not already been answered in the FAQ before posting.

cocoon.war HEAD under Tomcat 4.1.3

2002-06-13 Thread Matthew Hailstone
I am working with cvs HEAD, and running under Tomcat 4.1.3. When I went to the http://:/cocoon URL, and got the following error: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

Version Hell

2002-06-13 Thread daniel robinson
I was running fine under Tomcat 4.0.3 and Cocoon 2.0.0. As part of migrating to an ISP I needed to switch to c 2.0.2. so: I downgraded to Tomcat 3.3.1 (because the install was going to be easier and I had had trouble with 4.0.3) It is working fine, so I installed c 2.0.2 It was ok so I instal

RE: Character encoding problems with XSP/ESQL

2002-06-13 Thread Vadim Gritsenko
> From: Andrew Savory [mailto:[EMAIL PROTECTED]] On Behalf Of Andrew Savory > > > Hi Jan, > > On Thu, 13 Jun 2002, Jan Uyttenhove wrote: > > > I helped Michael Mangeng to solve a similar problem a while ago. Well, > > similar..., it was a pure xsp problem there, no esql. I have no expercience

RE: Redirect in XSP

2002-06-13 Thread Matthew Hailstone
> -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 12, 2002 3:09 PM > To: [EMAIL PROTECTED] > Subject: RE: Redirect in XSP > > > > From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] > > > > > > From: Matthew > > > > > > Scenario: > > Hom

Re: Session transformer and namespaces

2002-06-13 Thread Nicola Ken Barozzi
Bruce Krautbauer wrote: > Maybe it's just IE. The error I get when trying to display this output (as the >result of a ) is: > > The XML page cannot be displayed > Cannot view XML input using XSL style sheet. Please correct the error and then click >the Refresh button, or try again later.

RE: Character encoding problems with XSP/ESQL

2002-06-13 Thread Andrew Savory
Hi Jan, On Thu, 13 Jun 2002, Jan Uyttenhove wrote: > I helped Michael Mangeng to solve a similar problem a while ago. Well, > similar..., it was a pure xsp problem there, no esql. I have no expercience > with esql, but I'll add some things you can try, but I don't know it is in > fact the same

Aggregation and Error Conditions

2002-06-13 Thread Frank Ridderbusch
Hi Cocooners, I'm just wondering, whether an option for an alternate error processing in aggregation would be useful. I'm typically using a sitemap setup like the following. The sidebar.xml file contains navigational information. Some CV

Re: [HELP TO FIX BUG] XMLForm # 9567

2002-06-13 Thread Frank Ridderbusch
On Sat, 8 Jun 2002 14:15:17 -0500 "Ivelin Ivanov" <[EMAIL PROTECTED]> wrote: > > Frank Ridderbusch submitted a bug on XMLForm & Saxon. > > Any brave souls willing to work with Frank on this one? > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9567 > It appears, that this no simple one.

RE: Session transformer and namespaces

2002-06-13 Thread Bruce Krautbauer
Maybe it's just IE. The error I get when trying to display this output (as the result of a ) is: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. ---

RE: Character encoding problems with XSP/ESQL

2002-06-13 Thread Jan Uyttenhove
Andrew, I helped Michael Mangeng to solve a similar problem a while ago. Well, similar..., it was a pure xsp problem there, no esql. I have no expercience with esql, but I'll add some things you can try, but I don't know it is in fact the same problem :-) This is what Vadim reported, after Micha

Re: Character encoding problems with XSP/ESQL

2002-06-13 Thread Andrew Savory
On Thu, 13 Jun 2002, KOZLOV Roman wrote: > Hi Andrew, > > Did you set iso-8859-1 for serverpages generator also? Do you > also use some transformers? Yup, set encoding on anything and everything that might affect it. Still not working :-/ Andrew. -- Andrew Savory

RE: Session transformer and namespaces

2002-06-13 Thread Hunsberger, Peter
> creates the following invalid XML output (there are multiple xmlns attributes on the 'root' element): > > > > http://cocoon.apache.org/session/1.0"; xmlns="http://cocoon.apache.org/session/1.0"; xmlns="http://cocoon.apache.org/session/1.0";> > foo > bar >

Session transformer and namespaces

2002-06-13 Thread Bruce Krautbauer
This input: http://cocoon.apache.org/session/1.0"; name="sessionTest" /> http://cocoon.apache.org/session/1.0"; context="sessionTest" path="/root"> http://namespace.org/a";>foo bar http://cocoon.apache.org/session/1.0"; context=

DataBinding with XMLForm

2002-06-13 Thread Mohamed El-Refaey
  Hi all,   I'm very interested in the cocoon XMLForm and, but I'd like to ask a question: is it possible to repeate XMLForm dynamically according to data from Database ?and HOW I can make data binding of this retrived data with each repeated form instance.?   for Example : I have products fr

Xerces SAXParser does not implement XMLReader?

2002-06-13 Thread Steven Cummings
I'm having a problem lately with using Xerces-J 2.0.1 lately under Tomcat that I never seemed to have before. Perhaps it's the version that is incorrect because it seems that Tomcat used Xerces before. The weird thing about this problem is that it doesn't always show up in similiar test cases.

Re: decoding base64 tiff files embedded in XML

2002-06-13 Thread John Moylan
Not knowing how to write a reader or a serializer I think I'm going to have to run a batch process, something like the following in BASH/Perl and sabletron (because it was installed.) DIR=/usr/local/jakarta-tomcat-3.3.1/webapps/cocoon/content ls $DIR/*.xml > /tmp/xmlfiles for i in

RE: Cannot get Cocoon going with Tomcat 4.0.3

2002-06-13 Thread james
I'm using 4.0.3 with Cocoon 2.0.2. I got the same problem and I just swapped the xerces.jar with a 1.4 version and it was working perfectly after. Perhaps you would like to try that. > 4.0.4 works "out of the box", 4.0.3 is a little trickier, but is > explained in the site. > > -Original Mess

RE: decoding base64 tiff files embedded in XML

2002-06-13 Thread Ricardo Trindade
there is a transformer that removes some nodes from XML and changes them with links. I think you could use this aproach. For the actual transformation I imagine you can use some library that does that without a lot of effort... sun used to have a java imaging package... You could code a sitemap

RE: Cannot get Cocoon going with Tomcat 4.0.3

2002-06-13 Thread Ricardo Trindade
4.0.4 works "out of the box", 4.0.3 is a little trickier, but is explained in the site. -Original Message- From: John Moylan [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 13 de Junho de 2002 15:11 To: [EMAIL PROTECTED] Subject: Re: Cannot get Cocoon going with Tomcat 4.0.3 According t

Re: Character encoding problems with XSP/ESQL

2002-06-13 Thread KOZLOV Roman
Hi Andrew, Did you set iso-8859-1 for serverpages generator also? Do you also use some transformers? Roman Andrew Savory wrote: > Hi, > > I'm having problems convincing Cocoon to display unusual characters (such > as smart quotes, apostrophes) properly, despite having tried everything > sugges

RE: decoding base64 tiff files embedded in XML

2002-06-13 Thread Vadim Gritsenko
> From: John Moylan [mailto:[EMAIL PROTECTED]] > > Hi, > > I'm new to this list and to Cocoon2, however I need to develop an application > which transforms NewsML feeds into regular HTML for browsing. Easy you say, > right? Anyway the part I'm am having difficulty with is in converting base64 >

open extern web-site

2002-06-13 Thread Christoph Stocker
hi! i am still hanging. i want to open the wsite http://www.aon.at with the following javascript-command --> var openAONSite = window.open("http://www.aon.at";, "", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, width=502, height=350"); but this doesn't

Testing Cocoon pipelines

2002-06-13 Thread Adam_Waldal
Has anyone setup a cool continuous integration process for a Cocoon implementation? I am interested in how to test a pipeline and automate it into the build cycle. Thanks, Adam - Please check that your question has not alrea

Re: Cannot get Cocoon going with Tomcat 4.0.3

2002-06-13 Thread John Moylan
According the the FAQ, you need a different version of Xerces for some of the v4 tomcat's. I had the same problem and simply reverted to Tomcat 3.3 which is very painless to set up. John On Thu, Jun 13, 2002 at 09:41:23AM -0400, Geoff Howard wrote: > From: Geoff Howard <[EMAIL PROTECTED]> > T

decoding base64 tiff files embedded in XML

2002-06-13 Thread John Moylan
Hi, I'm new to this list and to Cocoon2, however I need to develop an application which transforms NewsML feeds into regular HTML for browsing. Easy you say, right? Anyway the part I'm am having difficulty with is in converting base64 embedded tiff images into png on the fly. I don't k

RE: cocoon2.1 on WebLogic6.1 sp2

2002-06-13 Thread Argyn Kuketayev
here are the patches Vadim recommended me to install: CR064650, CR064449, CR065213, CR064391 I managed to make Cocoon work even without these patches, as Vadim advised me , I had to remove all dots from jar file names, and all manifest.mf files from these jars. I didn't perform step 3) and 4) as

RE: Cannot get Cocoon going with Tomcat 4.0.3

2002-06-13 Thread Geoff Howard
or 4.0.1 > -Original Message- > From: leo leonid [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 3:11 AM > To: [EMAIL PROTECTED] > Subject: Re: Cannot get Cocoon going with Tomcat 4.0.3 > > > > > > On Thursday, June 13, 2002, at 12:14 Uhr, Robert Nicholson wrote: > > > A

DB2 JDBC driver configuration problem

2002-06-13 Thread PLISSON Sébastien (DSIT-XS/I)
Hi, I'm using Cocoon 2.0.2 with Websphere 3.5 on Win NT, and i can't success in configuring DB2 jdbc driver. When i set load-class parameter of cocoon servlet with the name of DB2 jdbc classname (COM.ibm.db2.jdbc.app.DB2Driver) the websphere server jvm crashes when i try to start the application

RE: Including output of servlet into XSP

2002-06-13 Thread Vadim Gritsenko
> From: telmo sa [mailto:[EMAIL PROTECTED]] > > Hello all. > I have been trying to find the answer to my post but with no success. > I am using Cocoon2 and Tomcat4.0. > > I am upgrading a Web App done with cocoon 1.8.2. > In my cocoon 1.8.2 XSPs i was using util:include-uri to have the content o

Re: Problem with nested actions in action-set. BUG!

2002-06-13 Thread Ivan Luzyanin
Hi! I am sure now that it's a BUG in Cocoon 2.1-dev becouse even Cocoon Tutorial (http://localhost:8080/cocoon/samples/tutorial/home.html) DOESN'T WORK anymore. Don't beleave me? Just try to create any department or employee and you will see "successfully result page" but at real - nothing happene

RE: cocoon2.1 on WebLogic6.1 sp2

2002-06-13 Thread Argyn Kuketayev
you need to apply four patches to WLS > -Original Message- > From: Helena Ginzburg [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 5:46 AM > To: [EMAIL PROTECTED] > Subject: cocoon2.1 on WebLogic6.1 sp2 > > > Hi all, > > I have an installation problem with latest version o

Re: JDBC for SQL Server 2000

2002-06-13 Thread Nicola Ken Barozzi
Stephen Ng wrote: > Why not the free one from Microsoft? Because it's slooow. Search in the archives of this list, I've already posted the link to a performance comparison twice. > -Original Message- > *From:* Parrott Geoff [mailto:[EMAIL PROTECTED]] > *Sent:* Thur

RE: JDBC for SQL Server 2000

2002-06-13 Thread Albertsen, Juergen
Title: JDBC for SQL Server 7 I can fully recommend JTurbo from New Atlanta. It's not free, but very stable and fast and not very expensive   http://www.newatlanta.com/ -Original Message-From: Parrott Geoff [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 13, 2002 12:30 PMTo: Coc

RE: JDBC for SQL Server 2000

2002-06-13 Thread Stephen Ng
Sure, it's: http://msdn.microsoft.com/downloads/default.asp?URL=/downloads/sample.asp?ur l=/MSDN-FILES/027/001/779/msdncompositedoc.xml I'm never sure if these msdn url's work, so the algorithm for finding the page is to go to http://msdn.microsoft.com, downloads, then search for "JDBC SQL Serve

RE: JDBC for SQL Server 2000

2002-06-13 Thread telmo sa
Can you give the url? Thank you. Telmo >From: "Stephen Ng" <[EMAIL PROTECTED]> >Reply-To: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: RE: JDBC for SQL Server 2000 >Date: Thu, 13 Jun 2002 06:45:28 -0400 > >JDBC for SQL Server 7Why not the free one from Microsoft? > -Original Me

AW: JDBC for SQL Server 2000

2002-06-13 Thread Stefan Seifert
I can recommend the SPRINTA and OPTA drivers vom inet Software (http://www.inetsoftware.de/), but they are not free. But they are very stable and have very good performance, BLOB support etc. Stefan > -Ursprüngliche Nachricht- > Von: Parrott Geoff [mailto:[EMAIL PROTECTED]] > Gesendet:

RE: JDBC for SQL Server 2000

2002-06-13 Thread Stephen Ng
Title: JDBC for SQL Server 7 Why not the free one from Microsoft? -Original Message-From: Parrott Geoff [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 13, 2002 6:30 AMTo: Cocoon-Users (E-mail)Subject: JDBC for SQL Server 2000 Hi   Slight amendment I now find out it is

JDBC for SQL Server 2000

2002-06-13 Thread Parrott Geoff
Title: JDBC for SQL Server 7 Hi   Slight amendment I now find out it is Server 2000 not 7 as previous message  Can anyone recommend a good Free or Cheap JDBC driver for MSSQL  2000  type 4 if possible Currently developing with Cocoon 2 Tomcat 4.0.3 LE & jdk 1.4.0 I am migrating code develop

RE: Barf on JSPGenerator on Hello.jsp (HELP!)

2002-06-13 Thread Rogier Peters
Hi guys, I'm sorry, but I'm also getting this error on a clean install of cocoon 2.0.2 on tomcat 4.0.1 The error is slightly different for jdk1.4 and 1.3.1 (see stacktraces below). By the way, I don't want to step on any toes here, but I think it's strange that when someone asks a question abou

JDBC for SQL Server 7

2002-06-13 Thread Parrott Geoff
Title: JDBC for SQL Server 7 Hi Can anyone recommend a good Free or Cheap JDBC driver for MSSQL 7 type 4 if possible Currently developing with Cocoon 2 Tomcat 4.0.3 LE & jdk 1.4.0 I am migrating code developed on MySQL to run on MSSQL I have found many issues I am experiencing problem

Re: Problem with nested actions in action-set...

2002-06-13 Thread Gerhard Hipfinger
Hi! I can confirm this problem (as postet yesterday). I used 2.0.2 without problems and the current cvs snapshot (co 10 minutes ago) fails to handle this! Regards, Gerhard Ivan Luzyanin wrote: >Hi! > >Yesterday i upgraded to Cocoon 2.1-dev from 2.0.2 and i had problem with >nested actions in

Problem with nested actions in action-set...

2002-06-13 Thread Ivan Luzyanin
Hi! Yesterday i upgraded to Cocoon 2.1-dev from 2.0.2 and i had problem with nested actions in action-sets. Example of action-set: When i call this action set (form-descriptor and db descriptor passed in parameters) and form validation passed successfully but

RE: Cocoon and J2EE

2002-06-13 Thread Andrew Savory
On Thu, 13 Jun 2002 [EMAIL PROTECTED] wrote: > Where can I find the WikiLand? http://lolive.net or http://rossel.free.fr/ HTH, Andrew. -- Andrew SavoryEmail: [EMAIL PROTECTED] Managing Director Tel: +44 (0)870 741 6658 Luminas In

Character encoding problems with XSP/ESQL

2002-06-13 Thread Andrew Savory
Hi, I'm having problems convincing Cocoon to display unusual characters (such as smart quotes, apostrophes) properly, despite having tried everything suggested on the list in recent weeks to fix this. My setup: - Cocoon 2.0.3-dev - Tomcat 4.0.1 - Postgres 7.2 - Linux The content is being pull

RE: Cocoon and J2EE

2002-06-13 Thread Sylvain.Thevoz
Where can I find the WikiLand? Thank you Sylvain -Message d'origine- De: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Date: mercredi, 12. juin 2002 16:57 À: '[EMAIL PROTECTED]' Objet: RE: Cocoon and J2EE > OK, I see. Thank you Olivier. > > Finally if I want the basic stuff I need cocoon.

cocoon2.1 on WebLogic6.1 sp2

2002-06-13 Thread Helena Ginzburg
Hi all, I have an installation problem with latest version of cocoon on WebLogic6.1 sp2. Could you please help me? I am doing as the following (all taken from a list on http://www.mail-archive.com/cocoon-users@xml.apache.org/msg05228.html I am adding a below code in cocoon.xconf file

Including output of servlet into XSP

2002-06-13 Thread telmo sa
Hello all. I have been trying to find the answer to my post but with no success. I am using Cocoon2 and Tomcat4.0. I am upgrading a Web App done with cocoon 1.8.2. In my cocoon 1.8.2 XSPs i was using util:include-uri to have the content of a servlet in my XSP. For some reason the util:include-u

Re: XMLForms. classpath not found

2002-06-13 Thread Kenny Chow
Ivelin, Oh, I am using the latest (WizardAction). Really love the XMLForm and have written one based upon 'form-feedback' for testing -- in which I found checkbox result does not show on the 'confirm' page. So I am still figuring it out what's missing. Good work everyone, KC --- Ivelin