Long delay for Newsgroup Messages

2008-07-04 Thread Christofer Dutz
Hi, I was wondering, why mails sent to this newsgroup take so long for delivery. My messages take about half a day to be posted. Why is this so? Chris [ C h r i s t o f e r D u t z ] C-Ware IT-Service Inhaber Dipl. Inf. Christofer Dutz Karlstraße. 104, 64285 Darmstadt fon: 0 61 51

RE: Long delay for Newsgroup Messages

2008-07-04 Thread Robby Pelssers
I can confirm that I often see the same delay when posting to this mailinglist. Cheers, Robby From: Christofer Dutz [mailto:[EMAIL PROTECTED] Sent: vrijdag 4 juli 2008 8:37 To: users@cocoon.apache.org Subject: Long delay for Newsgroup Messages Hi,

Re: Long delay for Newsgroup Messages

2008-07-04 Thread Leszek Gawron
Christofer Dutz wrote: I was wondering, why mails sent to this newsgroup take so long for delivery. My messages take about half a day to be posted. Why is this so? your message's spam report looks like this: X-Spam-Report: Spam score: 5.9 points 1.9 MSGID_MULTIPLE_AT Message-ID

2.2 userdocs

2008-07-04 Thread Ben Glynn
I'm new to Cocoon. Are there userdocs for 2.2 like the userdocs for 2.1 (http://cocoon.apache.org/2.1/userdocs)? I don't want to learn anything that's now irrelevant, but the 2.1 userdocs is the only place I can find comprehensive documentation. Many thanks

Re: 2.2 userdocs

2008-07-04 Thread Kamal
Yes and no. Unfortunately, the documentation is n't all that well structured. Start here (if you haven't already) http://cocoon.apache.org/2.2/1159_1_1.html Then, I recommend going here: http://cocoon.apache.org/2.2/core-modules/core/2.2/1375_1_1.html If stuff isn't clear, look at the 2.1

Re: 2.2 userdocs

2008-07-04 Thread Ben Glynn
Thanks Kamal On 4 Jul 2008, at 10:47, Kamal wrote: Yes and no. Unfortunately, the documentation is n't all that well structured. Start here (if you haven't already) http://cocoon.apache.org/2.2/1159_1_1.html Then, I recommend going here:

Invocation of init method failed

2008-07-04 Thread Johannes Hoechstaedter
Hello everybody, My Webapp grows. :) Thank you all for all your help till now. The next thing I am struggeling with is this: Error creating bean with name 'de.memocomp.myBlock1.service': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: This error appears

Re: Passing a node-set from XSLT to Java

2008-07-04 Thread Andrew Chamberlain
Hi Luca, Jascon, Thanks very much - you've set me straight. I hadn't imagined that the blank space would constitute a seperate node. And yes, I should have read the API a bit closer - of course org.w3c.dom.Node is only an interface. Thanks again - it all makes more sense now. Andy Jason

Get the SVN revision number into the sitemap on 2.2

2008-07-04 Thread Kjetil Kjernsmo
All, We're in a system test phase, and it would be useful for the testers to know which Subversion revision they are testing. Thus, I'd like to get this into the XSLT as a variable, which is easy if the sitemap can get hold of it somehow. So, I figured maven could get the revision number

Re: Get the SVN revision number into the sitemap on 2.2

2008-07-04 Thread Bertrand Delacretaz
On Fri, Jul 4, 2008 at 1:11 PM, Kjetil Kjernsmo [EMAIL PROTECTED] wrote: ...So, I figured maven could get the revision number somehow at build time, but I couldn't find any concrete way of doing it. Is there a way?... The maven buildnumber plugin does this, see

Re: Get the SVN revision number into the sitemap on 2.2

2008-07-04 Thread Kjetil Kjernsmo
On Friday 04 July 2008 13:27:32 Bertrand Delacretaz wrote: [EMAIL PROTECTED] wrote: ...So, I figured maven could get the revision number somehow at build time, but I couldn't find any concrete way of doing it. Is there a way?... The maven buildnumber plugin does this, see

