Re: problem with WebServiceProxyGenerator

2003-07-02 Thread Tony Collen (UMN IMAP)
Tony Collen wrote: &snip; Does anybody know if commons-httpclient has changed recently? It looks like a bit of stuff that the WSPG uses is currently marked as deprecated in commons-httpclient, which could be the cause of our problems here. I'll put working on this on my plate ASAP. Tony -

RE: problem with WebServiceProxyGenerator

2003-07-01 Thread Lenz, Evan
> A year?! Yoink. I had some mods to the WSPG a while ago and I know it > was working correctly. I > don't think they were that long ago, though. Sorry, I didn't mean to imply that it had been completely broken for a year, but just that for whatever reason it has never been up to snuff for what

Re: problem with WebServiceProxyGenerator

2003-07-01 Thread Tony Collen
Lenz, Evan wrote: I have been periodically scanning the list for almost a year, hoping that someone would take this bull by the horns, i.e. wsproxy in general. At SU Law, we are currently supporting legacy ASP pages through use of the HTMLGenerator and hard-coded GET params in sitemap.xmap. I have

RE: problem with WebServiceProxyGenerator

2003-07-01 Thread Lenz, Evan
L PROTECTED] > Sent: Tuesday, July 01, 2003 12:08 PM > To: [EMAIL PROTECTED] > Subject: Re: problem with WebServiceProxyGenerator > > Joerg Heinicke wrote: > > There seems to be a real problem with WebServiceProxyGenerator: > > > > http://www.mail-archive.com/[EM

Re: problem with WebServiceProxyGenerator

2003-07-01 Thread Tony Collen
Joerg Heinicke wrote: There seems to be a real problem with WebServiceProxyGenerator: http://www.mail-archive.com/[EMAIL PROTECTED]/msg27925.html Yeah, It's looking that way :( I've noticed posts from other people asking about this, too -- no replies. I'm a little short on time

Re: problem with WebServiceProxyGenerator

2003-07-01 Thread Joerg Heinicke
There seems to be a real problem with WebServiceProxyGenerator: http://www.mail-archive.com/[EMAIL PROTECTED]/msg27925.html Joerg Tony Collen wrote: Hübner, Stefan wrote: Hello out there, I'm developing a webapp with cocoon-2.1m2 and want to use the wsproxy. but wsproxy doesn't wor

Re: problem with WebServiceProxyGenerator

2003-07-01 Thread Tony Collen
Hübner, Stefan wrote: Hello out there, I'm developing a webapp with cocoon-2.1m2 and want to use the wsproxy. but wsproxy doesn't work, instead it throws an IllegalArgumentException "host parameter is null". the configuration is quite simple and should be correct - as far as the documentation is u

problem with WebServiceProxyGenerator

2003-07-01 Thread "Hübner, Stefan"
Title: problem with WebServiceProxyGenerator Hello out there, I'm developing a webapp with cocoon-2.1m2 and want to use the wsproxy. but wsproxy doesn't work, instead it throws an IllegalArgumentException "host parameter is null". the configuration is quite simple a

Re: into problem

2003-06-30 Thread Christian Haul
> INSERT INTO FavouritesBasketSession(SessionID, > URL) VALUES('', ' name="relative-url"/>'); > > > > > > When I access "some_page.xsp?webaction=add_to_favourites_session", the > template

Re: into problem

2003-06-29 Thread François Parlant
ect2/N8090.html#d8123e583 Solution (if that is the problem, which is not sure at all): Most xsl processor have a "node-set" or "nodeset" function which is an extension of the xsl specification. For xalan it's xalan:nodeset, but you've got some for saxon or xt. (beware,

into problem

