Re: C2/Solaris8/Jakarta 4.0.3

2002-05-31 Thread Zack Angelo
Well, seems that it doesn't like Xerces 2.0...used the old 1.4 jar (xerces.jar) off and it started right up. -Zack On 5/31/02 12:29 AM, "Zack Angelo" <[EMAIL PROTECTED]> wrote: > Okay, so, from examining the logs it appears that Cocoon is trying to > use Jaxp in

RE: C2/Solaris8/Jakarta 4.0.3

2002-05-30 Thread Zack Angelo
1 PM > To: '[EMAIL PROTECTED]' > Subject: RE: C2/Solaris8/Jakarta 4.0.3 > > http://xml.apache.org/cocoon/installing/index.html > > Goto the section on installing cocoon in tomcat 4.03. > > Maybe you might have more luck with 4.04beta. > > Good Luck. > > D

C2/Solaris8/Jakarta 4.0.3

2002-05-30 Thread Zack Angelo
I'm attempting to get C2 to run with Solaris 8, Jakarta 4.0.3 and JRE 1.3.1. I'm getting a class cast exception saying that org.apache.xerces.parsers.SAXParser does not implement XMLReader. I've copied the appropriate jars from the cocoon package into Jakarta/common/lib...Any ideas? -Zack ---

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: esql in sitemap

2002-05-21 Thread Zack Angelo
whenever a module is inserted into the database, for the sitemap to reflect those changes. -Zack > -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 1:44 AM > To: [EMAIL PROTECTED] > Subject: Re: esql in sitemap > &

esql in sitemap

2002-05-20 Thread Zack Angelo
Is it possible (and/or practical) to use esql to dynamically generate parts of my sitemap? TIA, Zack - Please check that your question has not already been answered in the FAQ before posting.

XSP Function to get URL

2002-05-16 Thread Zack Angelo
Is there an XSP or Java class I can access that will give me the URL of the current page? TIA, Zack - Please check that your question has not already been answered in the FAQ before posting.

xsp-session ns calls element creation funcs?

2002-05-14 Thread Zack Angelo
> C2 doesn't seem to be behaving as expected...my code looks just like the > examples. Any ideas? I'm sure it's something obvious. > > Okay, so apparently this: > > String userID = ; > > Generates into this (and, obviously, generates some errors): > > String userID = > xspAttr.addAttribu

logicsheet urls in sitemap

2002-05-07 Thread Zack Angelo
What is the correct way to declare an entry in my sitemap so that I can reference logicsheet uris in my documents with cocoon://? Do I just do a read like an image, or do I have to serialize them in some special way? TIA. -Zack -

RE: have serialized xml use doctype?

2002-05-06 Thread Zack Angelo
oicexml-1-2.dtd'> -Zack -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 1:32 PM To: [EMAIL PROTECTED] Subject: Re: have serialized xml use doctype? Zack Angelo wrote: > Thanks for the link. Xalan/C2 doesn't seem to like

RE: have serialized xml use doctype?

2002-05-05 Thread Zack Angelo
Sent: Sunday, May 05, 2002 3:43 PM To: [EMAIL PROTECTED] Subject: Re: have serialized xml use doctype? Zack Angelo wrote: > I'm generating XML that is to be fetched by an external browser. In the > serialized XML file, I need it to specify a DTD to use.how do I do it? Check the xs

have serialized xml use doctype?

2002-05-05 Thread Zack Angelo
I'm generating XML that is to be fetched by an external browser. In the serialized XML file, I need it to specify a DTD to use.how do I do it? I've tried doing <[CDATA[ ]]> .and just the doctype by itself (which throws a transform exception). Any ideas? TIA. -Zack --

Re: XSP + Dynamic XML generator ??

