Re: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-25 Thread Christophe de Kerviler
Hi, You should try with JDK 1.3.1, I am also running C2 on Solaris 7 and it works. Also, don't forget to set the DISPLAY environment variable to localhost:0.0 Christophe "Bentley, Tim" a écrit : > After successfully running C2 for some time under NT, I recently had to get > it going on Solaris

Re: Installing Cocoon on Tomcat

2001-07-25 Thread Seth Bunke
I believe that I had a similar problem when setting up Cocoon with Tomcat. For whatever reason the xerces jar has to be found before some other jars. To deal with this I modified my tomcat.bat file (Windows 98) (in the bin directory) to expilictly load this jar first. See the portion of tomcat.bat

AW: Request tablig

2001-07-25 Thread Max Larsson
Sorry folks, i've figure out the problem. It is very important to have the namespace for taglib named xsp-request! Max > -Ursprüngliche Nachricht- > Von: Max Larsson [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 26. Juli 2001 08:40 > An: Cocoon Users (E-Mail) > Betreff: Request tab

RE: re: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-25 Thread Bentley, Tim
Forgot the log file > -Original Message- > From: Tim Bentley [mailto:[EMAIL PROTECTED]]On Behalf Of Bentley, Tim > Sent: Thursday, 26 July 2001 16:35 > To: Cocoon-Users (E-mail) > Subject: re: [C2] with Tomcat 3.2.1 under Solaris 2.6 > > > After successfully running C2 for some ti

Request tablig

2001-07-25 Thread Max Larsson
Hi, i've got a problem with using the request taglib. THe following example always stop because of complication error, but i have no idea why? Or do i use the taglib in a wrong way ? http://apache.org/xsp"; xmlns:esql="http://apache.org/cocoon/SQL/v2"; xmlns:requ

re: [C2] with Tomcat 3.2.1 under Solaris 2.6

2001-07-25 Thread Bentley, Tim
After successfully running C2 for some time under NT, I recently had to get it going on Solaris 2.7. I have been running into a problem which is mentioned a few times in the archives as occurring with various versions of Solaris. Unfortunately I have not been able to find any posts detailing a s

Cocoon2 getting error: /usr/cocoon/bin/ant line111: 5218 Segmentation fault

2001-07-25 Thread Igor Bejenar
Under Linux Red Hat 7.0/jdk1.3.1/Apache WEB Server/Tomcat-4.0-b5 ... Ant as well... Getting the same error. Look like its does not care if I execute build.sh as "su" or "nobody". If anyone know where problem is - please let me know Any help will be appreciated... ib --

Installing Cocoon on Tomcat

2001-07-25 Thread Olga Agady
If there is a parser.jar file in the /lib directory, you should rename this file. Someting like zzz.jar to move it to the end of the file list. The exception "noSuchMethod' is caused by using a wrong parser instead of the Cocoon's parser. The Cocoon's parser should be in front of all the other par

Re: AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread Olga Agady
Hi, I saw the option in XML Spy server under Edit/Settings/XSL However you have to enter the command line which would start the program with the parameters. Cocoon is deployed on the server (in my case - Apache server or WebLogic). So, I can not start it as an applicaion. I also send this quest

DOMStreamer and namespaces

2001-07-25 Thread Greg Weinger
I have a question regarding DOMStreamer behavior and namespaces. My problem appeared when I upgraded to C2b2 from C2b1. I have an XSP that drops a org.w3c.dom.Node generated by some legacy code into an tag. If I only generate and serialize this Node I can see the results. When I try to t

How to contribute to documentation?

2001-07-25 Thread Richard Heintze
I need to write up some detailed documentation on how to install tomcat/jsp, apache soap, cocoon and jboss with IIS/Win2000 for my ISP. I've presently installed tomcat/jsp and cocoon on my notebook and I'm about to tackle soap and jboss. The documentation on *.apache.org has been less than clear a

IE5 Parser Problem

2001-07-25 Thread Xu, Minyan
Hi, Mr. Muench, I am new to XSL and I am having very hard time to make my xsl file which uses official XSLT 1.0 recommendation namespace to work with IE 5.5 browser. Thanks for your several postings saying I need to download Microsoft's MSXSL3 and run some script to change IE5's default settin