Re: Passing a node-set from XSLT to Java

2008-07-04 Thread Derek Hohls
Andy I think you stumbled across one of the gotchas of XML; what looks simple and obvious is not always - at least, not to a machine. For more in-depth understanding of XML, I can recommend Ken Sall to explain it. There is a sample chapter from his book on-line:

AW: [english 92%] Access Cocoon User-Object from outside Cocoon?

2008-07-04 Thread Christofer Dutz
Oh well … found out myself, But I don’t know, why the Property view of Eclipse tells me that sets are empty, but if you add a watch, you can see all the properties stired in a session L User user = (User) theRequest.getSession(true).getAttribute(cauth-user-app); Maybe this

Re: Invocation of init method failed

2008-07-04 Thread Johannes Hoechstaedter
the log from localhost: 2008-07-04 15:25:38 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com],

Re: Invocation of init method failed

2008-07-04 Thread Reinhard Pötz
Johannes Hoechstaedter wrote: Hello everybody, My Webapp grows. :) Thank you all for all your help till now. The next thing I am struggeling with is this: Error creating bean with name 'de.memocomp.myBlock1.service': Invocation of init method failed; nested exception is

Re: Invocation of init method failed

2008-07-04 Thread Johannes Hoechstaedter
Reinhard Pötz schrieb: Johannes Hoechstaedter wrote: Hello everybody, My Webapp grows. :) Thank you all for all your help till now. The next thing I am struggeling with is this: Error creating bean with name 'de.memocomp.myBlock1.service': Invocation of init method failed; nested

Re: Invocation of init method failed

2008-07-04 Thread Reinhard Pötz
Reinhard Pötz wrote: Johannes Hoechstaedter wrote: Hello everybody, My Webapp grows. :) Thank you all for all your help till now. The next thing I am struggeling with is this: Error creating bean with name 'de.memocomp.myBlock1.service': Invocation of init method failed; nested exception is

Re: Invocation of init method failed

2008-07-04 Thread Johannes Hoechstaedter
Yeah you are right. I copied the xml api and xalan jars from the web-inf/lib into the edorsed dir of tomcat, and it works. The shielded class loading did not what I expected. I set it to true and false, but in both cases the same old error appears. Is the shielded class loading the only

Re: Invocation of init method failed

2008-07-04 Thread Reinhard Pötz
In a web application a parent classloader has precedence over a child classloader. This means that if you put a library into WEB-INF/lib and it is already available in one of the parent classloaders (e.g. the container classloader or the JVM application classloader), the latter will be used.

Re: Invocation of init method failed

2008-07-04 Thread Johannes Hoechstaedter
I will test it till I am stupid. Reinhard Pötz schrieb: In a web application a parent classloader has precedence over a child classloader. This means that if you put a library into WEB-INF/lib and it is already available in one of the parent classloaders (e.g. the container classloader or

HttpSession from Flowscript

2008-07-04 Thread Benoit de CHATEAUVIEUX
Hi All, I currently work on a large financial project. We have a JSF presentation layer and we are planning to use CForms because we need configurable forms. Our idea is to delegate the form processing to CForms but stay with our JSF webapp. 1- Deployment: Do you think we can have Cocoon and

Multipage form using an AJAX modal box

2008-07-04 Thread Benjamin Boksa
Dear List, at the moment I am trying to implement a multipage form using a modal box [1] in Cocoon 2.2. To be more precise I want to implement something like the following: (1) Read a form which is sent out by an existing flowscript using form.showForm(foo1); using modalbox (2) Submit

Re: Get the SVN revision number into the sitemap on 2.2

2008-07-04 Thread Bertrand Delacretaz
On Fri, Jul 4, 2008 at 1:41 PM, Kjetil Kjernsmo [EMAIL PROTECTED] wrote: On Friday 04 July 2008 13:27:32 Bertrand Delacretaz wrote: ... The maven buildnumber plugin does this, see http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html Ah, great, cool! But how do I communicate