cvs commit: xml-cocoon2 build.xml

2002-07-16 Thread cziegeler
cziegeler2002/07/16 23:48:07 Modified:.Tag: cocoon_2_0_3_branch build.xml Log: Making servlet.jar really optional (reported by Mike Ash [mailto:[EMAIL PROTECTED]]) Revision ChangesPath No revision No revision 1

RE: [Vote] Build System: Switching to Ant Available task

2002-07-16 Thread Carsten Ziegeler
Giacomo Pati wrote: > I havn't followed the hole thread but the available task from ant allows > to say ignoresystemclasses="yes" > (see http://jakarta.apache.org/ant/manual/CoreTasks/available.html). > > Is this achieving the same result as our > class-available task? > Yes, exactly - after so

[Q] Conceptual difficulties

2002-07-16 Thread Per Kreipke
I feel like a newbie again. It seems as if with every new page or problem to solve, I have a large set of choices about where I can store information. But where I choose to store something depends on its lifetime, cachability, granularity, etc. In a typical servlet model, I understand the differ

DO NOT REPLY [Bug 10882] New: - Building webapp jar fails: NullPointerException from zip

2002-07-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

xerces 2.0.2 (again)

2002-07-16 Thread Torsten Curdt
This is what I found out: cocoon2 HEAD seems to work out-of-the-box with xerces 2.0.2 for: resin 2.1.2, jdk 1.3.1_02, linux tomcat 4.1.7b2, jdk 1.3.1_02, linux resin 2.1.2, jdk 1.3.1, win2k but fails on tomcat 4.0.4b2, jdk 1.3.1_02, linux tomcat 4.0.4, jdk 1.3.1_02, linux with java.lang.NoCl

Re: [Vote] Build System: Switching to Ant Available task

2002-07-16 Thread Giacomo Pati
On Tue, 16 Jul 2002, Carsten Ziegeler wrote: > The latest build system distinguishes between jdk 1.2/1.3 and jdk 1.4. > The resulting target should only be used with the jdk used to > build Cocoon. > > We created our own ant task, the class-available task, to avoid some > dependency problems. Usu

cvs ci problem...

2002-07-16 Thread John Morrison
Hi all, I'm trying to add fop and jfor to 2_0_3_branch but I'm getting the following... $ cvs add -kb fop-0.20.4.jar jfor-0.7.0.jar cvs server: fop-0.20.4.jar added independently by second party cvs server: jfor-0.7.0.jar added independently by second party $ cvs ci -m "Could have sworn I added

RE: fop-0.20.3.jar in 2.0.3/4 branch

2002-07-16 Thread John Morrison
I *do* appologise, I could have sworn I did it right. Strange the lucene got updated... :-} > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hello John, > > Sorry about the late response, but i've subscribed only today. Oh, not a problem - it didn't occur to me that you weren't subscr

cvs commit: xml-cocoon2/lib/optional fop-0.20.3.jar

2002-07-16 Thread morrijr
morrijr 2002/07/16 12:39:38 Removed: lib/optional Tag: cocoon_2_0_3_branch fop-0.20.3.jar Log: Could have sworn I added this... -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail:

Re: fop-0.20.3.jar in 2.0.3/4 branch

2002-07-16 Thread Sven Kitschke
Hello John, Sorry about the late response, but i've subscribed only today. I wrote: > Please remove fop-0.20.3.jar from cocoon_2_0_3_branch in cvs. > Otherwise cocoon 2.0.4-dev(?) will not compile! "Morrison, John" <[EMAIL PROTECTED]> wrote: > > Try updating from cvs correctly... > > cvs -

Re: [RT] Cocoon Integration Model

2002-07-16 Thread J.Pietschmann
Piroumian Konstantin wrote: > IMO, the application should be business oriented, e.g. Banking, Billing, > CRM, Reporting or so. We can questionnairre users to see what is the most > needed use-case. I'm in dire need of the usual web based interface to source code control problem tracking pro

Re: [RT] Cocoon Integration Model

2002-07-16 Thread Andrew C. Oliver
> > >Another reason for a PetStore style cocoon app is that it is a simple >concept that people can wrap their heads around. One thing that we >can do is provide a cookie cutter style web store. All you have to do >is change the skin and you can open up shop. Cocoon can do this >far better than

ServletProxyGenerator

2002-07-16 Thread Michael Wechner
Hi I am currently working on a ServletProxyGenerator: ++ ++ +-+ || > | Cocoon:| > | | | Client | | ServletProxyGenerator: | | Servlet | || < | HttpClient

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl WebDAVSource.java WebDAVSourceFactory.java webdav.xconf

2002-07-16 Thread stephan
stephan 2002/07/16 08:48:38 Removed: src/scratchpad/src/org/apache/cocoon/components/source/impl WebDAVSource.java WebDAVSourceFactory.java webdav.xconf Log: Removed, because of some problems with the httpclient libaries.