Re: AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread Gritsenko
I have asked XmlSpy support about it 3 hours ago and still didn't get the answer - they are in Austria and time there was 17:30. The told (emailed) me that Xalan can be inegrated with Spy by specifying path to .exe and parameters to run it with - in Spy Tools-Options-XSL menu. Viktor - Ori

RE: [C2] Webapp directory for development...

2001-07-25 Thread Per Kreipke
Berin, > > Should I simply extract the C2 WAR into a new directory, let Tomcat know > > about it and work there until the app is done, then build it > into a new WAR > > and deploy it? > > > This is the prefered development method. WAR files are for deployment. Thanks! That makes sense to me. F

Installing cocoon.jar

2001-07-25 Thread Tait, Allen
I am using the Cocoon 1.8 with Tomcat 3.2.1 and Apache (?). Can I put all .jar files associated with cocoon in the applications .war file under in WEB-INF/lib directory? When I try this I get a ClassNotFoundError. Of course, I install the .war in webapps and restart Tomcat. On the other hand i

RE: Cocoon2 - bad performance with increasing amount of clients?!

2001-07-25 Thread Vadim Gritsenko
It is important also to properly size component pools as this affect performance a lot. If pools are too small comparing to the load, Cocoon will create/destroy components for each request. Vadim > -Original Message- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, J

Re: [C2] Webapp directory for development...

2001-07-25 Thread Berin Loritsch
Per Kreipke wrote: > > Should I simply extract the C2 WAR into a new directory, let Tomcat know > about it and work there until the app is done, then build it into a new WAR > and deploy it? This is the prefered development method. WAR files are for deployment. S/MIME Cryptographic Signature

[C2] Webapp directory for development...

2001-07-25 Thread Per Kreipke
I've downloaded and built the Cocoon2 WAR file and successfully deployed it in JBoss 2.2.2 + Tomcat 3.2.2. However, I'm a little confused. I can't figure out where/how to develop a new Cocoon based webapp. I figure I shouldn't have to compile a new WAR file every time I add or change a file. Not

AW: AW: anyone with resin and c2?

2001-07-25 Thread Gerhard Froehlich
I had some strange behaviour days before, because my system classpath overwrittens the classpath for resin. nothing worked... Then I deleted everything which has todo with xml parsing from my system/user classpath and it worked. I hope that was an answer to your question. -Ursprüngliche Na

Re: pre compilation...

2001-07-25 Thread Berin Loritsch
java guru wrote: > > Hi., > I know, i have posted this before..but anyone having > success with xsp precompilation?.. > > Latest snapshot(yesterday) creating funny packages > when run with xsp precompile option at the build > time... > > Any input is appreciated.. can you define "funny" pack

Re: AW: anyone with resin and c2?

2001-07-25 Thread Berin Loritsch
java guru wrote: > > Thanks for the reply.. > But under same setup..resin is complaining about > > XSLTContext which is in dom.jar and someother class > which is jaxp.jar .. so i am forced to keep them with > name startring with (to make them endup at the end > of classpath).. > > resin s

pre compilation...

2001-07-25 Thread java guru
Hi., I know, i have posted this before..but anyone having success with xsp precompilation?.. Latest snapshot(yesterday) creating funny packages when run with xsp precompile option at the build time... Any input is appreciated.. = Thanks and have great day srini _

Re: AW: anyone with resin and c2?

2001-07-25 Thread java guru
Thanks for the reply.. But under same setup..resin is complaining about XSLTContext which is in dom.jar and someother class which is jaxp.jar .. so i am forced to keep them with name startring with (to make them endup at the end of classpath).. resin starts now..but upon xsp example, i get

Re: [C2] Unexpected xsl behavior

2001-07-25 Thread Berin Loritsch
Tony Click wrote: > > I had a previous question about how to pipe the output of one transform to > another to which no one responded. After going step by step I've discovered > why my transforms aren't working as expected. > > My problem is to take an xml file, transform it to another xml forma

[C2] Unexpected xsl behavior