2002-05-04 Thread Zack Angelo
Chris, Generally speaking, you don't use XSP to transform XML that has already been generated, you use it generate XML in the first place. So it seems that you'd want to follow the typical pipeline layout, generate your XML with XSP based on parameters gathered from your datasource (perhaps via

Re: Can't connect to MySQL with Cocoon 2

2002-05-04 Thread Zack Angelo
Daniel, Apparently a lot of people have been having trouble getting mySQL+C2 to work with the 1.4 JDK. I'd try 1.3 and see if that helps any. HTH. -Zack On 5/4/02 4:00 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello all, > > I have a problem connecting to a MySQL database with Coco

RE: esql question

2002-05-03 Thread Zack Angelo
Sushil, You use SQL syntax to limit your result set. Like this: SELECT * FROM MYTABLE LIMIT 1,10 will give you the results starting from the first one, all the way until the next 10 (1-10). SELECT * FROM MYTABLE LIMIT 50,10 Will give you the results starting from the 50th, all the way until t

RE: Cocoon generated Java throwing SQLException

2002-05-03 Thread Zack Angelo
x27;t String userLogin = ; String userPass = ; String userLogin = ""; String userPass = ""; Regards, Edgar -Oorspronkelijk bericht- Van: Zack Angelo [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 2 mei 2002 15:16 Aan: [EMAIL P

xsp-session:get-attribute not returning a String?

2002-05-02 Thread Zack Angelo
Hey, I have a statement along the lines of this in my XSP doc: String test = ; However, it won't work (I get an incompatible types compiler error) unless I cast it as a String. Consequently, I think it's returning an invalid value. The same circumstances apply when I use session.get

Re: Request to external XML server in pipeline

2002-05-02 Thread Zack Angelo
Bryce, On a side note, it sounds like you may also benefit from the use of SOAP, have you checked it out yet? -Zack On 5/2/02 4:27 AM, "Ewing, Bryce" <[EMAIL PROTECTED]> wrote: > Hi, > > Just started working with Cocoon and I have a question in regards to reading > XML content from a XML serv

Re: Cocoon generated Java throwing SQLException

2002-05-02 Thread Zack Angelo
; } userID On 5/2/02 2:12 AM, "Graaf, Edgar de (fin)" <[EMAIL PROTECTED]> wrote: > Zack, > > Please provide the whole XSP. > > Regards, > > Edgar > > -Oorspronkelijk

Re: Cocoon generated Java throwing SQLException

2002-05-02 Thread Zack Angelo
On 5/2/02 2:26 AM, "Christian Haul" <[EMAIL PROTECTED]> wrote: > On 01.May.2002 -- 09:54 PM, Zack Angelo wrote: >> Hey, >> >> I'm having some really peculiar behavior with the ESQL logicsheet. I >> have the following XSP (in my own logicsheet):

Cocoon generated Java throwing SQLException

2002-05-01 Thread Zack Angelo
;where clause' For some reason it's saying that one of the columns doesn't exist...I have no idea why. I've also copied and pasted the SQL query from the Java into the mysql client, and it works fine. Any ideas? This just seems really strange to me. Thanks in advance. -Zack

RE: Why isn't Cocoon making into the commercial world?

2002-05-01 Thread Zack Angelo
Although I'm not at liberty to mention any details, my company and I are developing a web software package around C2. Stay tuned. -Zack Angelo Nostromo Corporation -Original Message- From: Dean McGowan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 7:49 PM To: [

RE: C2+ MacOS X + MySQL

2002-04-30 Thread Zack Angelo
Fantastic. It works. Thanks for everything. -Zack -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 5:43 PM To: [EMAIL PROTECTED] Subject: Re: C2+ MacOS X + MySQL On 30.Apr.2002 -- 05:27 PM, [EMAIL PROTECTED] wrote: > i"m sorry about the

C2 + MacOS X + MySQL

2002-04-30 Thread Zack Angelo
Hey, I suppose I should take a brief moment to introduce myself. I’m Zack Angelo from New Orleans… there, did it ;)   Anyway, I’ve perused the digest in hopes of finding a solution to my problem, but to my disappointment, didn’t find anything.   From what I can see, a lot of people