2003-06-29 Thread C Bram Dit Saint Amand
When I access "some_page.xsp?webaction=add_to_favourites_session", the template is executed: the is created, but what is inside the *isn't* executed, which suggests that there is a problem with the . For information, displaying the variable's content with works (

Apache 2.0.43 - Tomcat 4.1 - Cocoon 2.0.4 problem

2003-06-28 Thread Martín Mauri
Hi, I've setup an Apache / Tomcat / Cocoon integrated configuration. Fortunately the Apache / Tomcat part works pretty well, but I'm facing problems with the Cocoon part...I think it's redirection problem as my servlets are served well, but when I try to access a .xml file it simp

Re: XHTML+DTD problem

2003-06-26 Thread Joel Ekstrand
Isn't it a serios bug if you can't use xhtml-documents as a source? Why isn't it possible to configure the file-generator to not include the DTD? /Joel > solution was provided. Is following simple solution an option for you? > > Add a to the pipeline. > The copy.xsl looks like following: > >

WG: Sendmail within xsp page under Cocoon 2.0.4 problem

2003-06-26 Thread Markus Heussen
Sorry for my precipitate posting. I've solved the problem :-) My smpt host was the problem, sorry. I was offline and the new IP address was not allowed to give mails to my smpt host. Although I don't understand why there was no log file entry? Markus -Ursprüngliche Nachrich

Sendmail within xsp page under Cocoon 2.0.4 problem

2003-06-26 Thread Markus Heussen
Hi all, I try to get the sendmail logicsheet running within a xsp page, but it doesn't work :-( I followed the instruction under http://wiki.cocoondev.org/Wiki.jsp?page=SendingEmail and put the following code in my xsp page: [EMAIL PROTECTED] [EMAIL PROTECTED] test

Re: esql:query problem

2003-06-26 Thread Christian Haul
On 26.Jun.2003 -- 10:04 AM, Dmitry Diskin wrote: > Hello > > I noticed that if I insert any tag between closing and > opening - nothing works. Is it a known situation and > documented somewhere? > > Example below doesn't work: > > > mypool > > > select * from somet

esql:query problem

2003-06-25 Thread Dmitry Diskin
Hello I noticed that if I insert any tag between closing and opening - nothing works. Is it a known situation and documented somewhere? Example below doesn't work: mypool select * from something some data here

Re: XHTML+DTD problem

2003-06-25 Thread Joerg Heinicke
let through. Joerg Joel Ekstrand wrote: I have problems reading xhtml-files. The problem occours when I have a DTD specified. I tried this just to see what is going on: I then request test.xml and I have a file like this in documents/test.html: http://www.w3.org/TR/xhtml1

RE: esql:query problem

2003-06-25 Thread Tim Bachta
Chris, That was it, thank you for the help. All of you that helped thank you. Tim Bachta -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:56 AM To: [EMAIL PROTECTED] Subject: Re: esql:query problem On 25.Jun.2003 -- 10:48 AM, Tim

Re: esql:query problem

2003-06-25 Thread Christian Haul
On 25.Jun.2003 -- 10:48 AM, Tim Bachta wrote: > Well I tried that and no error, the only problem is I get no results > either. I was looking at the example that I am working from Maybe you need to add the needs-query attribute. Some drivers don't like it if a CallableStatement is j

RE: esql:query problem

2003-06-25 Thread Tim Bachta
Well I tried that and no error, the only problem is I get no results either. I was looking at the example that I am working from http://cocoon.apache.org/2.1/userdocs/xsp/esql.html#Stored+Procedure+Sup port And it uses the call-results tag as well as the use-results tag. I guess this may be bad

Re: esql:query problem

2003-06-25 Thread Christian Haul
On 25.Jun.2003 -- 10:32 AM, Tim Bachta wrote: > My code now looks like this w/out the tag: > > {call rptLocationDeviations( type="Int">number, direction="in" type="String">room, > type="String">beginTime, > type="String">endTime)} > > > (ResultSet) from-call="true"/> Sorry, I should have bee

RE: esql:query problem

2003-06-25 Thread Tim Bachta
(): org.apache.avalon.framework.CascadingRuntimeException: Error getting ascii data for column 1 We may be getting closer? Thanks for all the help. Tim Bachta -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:20 AM To: [EMAIL PROTECTED] Subject: Re: esql:query problem On 25

Re: esql:query problem

2003-06-25 Thread Christian Haul
On 25.Jun.2003 -- 09:53 AM, Tim Bachta wrote: > Here is my code in plain Java: > CallableStatement stmt = con.prepareCall("{call > rptLocationDeviations(?,?,?,?)}"); > stmt.setInt(1, 199); > stmt.setString(2, "Rm 130 B"); >

RE: esql:query problem

2003-06-25 Thread Tim Bachta
:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:11 AM To: [EMAIL PROTECTED] Subject: Re: esql:query problem Guessing a little; should it be little case int instead of Int at esql:parameter direction="in" type="Int">number -Roger - Original Message - Fro

Re: esql:query problem

2003-06-25 Thread Roger I Martin PhD
Guessing a little; should it be little case int instead of Int at esql:parameter direction="in" type="Int">number -Roger - Original Message - From: "Tim Bachta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 10:53 AM

RE: esql:query problem

2003-06-25 Thread Tim Bachta
Forgot to add that I am getting an invalid parameter bindings error from cocoon. Tim Bachta (913)693-0538 Office (913)486-5213 Mobile -Original Message- From: Tim Bachta Sent: Wednesday, June 25, 2003 9:53 AM To: [EMAIL PROTECTED] Subject: RE: esql:query problem Here is my code in

RE: esql:query problem

2003-06-25 Thread Tim Bachta
there, granted it is a little confusing to look through since the formatting is not the greatest. Thanks for the help. Tim Bachta -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 7:37 AM To: [EMAIL PROTECTED] Subject: Re: esql:query probl

Re: esql:query problem

2003-06-25 Thread Christian Haul
On 24.Jun.2003 -- 08:48 AM, Tim Bachta wrote: > Here is what I am trying, I am getting an invalid parameter bindings > error, do I need to register the out parameters? Yes -- unless your driver returns a result set. This is highly dependent on the jdbc driver :-( If you know how to do it in pl

XHTML+DTD problem

2003-06-24 Thread Joel Ekstrand
I have problems reading xhtml-files. The problem occours when I have a DTD specified. I tried this just to see what is going on:       I then request test.xml and I have a file like this in documents/test.html:   http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http:

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Gururaja H
Thanks for the information.   Upayavira <[EMAIL PROTECTED]> wrote: > What may be the cause of following ??> Opening database: C:\Program Files\Apache Group\Tomcat> 4.1\webapps\cocoon\WEB-INF\db\cocoondb HSQLDB server 1.7.1 is running> Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Upayavira
> What may be the cause of following ?? > Opening database: C:\Program Files\Apache Group\Tomcat > 4.1\webapps\cocoon\WEB-INF\db\cocoondb HSQLDB server 1.7.1 is running > Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly That is the HSQL database starting up that is integrated into

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Gururaja H
gt;I am able to access localhost:8080/cocoon/ from my browser.>>Does that mean my install is working correctly ?Yes. What made you think you had a problem to begin with?Geoff -To unsubscribe, e-mail: [EMAIL PROTECTED]For a

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Gururaja H
gt;I am able to access localhost:8080/cocoon/ from my browser.>>Does that mean my install is working correctly ?Yes. What made you think you had a problem to begin with?Geoff -To unsubscribe, e-mail: [EMAIL PROTECTED]For additi

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Geoff Howard
At 09:39 AM 6/24/2003, you wrote: I am able to access localhost:8080/cocoon/ from my browser. Does that mean my install is working correctly ? Yes. What made you think you had a problem to begin with? Geoff - To unsubscribe

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Austin Tashis
On Tuesday, June 24, 2003, at 09:39 AM, Gururaja H wrote:  I am able to access localhost:8080/cocoon/ from my browser.   Does that mean my install is working correctly ? It's certainly a good indication, but I wouldn't say it was working correctly without testing everything. Go through the examp

RE: esql:query problem

2003-06-24 Thread Tim Bachta
Message- From: Michael Raffenberg [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 7:25 PM To: [EMAIL PROTECTED] Subject: AW: esql:query problem Hi Tim, did you try the Tag? Here you find a introduction: http://cocoon.apache.org/2.1/userdocs/xsp/esql.html#Stored+Procedure+Sup port

Re: Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-24 Thread Gururaja H
  I am able to access localhost:8080/cocoon/ from my browser.   Does that mean my install is working correctly ? David Crossley <[EMAIL PROTECTED]> wrote: Gururaja H wrote:>> I am having problem installing cocoon 2.0.4 on Tomcat 4.1.18> on Windows 2000(on Sun J2SDK 1.3.1_08. I have

Problem installing cocoon 2.0.4 on Tomcat 4.1.18

2003-06-23 Thread Gururaja H
Hi,   I am having problem installing cocoon 2.0.4 on Tomcat 4.1.18 on Windows 2000(on Sun J2SDK 1.3.1_08.  I have down loaded the prebuilt binaries and copied the cocoon.war to %CATALINA%\webapps directory. When I start the Tomcat I get the following message: C:\Program Files\Apache Group\Tomcat

Re: AW: esql:query problem

2003-06-23 Thread Chris
liche Nachricht- > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 23. Juni 2003 22:55 > > An: [EMAIL PROTECTED] > > Betreff: esql:query problem > > > > > > I am attempting to call a stored procedure using esql:query. > > O

AW: esql:query problem

2003-06-23 Thread Michael Raffenberg
; An: [EMAIL PROTECTED] > Betreff: esql:query problem > > > I am attempting to call a stored procedure using esql:query. > Other stored procedures work using this so it is not a > connection issue. I have narrowed down the issue to being > the procedure itself. I am selecting dat

esql:query problem

2003-06-23 Thread Tim Bachta
data sets. I need to use the temp tables there is no way around it. The problem is the stored procedure will not return a result set in cocoon because it sees the insert statement then stops thinking there is not a result set. My code from my xsp is below, if anyone has any information about why

Problem integrating NT Tomcat 4.1.24 & 2.1.m2 (xerces?, forrest)

2003-06-23 Thread Arthur Allen
not have spaces, etc...), to no avail. Does anyone have any insight into this problem? It looks like a jar hell type situation. What did Forrest do to make it work? Below is the non-blank version of the screen which comes up when I replicate the contents of common/endorsed (i.e. xalan-20030506

More on this problem

2003-06-21 Thread Richard Doust
After having unset these exclude properties I tried "build samples" and starting up "cocoon servlet". I had nothing but problems with the resultant samples. Almost none of the links worked. I am in the process of rebuilding after doing a "build clean"... Very little difference. Almost everything re

RE: problem with properties and ant

2003-06-21 Thread Geoff Howard
8 PM > To: [EMAIL PROTECTED] > Subject: problem with properties and ant > > > I guess my problem is that the samples are not getting built. I tried > modifying the local.build.properties file and comment out the > exclude.webapp.samples property, but since this is defined in su

problem with properties and ant

2003-06-21 Thread Richard Doust
I guess my problem is that the samples are not getting built. I tried modifying the local.build.properties file and comment out the exclude.webapp.samples property, but since this is defined in subsequently loaded properties, this clearly doesn't help. I tried changing the value from true

Serious Problem with sql:transformer

2003-06-19 Thread Alexander Schatten
I user SQL transformer also to insert (and update) datasets in the database, as this is rather handy. It works basically fine, but today it took me hours to figure out one problem. (Cocoon 2.04) I use http://apache.org/cocoon/SQL/2.0";> statements with an INS

session-validator problem

2003-06-19 Thread Bruno Pierre
Hello,   I've downloaded cocoon a month ago and it's good but hard. I've a problem when trying to adapt the "protected" tutorial to my application.   here is

weird svg problem

2003-06-19 Thread rob
Hi,   I have a really strange problem when using svg inside the tag.   When I don't use cocoon to serve the following page everything is fine and I get an alert, but when cocoon serves the page the _javascript_ fails at getSVGDocument (or getSvgDocument).   Here is my simple html

src URL handling problem with WebServiceProxyGenerator

2003-06-19 Thread Philippe Remels
Hi, I can't get the WebServiceProxyGenerator neither the sample nor any test I can imagine. It always fails with the same error : org.apache.cocoon.ProcessingException: Error invoking remote service: java.lang.IllegalArgumentException: host parameter is null: java.lang.IllegalArgumentException:

Problem passing request parameter form form field.

2003-06-19 Thread Dr. Hans M. Rupp
Hallo! Using Cocoon 2.03 I try to pass request paramaters directly to stylessheets configuring the Trax-Transformer like true In most of the cases this works well. However when I use an input field with a submit button like the request parameter "SearchString" seems to be only

RE: Cocoon 2.1 migration problem with sub-sitemap

2003-06-18 Thread Nathaniel Alfred
Did you add to the section in the root sitemap? > -Original Message- > From: Peter Klotz [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 18. Juni 2003 11:48 > To: [EMAIL PROTECTED] > Subject: Cocoon 2.1 migration problem with sub-sitemap > > > Hi, > > I ha

Cocoon 2.1 migration problem with sub-sitemap

2003-06-18 Thread Peter Klotz
Hi, I have migrated a sub-sitemap from Cocoon 2.0.4 to 2.1m3. With 2.0.4 everything worked fine, now with 2.1 I only get empty pages. The reason seems to be that the sub-sitemap in cocoon/sims is never really called. Whenever I call a URL with sims/something I get empty page with NO errors altho

sunRise authentication problem

2003-06-17 Thread zze-MORY Nicolas FTRD/DMI/REN
I'm using the 2.0.4 version of cocoon.   and i want ot protect my pages. I'm using the sunRise module to do this i folowed the exemple on this page : http://radio.weblogs.com/0103021/stories/2002/02/28/usingTheSunriseComponents.html   when i want to access on a page which is protected by

Re: WebServiceProxyGenerator problem

2003-06-16 Thread Azam .
2.0.4 on tomcat-4.1.24Geoff Howard <[EMAIL PROTECTED]> wrote: 2.1 or 2.0?At 02:13 AM 6/16/2003, you wrote:>Hi all>>I want to use sth like this in my sitemap>> > > >src=""> label="xml"/>> > > >>and I define this in sitemap

Re: WebServiceProxyGenerator problem

2003-06-16 Thread Geoff Howard
enerators logger="webapp.wsproxy"/> but the problem is it couldn't find org.apache.cocoon.generation.WebServiceProxyGenerator should I add any extra jar to my cocoon lib? or anything else? thanks in advance azam -

cocoon.xconf problem: ExcaliburComponentSelector

2003-06-16 Thread manfred . weigel
Hi *! I'm using websphere 4.1.1 and cocoon 2.1 M2 Does anybody know what's wrong with my configuration - Im getting this errormessage in the stdout each time a url is called: [16.06.03 12:53:37:253 GMT+02:00] 5928cda1 WebGroup I SRVE0091I: [Servlet-Protokoll]: WARN(2003-06-16) 12:53.37

WebServiceProxyGenerator problem

2003-06-15 Thread Azam .
Hi all   I want to use sth like this in my sitemap   src=""http://www.example.com/rss091.xml">http://www.example.com/rss091.xml" label="xml"/>            and I define this in sitemap generators     logger="w

Problem with SessionAttributeSelector

2003-06-13 Thread Arthur Allen
Hi, I'm a newbie & am having problems (among other) using the session attribute selector for which neither documentation nor samples exist to my knowledge. I'm using JVM 1.4, cocoon 2.1m2 and Tomcat 4.1.24 My declaration runs as follows: my code snippet runs as follows:

Little problem

2003-06-13 Thread Mustafa Ali, Halgurt
Hi,   I have a xml data and a style sheet, everything is working properly, the I put my xml data on a remot server, I changed my sitemap.xmap and pointed to the xml file with an URL, now I am just getting all the text in the xml file, cocoon ignores the roles which I wrote in the style sh

RE: problem with setting up cocoon in webLogic

2003-06-12 Thread Geoff Howard
have vm14 or vm12 - excalibur datasource jar may be the only one.   HTH, Geoff -Original Message-From: Anne Kwong [mailto:[EMAIL PROTECTED]Sent: Wednesday, June 11, 2003 8:44 PMTo: [EMAIL PROTECTED]Subject: Re: problem with setting up cocoon in webLogic Hi Geoff, I downloaded

Re: problem with setting up cocoon in webLogic

2003-06-11 Thread Anne Kwong
Hi Geoff, I downloaded the binary version and follow the instruction that they have on the website for weblogic 6.0.    Should I build from source from your opinion?   Thanks, AnneGeoff Howard <[EMAIL PROTECTED]> wrote: And did you build from source? What instructions did you follow toset up the c

Re: problem with setting up cocoon in webLogic

2003-06-11 Thread Geoff Howard
And did you build from source? What instructions did you follow to set up the cocoon servlet? Geoff At 09:55 AM 6/11/2003, you wrote: I am using Cocoon 2.0.4. From the webLogic log, there is no error message.. Anne Geoff Howard <[EMAIL PROTECTED]> wrote: Actually, in this case the errors are p

Re: problem with setting up cocoon in webLogic

2003-06-11 Thread Jay W Kim
you probably need to add some jars in your classpath: put the xerces in your startWeblogic.cmd set CLASSPATH=%CLASSPATH%;C:\Log4J\log4j-1.2.8.jar set CLASSPATH=%CLASSPATH%;C:\Xerces\xerces_1_4_4.jar set CLASSPATH=%CLASSPATH%;C:\libraries\webAF\webAF.jar; --

Re: problem with setting up cocoon in webLogic

2003-06-11 Thread Anne Kwong
I am using Cocoon 2.0.4.  From the webLogic log, there is no error message..   AnneGeoff Howard <[EMAIL PROTECTED]> wrote: Actually, in this case the errors are probably in WebLogic's logs, not in WEB-INF/logs. Did you build from source? Which version of Cocoon?GeoffAt 02:41 AM 6/11/2003, you wrot

Re: problem with setting up cocoon in webLogic

2003-06-11 Thread Geoff Howard
Actually, in this case the errors are probably in WebLogic's logs, not in WEB-INF/logs. Did you build from source? Which version of Cocoon? Geoff At 02:41 AM 6/11/2003, you wrote: Could you please post errors from the log files? They should be in your cocoon web app directory under WEB-INF/log

Re: problem with setting up cocoon in webLogic

2003-06-11 Thread Anne Kwong
Hi I am using webLogic 7.  Does anyone know how to get cocoon to work under weblogic 7?  Any help or hint will be greatly appreciated.   Thanks, Anne   Alexandre Victoor <[EMAIL PROTECTED]> wrote: What version of weblogic are you using? If I am not wrong, Cocoon2 works under weblogic 6.1 sp4 but no

[FIXED] Re: XSP/Java - simple? problem

2003-06-11 Thread Derek Hohls
Brilliant, thanks Chris. To summarise, this: if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) { 14 } else { 1 } should be: ((fGraphPtLabel != null) &&

Re: XSP/Java - simple? problem

2003-06-11 Thread Joerg Heinicke
xspAttr.clear(); this.contentHandler.endElement(...); So first templates are applied for all your s. And second the rest including . This is of course completely buggy, but I don't know how to fix it without breaking existing stuff. The problem is, that you are creating the attribu

Re: XSP/Java - simple? problem

2003-06-11 Thread Christian Haul
On 11.Jun.2003 -- 10:27 AM, Christian Haul wrote: > On 11.Jun.2003 -- 08:43 AM, Derek Hohls wrote: > > > >> name="label">fGraphPtLabel > > > > if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) { > > > > 14 > > } else { > >

Re: XSP/Java - simple? problem

2003-06-11 Thread Christian Haul
On 11.Jun.2003 -- 08:43 AM, Derek Hohls wrote: > > fGraphPtLabel > > if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) { > > 14 > } else { > 1 > } > Can'

Re: XSP/Java - simple? problem

2003-06-11 Thread Derek Hohls
Andreas Yes, the Java code generated does not seem to reflect my *intent* in the XSP (see below) ie. the attributes have been moved outside of the "if" test for some reason - any ideas how to create a more appropriate code set?? xspAttr.addAttribute( "", "label", "label"

Re: XSP/Java - simple? problem

2003-06-11 Thread Andreas Hartmann
Hi Derek, Derek Hohls wrote: Hi Can someone explain what is wrong with the following code: fGraphPtLabel if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) { 14 } else { 1 }

Re: problem with setting up cocoon in webLogic

2003-06-11 Thread Alexandre Victoor
What version of weblogic are you using? If I am not wrong, Cocoon2 works under weblogic 6.1 sp4 but not under weblogic 6.1 sp2... Alex Anne Kwong wrote: Dear all, I followed the instruction and is able to set up the CocoonServlet on weblogic. However, when I tried to bring up localhost:7001/c

problem with setting up cocoon in webLogic

2003-06-11 Thread Anne Kwong
Dear all, I  followed the instruction and is able to set up the CocoonServlet on weblogic.  However, when I tried to bring up localhost:7001/cocoon/, I am getting the following error:   type fatal message Cocoon was not initialized. description Cocoon was not initialized. Cannot process request. s

XSP/Java - simple? problem

2003-06-10 Thread Derek Hohls
Hi Can someone explain what is wrong with the following code: fGraphPtLabel if ((fGraphPtLabel != null) && (fGraphPtLabel.equals("name"))) { 14 } else { 1 } Gives an output of:

Re: problem with setting up cocoon in webLogic

2003-06-10 Thread David Kavanagh
Could you please post errors from the log files? They should be in your cocoon web app directory under WEB-INF/logs. The error.log usually has something useful, but I would look in core.log for this type of error. David Anne Kwong wrote: Dear all, I  followed the instruction and is

problem with setting up cocoon in webLogic

2003-06-10 Thread Anne Kwong
Dear all, I  followed the instruction and is able to set up the CocoonServlet on weblogic.  However, when I tried to bring up localhost:7001/cocoon/, I am getting the following error:   type fatal message Cocoon was not initialized. description Cocoon was not initialized. Cannot process request.

Re: XSLTC problem with IBM WebSphere

2003-06-10 Thread Joerg Heinicke
performance boost. No problem getting it to work in Tomcat. I dropped the xsltc.jar from the Xalan distro in WEB-INF/lib and added the following to the sitemap: logger="sitemap.transformer.xslt" src="org.apache.cocoon.transformation.TraxTransformer" pool-max="32&qu

XSLTC problem with IBM WebSphere

2003-06-10 Thread Michael Vennera
I running some pretty large XSLT transformations through Cocoon and want to use XSLTC for the performance boost. No problem getting it to work in Tomcat. I dropped the xsltc.jar from the Xalan distro in WEB-INF/lib and added the following to the sitemap: false false

Connection problem

2003-06-10 Thread Paul Pattison
ource org.apache.avalon.excalibur.datasource.NoValidConnectionException: No valid JdbcConnection class available After I restart Tomcat it runs fine. Any ideas what the problem is? Win2000 Tomcat 4.0.6 Cocoon 2.1-dev Thanks, Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: Lucene indexing / crawling problem

2003-06-09 Thread Conal Tuohy
> Have you enabled the "link view" for all the pages you want to crawl? > > HTH > > Michael Yes I have ... and a content view ... but even pages from the same pipeline may be crawled or NOT crawled. - To unsubscribe, e-mail: [EM

Re: problem saving sunshine profiles in database

2003-06-09 Thread Mustafa Yalniz
Hi Enrico, I have the same problem. I have tried using the similar approach that you have taken but seems something is wrong in copying into the database. The tags disappear in the database even if they are in the log file before sql transformer. Any help would be greatly appreciated. Best

Re: Lucene indexing / crawling problem

2003-06-09 Thread Michael Wechner
Conal Tuohy wrote: I'm creating a Lucene index using an XSP based on the sample, but I have a strange problem. Some of the pages are crawled, but some are not crawled, and I can't see why. I have DEBUG logging for the core.search components, so I can see the crawler crawling the s

Lucene indexing / crawling problem

2003-06-08 Thread Conal Tuohy
I'm creating a Lucene index using an XSP based on the sample, but I have a strange problem. Some of the pages are crawled, but some are not crawled, and I can't see why. I have DEBUG logging for the core.search components, so I can see the crawler crawling the site. I can see i

Re: regexp problem

2003-06-06 Thread Christian Haul
On 05.Jun.2003 -- 04:45 PM, Majcen, Kurt wrote: > Hi all! > > We are trying to validate input fields in a web user interface via the > form-validator action. One of the fields is a date field. Therefore we found a > regular expression at http://www.regxlib.com/REDetails.aspx?regexp_id=113 which

regexp problem

2003-06-06 Thread Majcen, Kurt
Hi all! We are trying to validate input fields in a web user interface via the form-validator action. One of the fields is a date field. Therefore we found a regular expression at http://www.regxlib.com/REDetails.aspx?regexp_id=113 which covers the aspects we are looking for: ^(?:(?:31(\/|-|\.

AW: regexp problem

2003-06-05 Thread Majcen, Kurt
Thanks for the advice. In the meantime we tried with jakarta-regexp-1.3-dev.jar which seems to work now. Kurt -Ursprüngliche Nachricht- Von: Christian Haul [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 05. Juni 2003 17:12 An: [EMAIL PROTECTED] Betreff: Re: regexp problem On 05.Jun

problem saving sunshine profiles in database

2003-06-05 Thread Enrico Ballarin Dolfin
Hi I'm using Cocoon 2.0.4 with Tomcat 4.0.4, Apache 1.3.26 and Java 1.3.1. After having modified the sunspotdemoportal to perform authentication with a database instead of with files, I'm trying now to solve the next problem i.e. how to store user profile and status on the database

RE: jfor encoding problem (POST encoding problem, indeed)

2003-06-04 Thread Yan, Charlene
Bertrand, Thank you very much for your help!!! The html encoding was the problem!!! You are the man!!! I'm just so happy that it works. Charlene -Original Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 3:25 AM To: [EMAIL PROT

I've a problem

2003-06-04 Thread Mmutuberria
Hello friends, I've to implant Cocoon in my enterprise (AUSA) and I need a bit of generic information about it. I Know the product, I think is a great solution, but I need some study of implantation with contrasted data in a web site migration to Cocoon, and the economic advantages in maintenance

Fwd: jfor encoding problem (POST encoding problem, indeed)

2003-06-04 Thread Bertrand Delacretaz
x27;s StreamGenerator is used to read your XML from an HTML form field. Your encoding problem is caused by the StreamGenerator using the wrong encoding when *reading data* from the form's POST request. To use a different encoding, you have to change the HTML code of the form, replacing

FW: jfor encoding problem

2003-06-04 Thread Yan, Charlene
example at http://localhost:8080/cocoon/samples/stream/order. If you add at the top of the default xml and change Order Id to be Gérer, the next html page will display Gérer as Order Id. It is doing the same thing to rtf report. Is it a parser problem? The same xml is parsed correctly in

RE: jfor encoding problem

2003-06-04 Thread Yan, Charlene
example at http://localhost:8080/cocoon/samples/stream/order. If you add at the top of the default xml and change Order Id to be Gérer, the next html page will display Gérer as Order Id. It is doing the same thing to rtf report. Is it a parser problem? The same xml is parsed correctly in

Re: Again: "forgotten" namespaces problem

2003-06-03 Thread Andrew C. Oliver
Bla bla bla bla submit a patch bla bla bla bla -andy On 6/3/03 8:02 AM, "Alexander Schatten" <[EMAIL PROTECTED]> wrote: > Conal Tuohy wrote: > >> Andrew C. Oliver wrote: >> >> >> >>> Why not just add a parameter which removes them or not, big >>> deal. No reason >>> for Yet Another Class.

Re: Again: "forgotten" namespaces problem

2003-06-03 Thread Geoff Howard
At 08:02 AM 6/3/2003, you wrote: Conal Tuohy wrote: Why not just add a parameter which removes them or not, big deal. No reason for Yet Another Class. Why provide an _option_ for people to output invalid HTML? Seriously, isn't it _always_ a bug to output namespaces in the HTML? What are the use ca

Re: Again: "forgotten" namespaces problem

2003-06-03 Thread Alexander Schatten
Conal Tuohy wrote: Andrew C. Oliver wrote: Why not just add a parameter which removes them or not, big deal. No reason for Yet Another Class. Why provide an _option_ for people to output invalid HTML? Seriously, isn't it _always_ a bug to output namespaces in the HTML? What are the use

Re: jfor encoding problem

2003-06-03 Thread Bertrand Delacretaz
Le Mardi, 3 juin 2003, à 07:40 Europe/Zurich, Bertrand Delacretaz a écrit : ...Is the encoding declaration correct in your input XML? Sorry, didn't notice that this was answered already (but I had two other messages from the same person at my private address ;-) -Bertrand -

Re: jfor encoding problem

2003-06-03 Thread Bertrand Delacretaz
ch as "Gére" in the xml file... Is the encoding declaration correct in your input XML? Can you parse it with another tool (XML editor or parser)? If you can reduce your input to the smallest XML file that causes the problem, you could post it here so that someone can test it.

RE: jfor encoding problem

2003-06-03 Thread Yan, Charlene
Con, Thanks for your reply. You are right that I should have encoding="ISO-8859-1" in the prolog. My current xml string doesn't have any declaration in the front. That's causing the problem. Thanks again! Charlene -Original Message- From: Conal Tuohy [mailto:[E

  1   2   3   4   5   6   7   8   9   10   >