2001-07-25 Thread Tony Click
I had a previous question about how to pipe the output of one transform to another to which no one responded. After going step by step I've discovered why my transforms aren't working as expected. My problem is to take an xml file, transform it to another xml format and then transform it to htm

AW: anyone with resin and c2?

2001-07-25 Thread Gerhard Froehlich
Hi, yes I do: (taken from http://xml.apache.org/cocoon2/install.html) - Stop the server if it is running. - Remove the following files from the resin-2.0.x/lib directory: jaxp.jar dom.jar sax.jar - Copy the xerces-XXX.jar JAR file from xml-cocoon2/lib to resin-2.0.x/lib directory - Copy the

RE: C2: ESQL-Syntax

2001-07-25 Thread HALLOWELL,KARL (HP-Cupertino,ex1)
You can view the esql.xsl logicsheet (I meant "logicsheet" not "stylesheet" when I first posted) at http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/org/apache/cocoon/componen ts/language/markup/xsp/java/esql.xsl. I hope this helps. FWIW, that links to the Apache Cocoon 2 CVS. You can view prior

writing files to Cocoon server --> use the Xalan

2001-07-25 Thread Joost Fleuren
Hi All, I want to create files on the webserver my Cocoon is also running on, using Cocoon. - With Cocoon 1 I can use the FP taglib to write to a file. - Can I also use the tag from the Xalan processor that Cocoon uses to write output files? - Or should I write some progam using XSP. My plan i

anyone with resin and c2?

2001-07-25 Thread java guru
Hi., Anyone has success with latest resin and c2...please post some instructions(if possible) or redirct... I am having this.. getTransformer:javax.xml.transform.stream.StreamSource when i try to access the xsp stuff on examples... Thanks = Thanks and have great day srini _

AW: Cocoon2 - bad performance with increasing amount of clients?!

2001-07-25 Thread Gerhard Froehlich
Ohh I forgot BS: win2k sp2 -Ursprüngliche Nachricht- Von: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] Gesendet: Wednesday, July 25, 2001 8:03 PM An: [EMAIL PROTECTED] Betreff: AW: Cocoon2 - bad performance with increasing amount of clients?! Hi, I'm using JMeter for tests: 1. Test: Thr

AW: Cocoon2 - bad performance with increasing amount of clients?!

2001-07-25 Thread Gerhard Froehlich
Hi, I'm using JMeter for tests: 1. Test: Threads: 10 Delay: 300ms URL: http://viper:8080/cocoon/welcome Results: Avarage: 25ms RAM: 43MB CPU Time: 0:02:27 2. Test: Threads: 15 Delay: 500ms URL: http://viper:8080/cocoon/welcome Results: Avarage: 35ms RAM: 47MB CPU Time: 0:02:27 3. Test Threads:

Re: Cocoon2 - bad performance with increasing amount of clients?!

2001-07-25 Thread Berin Loritsch
Andreas Engfer wrote: First off, what are your typical response times on the server (recorded in cocoon.log as INFO messages). Also, for production, it is recommended to pregenerate your XSP files, and make the appropriate settings in Cocoon.xconf so that the ProgramGenerator does not try to com

RE: C2: ESQL-Syntax

2001-07-25 Thread Eric Vernichon
I can't find it, please post it. Thanks >Look at the xsl stylesheet for ESQL. That's the specification. ;-) You can >find it in >$COCOON_HOME/src/org/apache/cocoon/components/language/markup/xsp/java/esql. >xsl. - Please check t

Cocoon2 - bad performance with increasing amount of clients?!

2001-07-25 Thread Andreas Engfer
Hi all, I am testing Cocoon2 with the Distributed Application Tester of IBM and I made some surprising experiences! Start testing my whole application (XSP – Pages, connecting and using an Oracle DB - - - with connection pooling - , applying stylesheets -.xsl - for the rendering of html) with an

LDAP/ELDAP Logicsheet

2001-07-25 Thread Tibi DONDERA
Hi, There has been talk about a LDAP logicsheet a few months ago on the list. However, I could not find any references or an URL to obtain it. Does anybody knows anything about it's status, or can give me an URL where to find, or can send it to me? (Even iif it's in beta state, I'm willing to tes

Call Cocoon from servlet

