Parser Interface missing in recent distribution

2002-06-05 Thread Adam_Waldal
I am trying to setup Cocoon and in the Cocoon.java servlet I am missing the package: org.apache.avalon.excalibur.xml.Parser I assume it should be in the Avalon Excaliber jar, but it is not. Can anyone enlighten me as to how I can eleviate this problem? Thanks, Adam

Parser Interface

2002-06-05 Thread Adam_Waldal
To clarify: I am looking for the Parser interface contained in the package: org.apache.avalon.excalibur.xml If anyone can help in this pursuit it would be greatly appreciated! Thanks, Adam http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional comman

Re: Parser Interface

2002-06-05 Thread Adam_Waldal
Peter, It came from the cocoon-2.0.2-src distribution off the download with the date 11-Jan-2002 03:20 14M Should I be taking from some place else? I want to integrate the Cocoon servlet with our transaction engine. -Adam

Logging and Form Validation

2002-06-07 Thread Adam_Waldal
Group, I am implmenting a five page form, and I am wondering how I should do the validation of fields. Can anyone give me a good comparison in brief of javascript vs. cocoon for doing the validation? I am looking for how it would be accomplished pass content of forms to bean through servlet, et

RE: Logging and Form Validation

2002-06-07 Thread Adam_Waldal
So how would I accomplish this with Cocoon. Could I just create a component for doing that validation and treat it as a self contained pipe? -Adam

Implementing in WebSphere, suddenly hungary!

2002-06-07 Thread Adam_Waldal
Group, Has anyone implemented Cocoon in WAS 4.0.2 or WSAD 4.0.2? I need to get an architectural spike( proof of concept ) working by Wed. ( D-day ) We are trying to make framework decisions and I need to have a strong case built for using Cocoon for replacement for two xml based product's web f

Re: Implementing in WebSphere, suddenly hungary!

2002-06-07 Thread Adam_Waldal
In cocoon.xconf what do I need in this element to use WebSphere? -Adam Adam_Waldal@eFund

Missing components

2002-06-07 Thread Adam_Waldal
Does anyone know where I can get the jar(s) that contain these? I have used WinZip and went through the avalon stuff and not found them as has the compiler. Description descripti org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException:

RE: Logging and Form Validation

2002-06-07 Thread Adam_Waldal
Luca, That would work for me as well, but I have multiple forms that need to be incrementally validated. The application that is being replaced implemented client-side validation with five large forms(financial stuff) on six layers in one page. The javascript was a nightmare to support. I thi

RE: Logging and Form Validation

2002-06-07 Thread Adam_Waldal
Vadim, Smaller round trips in my case are more important. The XML coming in the final Post is quite large. I think as a best practice when a form goes more than a page and a half and requires thorough validation on the client javascript starts to become less desirable. For us, catching the er

Re: Logging and Form Validation

2002-06-07 Thread Adam_Waldal
The server should be demystified for Web Developers. If you can't handle it stick to Photoshop and Dreamweaver! Separation of Concerns is what Cocoon is all about right. So HTML junkies can be just that, they just need to learn xsl as well. I personally think xsl is much cooler anyways. Can a

Cocoon sitmap compilation error in WebSphere

2002-06-10 Thread Adam_Waldal
Cocoon users far and near, I am trying to run Cocoon in the WebSphere test environment for development and I got everythign to compile and publish. But, when the sitemap tries to compile I recieve the below. Any suggestions? type fatal message Error compiling sitemap description org.apache

Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
Has anyone installed 2.0.2 successfully on WebSphere? I am using the WebSphere test environment and everything is fine except for an internal servlet error on init. It looks like this: type: fatal message: Cocoon was not initialized. description: Cocoon was not initialized. Cannot process re

RE: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
Has anyone had any practical experience using Cocoon in a WebSphere environment, including WebSphere Application Developer? Vadim, Thanks for the help. -Adam - Please check that your question has not already been answered

Re: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
J. Running a current version of WebSphere( 4.0.2 ). I already have several web projects working and deployed from WSAD to WS 4.0. I am just not sure why the bin works and the build war fails? It comes back with internal server errors, that are specific to Cocoon. Was hoping someone else had

Re: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
Adam_Waldal@eFund s.com

RE: Help with install in WebSphere

2002-06-11 Thread Adam_Waldal
Peter, This is not even an option. We are a strict IBM customer, and are standardizing on WAS 4 along with a handful of other technologies. I would be comfortable with using it for a development server for our XP development build process. This was my reason actually for trying jBoss 3.0. I

Re: cocoon as commandline tool

2002-06-11 Thread Adam_Waldal
Mark, Did you by chance play with the order of the jar files that contain parsers? I may be way off, but I found moving the xml-apis.jar and xerxes.jar to the top of the classpath sometimes solves parser not found problems. Especially, when your dealing with WebSphere. Also check to see if yo

Re: AW: Help with install in WebSphere

2002-06-12 Thread Adam_Waldal
Michael, I am running WAS 4.0, but I have questions about the performance issues you brought up. What were the problems, and what activities or pipelines created them. Was the development difficult, how about deployment, etc.. I have got it running in WSAD 4.0.2 with the apache binary, not my

RE: Cocoon and J2EE

2002-06-12 Thread Adam_Waldal
To respond to the question of what an .ear or Enterprise Archive was: It is part of the J2EE specification that encapsulates the .war ( Web Archive ), the EJB .jar, and Client .jar. The hierarchy is as follows: EAR can contain multiple .WAR and EJBjar and .car (Client jar). The naming conventi

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:

2002-06-18 Thread Adam_Waldal
Can anyone enlighten me as to how I can fix the following Exception? We are trying to run and duplicate some of the examples and are recieving this. Thanks, Adam - Forwarded by Adam Waldal/SHV/eFunds on 06/18/02 10:37 AM -