RE: [Q] Sustainable design with cocoon ???

2002-07-16 Thread Piroumian Konstantin
> From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > > From: Artur Bialecki [mailto:[EMAIL PROTECTED]] > > > > Ok, here is the situation. > > > > Let's say I have some EJB business objects with methods that > > provide DOM view of their data which I want to display to > > users. Other m

RE: [Q] Sustainable design with cocoon ???

2002-07-16 Thread Berin Loritsch
> From: Artur Bialecki [mailto:[EMAIL PROTECTED]] > > Ok, here is the situation. > > Let's say I have some EJB business objects with methods that > provide DOM view of their data which I want to display to > users. Other methods take data and update the objects. All > methods throw ex

Re: [BUG]: Build error with JDK 1.2.2 and slide

2002-07-16 Thread Stephan Michels
On Tue, 16 Jul 2002, Carsten Ziegeler wrote: > Hi, > > when I try to build Cocoon with JDK 1.2.2 I get this strange error: > > [javac] > D:\sunshine\xml-cocoon2\build\cocoon\scratchpad\src\org\apache\cocoo > n\components\source\impl\WebDAVSource.java:0: Class > org.apache.commons.httpclien

[BUG]: Build error with JDK 1.2.2 and slide

2002-07-16 Thread Carsten Ziegeler
Hi, when I try to build Cocoon with JDK 1.2.2 I get this strange error: [javac] D:\sunshine\xml-cocoon2\build\cocoon\scratchpad\src\org\apache\cocoo n\components\source\impl\WebDAVSource.java:0: Class org.apache.commons.httpclien t.ConnectionInterceptor not found in class org.apache.webdav.l

Re: [RT] Cocoon Integration Model

2002-07-16 Thread Steven Noels
Berin Loritsch wrote: > Cocoon can definitely use its own blueprint. A Cocoon Application > Blueprint is an essential document that we need. There are two ways > of using Cocoon: integrated in with a traditional J2EE environment, > and standalone. The blueprint will define exactly what part of

RE: [RT] Cocoon Integration Model

2002-07-16 Thread Berin Loritsch
I agree. Business concepts--while mundane and not very exciting shows how to solve 90% of the problems that Cocoon is likely to be used for. One thing that the PetStore does is it integrates every aspect of J2EE to show how it can be done--not necessarily that it should be done. Another reason

Re: FW: Running the Slide samples with JDBC?

2002-07-16 Thread Stephan Michels
On Tue, 16 Jul 2002 [EMAIL PROTECTED] wrote: > > I repost here since i don't know if Stephan monitors cocoon-users. I am, but somethimes I didn't noticed a mail, if I get 200 mails a day from several lists;-) > gcasper schrieb: > > Hi, > > > > while trying the Slide samples of 2.1-dev CVS on

cvs commit: xml-cocoon2/tools/src ClassAvailableTask.java

2002-07-16 Thread cziegeler
cziegeler2002/07/16 06:11:32 Modified:.build.xml Removed: tools/src ClassAvailableTask.java Log: Changing build system to use again the original available task Revision ChangesPath 1.249 +126 -132 xml-cocoon2/build.xml Index: build.xml =

RE: [Vote] Build System: Switching to Ant Available task

2002-07-16 Thread Carsten Ziegeler
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 3:00 PM > To: [EMAIL PROTECTED] > Subject: RE: [Vote] Build System: Switching to Ant Available task > > Vadim Gritsenko wrote: > >.. > > c) Switch to the original ant task and empt

FW: Running the Slide samples with JDBC?

2002-07-16 Thread gcasper
I repost here since i don't know if Stephan monitors cocoon-users. gcasper schrieb: > Hi, > > while trying the Slide samples of 2.1-dev CVS on Win2K , I can't get it > running with JDBC store. > It looks like Slide doesn't pick up the values configured in > samples/slide/slide.xconf and the Slid

[Q] Sustainable design with cocoon ???

2002-07-16 Thread Artur Bialecki
Ok, here is the situation. Let's say I have some EJB business objects with methods that provide DOM view of their data which I want to display to users. Other methods take data and update the objects. All methods throw exceptions when bad data/system/connection/etc. which are handled by

Re: [RT] Cocoon Integration Model

2002-07-16 Thread Andrew C. Oliver
> > >-It's more fun than a screw-shop sample. > > ... nah... no comment. >fabien. > > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, email: [EMAIL PROTECTED] > > > > --

RE: [Vote] Build System: Switching to Ant Available task

2002-07-16 Thread koen_pellegrims
isn't this exactly why Ant has the build.sysclasspath property? K. "Vadim Gritsenko"

RE: [Vote] Build System: Switching to Ant Available task