2001-07-25 Thread Joao R Silva (EST)
Hello: I want to call Cocoon from a servlet. To do that i started to try an example poste in an older version of Cocoon (fromServlet) but this is impossible because the function ProducerFromRequest was removed. I would like to know if there is any other possibility for calling Cocoon from a servle

Re: Problems with C2 beta 2

2001-07-25 Thread Berin Loritsch
Dave Smith wrote: > > Ok now I am getting ... > > Error compiling sitemap > + javax.xml.transform.TransformerFactoryConfigurationError: > java.lang.ClassNotFoundException: > org.apache.xalan.processor.TransformerFactoryImpl > + at > javax.xml.transform.TransformerFactory.newInstance(Transf

Re: JBoss+Tomcat+Cocoon

2001-07-25 Thread Agrawal, Anuj (Anuj)** CTR **
Hi! I'm using Jboss-2.2.2 with Tomcat-3.2.2 package along with Cocoon-2.0b2. I followed the build instructions for Cocoon - everything went smoothly, and i saw the cocoon.war file. Then i followed the instructions for "Installing on JBoss 2.2.2 with Tomcat 3.2.2", but as noted by a previous pos

Re: AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread Olga Agady
Did someone try to integrate XML Spy with Cocoon? Olga Agady --- andre powroznik <[EMAIL PROTECTED]> wrote: > Yes, but if you are not working on a CVS but in a > SQL database to store > such files ? > > "Piroumian, Konstantin" wrote: > > > > > > > >Plus it does not support any authorization an

Re: Problems with C2 beta 2

2001-07-25 Thread Dave Smith
Ok now I am getting ... Error compiling sitemap + javax.xml.transform.TransformerFactoryConfigurationError: java.lang.ClassNotFoundException: org.apache.xalan.processor.TransformerFactoryImpl + at javax.xml.transform.TransformerFactory.newInstance(TransformerFactory.java:121) + at

Re: Cocoon2 and logicsheets

2001-07-25 Thread Uwe Reimann
Hi there. I found out that writing a logicsheet and defining it as builtin-logicsheet in cocoon.xconf works fine. Is that the only way logicsheets work? CU, Uwe Philip Doyle wrote: > > Hi > > I've been struggling with logisheets in C2 also and would be grateful for > any help or pointers to ma

Re: Must be logged on the Solaris Server to run C2 ?

2001-07-25 Thread Berin Loritsch
Marcus Crafter wrote: > > On Wed, 25 Jul 2001, Christophe de Kerviler wrote: > > > Hi, > > > > I am running C2 with Tomcat 3.2 on Solaris 2.7. Cocoon doesn't work if I > > am not > > logged on the server running Tomcat. If I am logged and have a DISPLAY > > variable set to localhost:0.0, it work

Re: AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread andre powroznik
Hi, I send this e-mail only to you because it is off-topic. I was thinking about XMLized Content Management Systems, where the editors (at least those for writers) are stored in the CMS itself, using an HTML interface (I think about a GUI in XML). That was the reason of my question. "Piroumian

RE: Cocoon2 and logicsheets

2001-07-25 Thread Philip Doyle
Hi I've been struggling with logisheets in C2 also and would be grateful for any help or pointers to making them work. I want to add a new tag library and am presuming that the ref to this goes into cocoon.xconf but don't know how to make my xsp page use my new custom tags. many thanks Phil -

Re: AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread Piroumian, Konstantin
I am not sure that it's the task of the Editor to be aware very store your files? You could store even your MS Word files in a database, but MS Word have no possibility to make a DB connection. Although, it's a very powerful text processor. Do you know any other editor capable of storing text doc

Re: Must be logged on the Solaris Server to run C2 ?

2001-07-25 Thread Marcus Crafter
On Wed, 25 Jul 2001, Christophe de Kerviler wrote: > Hi, > > I am running C2 with Tomcat 3.2 on Solaris 2.7. Cocoon doesn't work if I > am not > logged on the server running Tomcat. If I am logged and have a DISPLAY > variable set to localhost:0.0, it works. > > The production server is hosted

How Connect Apache with C2 beta

2001-07-25 Thread Sergio
Hi Coccoon 2 works whith the requests to the 8080 port where tomcat listen. But I don't know how to make that apache send to tomcat the requests for cocoon th configuration of the virtual server that needs cocoon is .httpdconf file: ... ... ... LoadModule jserv_module modules/ApacheModule

Re: fp:write attributes?

2001-07-25 Thread Jeremy Quinn
At 1:47 PM +0200 24/7/01, Frank Hirsch wrote: >hi, > >i'm trying to write elements with fp:write with some attributes like > > > >so far, i could not find a solution for this. can anyone tell me how to do >this on cocoon1? Sorry, editing attributes is not supported in the current version. Jeremy

Re: AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread andre powroznik
Yes, but if you are not working on a CVS but in a SQL database to store such files ? "Piroumian, Konstantin" wrote: > > > > >Plus it does not support any authorization and authentication, which > >would be a must if I let my content writers at my XML data :) > > > > But it's easily integrated w

