Re: cocoon3 block deployment

2009-11-17 Thread Jos Snellings
Pötz wrote: Jos Snellings wrote: Please find below the follow up on the tomcat deployment problem. I am sure it is of interest to a lot of users: With the latest sources checked out from svn, built in eclipse the problem is solved. Deployment under tomcat: 1. add xercesImpl.jar

org.apache.cocoon.xml.sax.SAXBuffer

2009-11-13 Thread Jos Snellings
Hi, Where is org.apache.cocoon.xml.sax.SAXBuffer to be found? I cannot find it in the trunk. The class is used in ServletServiceTransformer. Was it refactored from org.apache.cocoon.pipeline.util ? Thanks, Jos - To

Re: org.apache.cocoon.xml.sax.SAXBuffer

2009-11-13 Thread Jos Snellings
Excuse me, it is in cocoon-xml-2.0.0.jar my question is: where is the source code? Is there a project on svn.apache.org/repos/asf/cocoon ? Thank you so much, Jos On Fri, 2009-11-13 at 09:54 +0100, Jos Snellings wrote: Hi, Where is org.apache.cocoon.xml.sax.SAXBuffer to be found? I

Re: cocoon3 block deployment

2009-11-11 Thread Jos Snellings
- this is the block spring-web-2.5.5.jar Are these not the dependencies mentioned in the pom file? On Wed, 2009-11-11 at 08:47 +0100, Reinhard Pötz wrote: Jos Snellings wrote: Thank you for the answer, Rheinhard, I am afraid it does not. The web.xml I am using is from the cocoon sample

Re: cocoon3 block deployment

2009-11-11 Thread Jos Snellings
On Wed, 2009-11-11 at 09:42 +0100, Reinhard Pötz wrote: Have you also tried to use Cocoon 3 trunk to build and run your application? Jos Snellings wrote: antlr-2.7.7.jar cocoon-configuration-api-1.0.2.jar cocoon-servlet-3.0.0-alpha-1.jar commons-collections-3.2

Re: cocoon3 block deployment

2009-11-11 Thread Jos Snellings
Are jnet and block-deployment servlet-service likely to change for 3.0? I think not. Is cocoon-configuration needed? Thanks, Jos - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands,

Re: cocoon3 block deployment

2009-11-10 Thread Jos Snellings
-INF/classes, so that we have: WEB-INF/classes/COB-INF WEB-INF/classes/META-INF it should be found, no? Jos On Tue, 2009-11-10 at 14:48 +0100, Reinhard Pötz wrote: Jos Snellings wrote: Hi, When trying to deploy a cocoon-3 block to Tomcat, it does not seem to find

Re: cocoon3 block deployment

2009-11-10 Thread Jos Snellings
Yet something is missing, logging at debuglevel: At startup, none of the methods in DeploymentUtil is ever called :-( When a block's url is called it is not found: 2009-11-10 15:37:10,139 DEBUG main org.apache.jasper.servlet.JspServlet - Scratch dir for the JSP engine is:

cocoon3 block deployment

2009-11-07 Thread Jos Snellings
Hi, When trying to deploy a cocoon-3 block to Tomcat, it does not seem to find it: java.lang.RuntimeException: There is no block 'YourBlockName' deployed. The available blocks are {}. I must say that the documentation on this issue is a little bit terse...

Re: cocoon 2.1 as WSRP producer?

2009-10-29 Thread Jos Snellings
Mmm, do you need all of the spec? validation caching? authentication? What do you really need? Jos On Thu, 2009-10-29 at 10:29 +, Paul Adriaenssens wrote: Hi, We have already read the documentation, but it only speaks about consuming WSRP portlets. We want to integrate our Cocoon

Re: Google App Engine

2009-10-19 Thread Jos Snellings
Good point. I have been isolating Cocoon a couple of months ago. and need to get that one out of the fridge. The exercise proved not straigtforward. I will keep you informed. Jos On Mon, 2009-10-19 at 15:33 +0200, Jean-Claude Moissinac wrote: I'm searching of advises about using Cocoon with

Re: Looking For Apache Cocoon Developer/Contractor

2009-10-05 Thread Jos Snellings
Hi, My name is Jos Snellings, self employed, experienced in cocoon. I may be interested to perform this work. Please can you provide details? Jos Snellings Upperware bvba On Fri, 2009-10-02 at 21:26 -0400, mrb...@mail.com wrote: Wanted: Experienced Cocoon Developer, Contractor Please

REVOKE: Looking For Apache Cocoon Developer/Contractor

2009-10-05 Thread Jos Snellings
Dear group, previous message is revoked. Please accept my apologies. On Mon, 2009-10-05 at 08:51 +0200, Jos Snellings wrote: Hi, My name is Jos Snellings, self employed, experienced in cocoon. I may be interested to perform this work. Please can you provide details? Jos Snellings

Re: accessing java tier functionality in Cocoon

2009-09-29 Thread Jos Snellings
Hi Paul, Classes that live in a Cocoon environment will typically send their output via SAX events. They would take a ContentHandler or XMLConsumer as a parameter and call startElement/endElement/characters. There might exist an insulation layer between the SAX-world and the objects properly.

Re: accessing java tier functionality in Cocoon

2009-09-29 Thread Jos Snellings
universalizing your business model. On Tue, 2009-09-29 at 09:31 -0400, Paul Joseph wrote: Thank Jos...I follow the general concept...would you know of any example that I could take a look at? thx. Paul Jos Snellings wrote: Hi Paul, Classes that live in a Cocoon environment

Re: accessing java tier functionality in Cocoon

2009-09-29 Thread Jos Snellings
environment for the ASP app) are different. How, in the example you kindly provided below, would I call the new method that returns the array ie. public void searchTerms(ContentHandler ch, byte[] nb, String language, String smode, boolean nonpreferred) thx. Paul Jos Snellings wrote: Here

Re: Starting out with Cocoon 2.2

2009-09-10 Thread Jos Snellings
Hi, Recognizing the feeling of disconcertation when after having worked with Cocoon 2.1 one comes back and finds out about Cocoon 2.2. - many things have changed, (striving towards MVC paradigm) which is OK, if things are improving - Cocoon still depends on Avalon (which caused me troubles in

Re: xml2pgsql with cocoon?

2009-09-07 Thread Jos Snellings
Hello Mika, In your description you mention a maintenance task: data uploading and conversion: you need to parse XML data and insert extracted entities (polygons, ids) in a database. You do not need cocoon to do that. I would use SAX and simply JDBC. How do you represent your GIS-data for the

settings.properties: no me gusta.

2009-09-01 Thread Jos Snellings
Hi, Quick question: According to http://cocoon.apache.org/subprojects/configuration/1.0/spring-configurator/2.0/1310_1_1.html the spring configurator looks in different places for properties files. How can I restrain the spring configurator from looking in place 7,

classpath elements ...

2009-08-31 Thread Jos Snellings
Hi, The documentation is a little unclear here: are CLASSPATH_SPRING_CONFIGURATION_LOCATION (classpath*:META-INF/cocoon/spring) GLOBAL_PROPERTIES_LOCATION(/WEB-INF/cocoon/properties) GLOBAL_SPRING_CONFIGURATION_LOCATION(/WEB-INF/cocoon/spring) configurable? This could be necessary

cocoon-3.0 : request and sitemap parameters

2009-06-10 Thread Jos Snellings
overlook it. Any suggestions? Thank you so much, Jos Snellings - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

<    1   2