2002-07-16 Thread Vadim Gritsenko
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > The latest build system distinguishes between jdk 1.2/1.3 and jdk 1.4. > The resulting target should only be used with the jdk used to > build Cocoon. > > We created our own ant task, the class-available task, to avoid some > dependency pro

RE: fop-0.20.3.jar in 2.0.3/4 branch

2002-07-16 Thread Morrison, John
Try updating from cvs correctly... cvs -z8 -q update -Pd > -Original Message- > From: Sven Kitschke [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 16 July 2002 10:53 am > To: [EMAIL PROTECTED] > Subject: bug: fop-0.20.3.jar in 2.0.3/4 branch > > > Please remove fop-0.20.3.jar from cocoon_

bug: fop-0.20.3.jar in 2.0.3/4 branch

2002-07-16 Thread Sven Kitschke
Please remove fop-0.20.3.jar from cocoon_2_0_3_branch in cvs. Otherwise cocoon 2.0.4-dev(?) will not compile! Sven. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [RT] Cocoon Integration Model

2002-07-16 Thread Anthony W. Marino
My $0.02 is: A ) Create a Cocoon version of PetStore (XPetStore?) app similar to what JPetStore ( http://www.ibatis.com/jpetstore/jpetstore.html ) has done. This gives developers insight into the capabilities of Cocoon in a digestable manner. B ) In order for Cocoon to make it in a huge way I

RE: [Vote] Build System: Switching to Ant Available task

2002-07-16 Thread Carsten Ziegeler
John Morrison wrote: > > > > > Can't this be controller by an option? E.g.: > > -Dclasspath=[local | system]. > > Is there a "which" task where the path to a jar get's returned? Then > we could display what was being used in the compile. > I think this is a good idea. I don't know an Ant tas

RE: [Vote] Build System: Switching to Ant Available task

2002-07-16 Thread Carsten Ziegeler
Piroumian Konstantin wrote: > > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > > > The latest build system distinguishes between jdk 1.2/1.3 and jdk 1.4. > > The resulting target should only be used with the jdk used to > > build Cocoon. > > > > We created our own ant task, the class-ava

Re:

2002-07-16 Thread koen_pellegrims
Hi, Damn, I had already deleted the message and forgot the subject, but someone was having problems with 'NoClassDefFoundErrors'... (Cocoon 2.0.3, jdk1.4 and Tomcat 4.0.4 on Linux, I think) I was just reading the RMIGenerator document, when I encountered this... Somewhere on the Web we had read

Re: [RT] Cocoon Integration Model

2002-07-16 Thread Sylvain Wallez
Artur Bialecki wrote: >I think cocoon web application blueprints are a great idea. >I had to get around many cocoon quirks to get it working >in a J2EE environment. I've always seen cocoon advertised >for web-publishing so I always thought that I'm not using >it for what it was intended. To be f

RE: [Vote] Build System: Switching to Ant Available task

2002-07-16 Thread Morrison, John
> From: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > > > The latest build system distinguishes between jdk 1.2/1.3 > and jdk 1.4. > > The resulting target should only be used with the jdk used to > > build Cocoon. > > > > We created

RE: [Vote] Build System: Switching to Ant Available task

2002-07-16 Thread Piroumian Konstantin
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > The latest build system distinguishes between jdk 1.2/1.3 and jdk 1.4. > The resulting target should only be used with the jdk used to > build Cocoon. > > We created our own ant task, the class-available task, to avoid some > dependency p

RE: [RT] Cocoon Integration Model

2002-07-16 Thread koen_pellegrims
How about we build B2B and B2C in one? I was thinking about an e-government application, where users can access government services through different channels (web, TV, wap,...) In the backend, we can have two (or more) goverment organisations communicating with eachother, or even with other in

[Vote] Build System: Switching to Ant Available task

2002-07-16 Thread Carsten Ziegeler
The latest build system distinguishes between jdk 1.2/1.3 and jdk 1.4. The resulting target should only be used with the jdk used to build Cocoon. We created our own ant task, the class-available task, to avoid some dependency problems. Usually ant searches for classes not only in the path set i

RE: [RT] Cocoon Integration Model

2002-07-16 Thread Piroumian Konstantin
> From: TREGAN Fabien [mailto:[EMAIL PROTECTED]] > > > > >* Insert your own idea here. > > I've always thought that a Chess Webbapp would demonstrate > Cocoon power : > -It has complexe application logic (you can check the > validity of a move, > you can get the whole state of the board fr

Re: [release] site updated

2002-07-16 Thread Sylvain Wallez
Diana Shannon wrote: > Based on the status of 2.0.3 branch as of this am, the web site was > updated. > This includes javadocs (in spite of some warnings on build) > and regular documentation. > > -- Diana Great job, Diana. Will 2.0.4 be Forrest-powered ? Sylvain -- Sylvain Wallez Anywar