cocoon.war on MAC?

2001-07-25 Thread Frank Hirsch
hi, i'm running cocoon 1.8.2 on macintosh. as i'd like to take the development with me on a powerbook. does anyone get a description how to get there? building cocoon.war on pc/linux does not work on mac, error: "java.lang.ClassFormatError: Bad major version number" Mit den besten Grüssen Frank

Must be logged on the Solaris Server to run C2 ?

2001-07-25 Thread Christophe de Kerviler
Hi, I am running C2 with Tomcat 3.2 on Solaris 2.7. Cocoon doesn't work if I am not logged on the server running Tomcat. If I am logged and have a DISPLAY variable set to localhost:0.0, it works. The production server is hosted by an ISP, so it's not possible to be logged on. I can only telnet t

Re: Problems with C2 beta 2

2001-07-25 Thread Dave Smith
Berin Loritsch wrote: > Dave Smith wrote: > >>When deploying the cocoon.war file I get the following error ... >> > > This is due to an incorrectly versioned JAXP parser (you want JAXP 1.1 > compliance). You have two alternatives: get Jetty to use Xerces, or > get Cocoon to use Xerces. > > The

Cocoon2 and logicsheets

2001-07-25 Thread Uwe Reimann
Hi there, did anybody figure out how to use a logicsheet with cocoon 2? I tried to get greeting3.xml from the xsp-guide to work, but I got a IllegalAccessException. CU, Uwe - Please check that your question has not already been

Fw: Problems with Cocoon with JBoss 2.2.2/Tomcat 3.2.2

2001-07-25 Thread Maurice Perry
I have followed the steps described in the documentation to install Cocoon 2 with JBoss and Tomcat, when I try to access cocoon (http://www2.local:8080/cocoon/) I get an exception: java.lang.NullPointerException at org.jboss.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMg rRea

Re: AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread Piroumian, Konstantin
> >Plus it does not support any authorization and authentication, which >would be a must if I let my content writers at my XML data :) > But it's easily integrated with version control systems (at least CVS and ClearCase) and your authors can be authorized on the CVS (or Rational ClearCase) serve

map:aggregate

2001-07-25 Thread Gerhard Froehlich
Hi, I want to aggregate several xml docs under one. Like in the sample homepage. Is there a possibility to say "take all xml docs in that specific directory" or do I have to integrate them all handish with "map:part"? Cheers Gerhard -- Gerhard Fröhlich [EMAIL PROTECTED] "black holes are,

Re: AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread Ulrich Mayring
Jörn Heid wrote: > > I do have a valid license and I use XMLSpy for generating schema and as an > excellent editor. I think it's thee best editor around. > > The problem with XMLSpy is that it is only running on windows. > > So I do not know if it's the tool all of us are looking for ;) Plus i

Re: AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread dirk . osterkamp
Why this discussion in the cocoon list? Viele Gruesse Best Regards Dirk Osterkamp Lynx-forw@rd GmbH, Johanniskirchplatz 6, D-33615 Bielefeld, Germany Tel. +49 (521) 5247-0, Fax.+49 (521) 5247-280, Mobile +49 (171) 7437992 E-Mail: [EMAIL PROTECTED], Corporate Infos and Job Offers: http://ww

Re: Problems with C2 beta 2

2001-07-25 Thread Berin Loritsch
Dave Smith wrote: > > When deploying the cocoon.war file I get the following error ... This is due to an incorrectly versioned JAXP parser (you want JAXP 1.1 compliance). You have two alternatives: get Jetty to use Xerces, or get Cocoon to use Xerces. There are instructions in the cocoon.xconf

AW: Problems with C2 beta 2

2001-07-25 Thread Jorn Heid
I think I can remeber such a problem with Resin. I think it's because of different XML libs. Try to replace those libs from Jetty with the ones from Cocoon (after making a backup ;). Hope, this helps. JOERN_HEID -Ursprungliche Nachricht- Von: Dave Smith [mailto:[EMAIL PROTECTED]] Gesend

AW: XML Spy becomes a tool we all were looking for

2001-07-25 Thread Jörn Heid
I do have a valid license and I use XMLSpy for generating schema and as an excellent editor. I think it's thee best editor around. The problem with XMLSpy is that it is only running on windows. So I do not know if it's the tool all of us are looking for ;) JOERN_HEID -Ursprüngliche Nachric

Problems with C2 beta 2

2001-07-25 Thread Dave Smith
When deploying the cocoon.war file I get the following error ... Could not configure Cocoon environment org.xml.sax.SAXNotSupportedException: Property: http://xml.org/sax/properties/lexical-handler + at org.apache.crimson.parser.XMLReaderImpl.setProperty(XMLReaderImpl.java:248) + a

Re: Help: connectivity problem with cocoon 2

2001-07-25 Thread Berin Loritsch
Matteo Villa wrote: > > Hi there! > > I have the following problem with cocoon 2. >I get errors when I try to establish the connection between cocoon > and oracle. >Running the simple-SQL (sql-page.xml) I get the following error: Check the FAQ: Your driver is not in the classpath. Tom

Re: AW: Help: connectivity problem with cocoon 2

2001-07-25 Thread Matteo Villa
It works! Thanks a lot. The basic problem was in the confusion in the xconf file. Basing on your example I reordered the section, and it works. Have a nice day, Matteo Villa Felix Knecht wrote: > This works for me: > > Generating a jar from the zip, put it in the %tomcat_home%/lib > > my e

XML Spy becomes a tool we all were looking for

2001-07-25 Thread Gritsenko
XML Spy becomes a tool we all were looking for: Look what I have received from them: Dear XML Spy Enthusiast, We are sending you this message, because you have recently registered for the 30-day evaluation version of our XML Spy 3.5 product, which automatically includes a free subscription to

a query relating cacoon on IBM websphere application server v3.5

2001-07-25 Thread deepak . thadani
BDY.RTF

AW: Help: connectivity problem with cocoon 2

2001-07-25 Thread Felix Knecht
This works for me: Generating a jar from the zip, put it in the %tomcat_home%/lib my entry in the config.conf looks a little different: jdbc:oracle:thin:@server:1521:db test test web.xml I've the same and it's working. Felix -Ursprüngliche Nachr

Help: connectivity problem with cocoon 2

2001-07-25 Thread Matteo Villa
Hi there! I have the following problem with cocoon 2. I get errors when I try to establish the connection between cocoon and oracle. Running the simple-SQL (sql-page.xml) I get the following error: --- org.apache.cocoon.ProcessingException: Failed to execute pipeline.:java.sql.SQLExce

[C2b2] Workaround for XInclude-Bug

2001-07-25 Thread Jörn Heid
For those who do have problems with the XInclude-Transformer, here's a workaround (not a patch!): 1. Copy src/org/apache/transformation/XIncludeTransformer.java to a directory of your choice for compiling it. 2. Replace the setup method with this one: public void setup(SourceResolver resolve

Help:Cocoon producer and Tomcat

2001-07-25 Thread Mamadou Bobo Sylla
Hello everyone, I am trying to run the Producer code (Dummy producer) which comes with Cocoon . I have compiled the source code ( source code of DummyProducer) and placed it in webapps/MyAppli/web-inf/classes .My aim is to test whether Cocoon can discover any Producer class in that folder as ser