Re: BLOG via Cocoon?

2007-03-11 Thread Derek Hohls
Hans That looks interesting. two questions: (1) Is the source code for the blog-part available? (2) Have you made provision for readers to comment on your blog entries? Thanks Derek >>> "Jonas Lundberg" <[EMAIL PROTECTED]> 2007/03/10 05:00:02 PM >>> Hi, yes, I have implemented a blog sys

Re: BLOG via Cocoon?

2007-03-11 Thread Derek Hohls
Michael Thanks for this suggestion (and to others who also made it). I appreciate that Lenya is a solid CMS, and I like the fact that its based on Cocoon. But I was really hoping to avoid the extra hassle that comes form learning, installing and supporting another tool (esp. since I have to ask

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Hi Jason, It looks like you're running from an unexploded WAR? Perhaps that's an important detail. Can you try running it exploded and see if that helps? No, there was no change with running the project as an exploded war. -- Regards Andrew

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Hi Jason, many thanks for you reply With all due respect to you, Jörg is just doing his best to help you out here. It isn't clear yet whether this problem is within Cocoon or something on your end, so hooking up the debugger is simply a way to help track down an issue that nobody but you seems

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Jason Johnston
Andrew Madu wrote: Hi, for what it's worth my Jboss logs seem to be more helpfull in pinpointing the source of the problem!: Caused by: org.apache.cocoon.components.serializers.encoding.CharsetFactory$CharsetFactoryException: Unable to access JAR "jar:file:/C:/Program Files/jboss- 4.0.3/ser

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Hi, for what it's worth my Jboss logs seem to be more helpfull in pinpointing the source of the problem!: Caused by: org.apache.cocoon.components.serializers.encoding.CharsetFactory$CharsetFactoryException:Unable to access JAR "jar:file:/C:/Program Files/jboss- 4.0.3/server/default/deploy/jbosswe

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Hi Jörg, As I said: Try to find the error in the initialization of CharsetFactory. Set a break point in its constructor and see which statement goes wrong. with all due respect to your good self, I am trying to meet a deadline here for my company website I am 'trying' to get off the ground.

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Joerg Heinicke
On 11.03.2007 17:56, Andrew Madu wrote: java.lang.ExceptionInInitializerError org.apache.cocoon.components.serializers.EncodingSerializer.configure( EncodingSerializer.java:168) As I said: Try to find the error in the initialization of CharsetFactory. Set a break point in its constructor a

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Nope!!! Back to square 1. I rebooted Jboss 4.0.3 and we're back to square one!!: java.lang.ExceptionInInitializerError org.apache.cocoon.components.serializers.EncodingSerializer.configure( EncodingSerializer.java:168) I am totally lost with this one!! -- Regards Andrew On 11/03/07, Andrew

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Also, the xml declaration for xhtml is not being written into the html tag. The serializer jar should be doing this right? -- regards Andrew On 11/03/07, Andrew Madu <[EMAIL PROTECTED]> wrote: Hi, Ok, we're getting somewhere!! I managed to track down an alternative charset jar that Jeroen R

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Hi, Ok, we're getting somewhere!! I managed to track down an alternative charset jar that Jeroen Reijn sent me on 26th July 2006. I placed it into my WEB-INF\lib directory and the errors have gone!! The only problem is the serializers jar is not doing as it is supposed to do!! I have specified t

Re: HTTP Status 500 - java.lang.NoClassDefFoundError

2007-03-11 Thread Andrew Madu
Ah yes! This is the thread I was looking for. Miraculously it was me who ad this same issue with 2.1.9, now I have it with 2.1.10!! I tried to rebuild the charsets jar from src: src\build\serialzers\charsets ant but got an 'The system is out of resources' error message. WHAT?!!! What is the iss

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Hi Jörg, I have had, as best as I am able to, a look at what could be causing this problem but have not found anything. I downloaded a version of the jar at the link you provided and this as well yielded no change. Any ideas? -- Regards Andrew On 11/03/07, Joerg Heinicke <[EMAIL PROTECTED]> wr

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Joerg Heinicke
On 11.03.2007 13:02, Andrew Madu wrote: java.lang.NoClassDefFoundError: Could not initialize class org.apache.cocoon.components.serializers.encoding.CharsetFactory org.apache.cocoon.components.serializers.EncodingSerializer.configure(EncodingSerializer.java:168) From what I understand it

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Hi, here is a more comprehensive error report for the issue I am trying to resolve: java.lang.NoClassDefFoundError: Could not initialize class org.apache.cocoon.components.serializers.encoding.CharsetFactory org.apache.cocoon.components.serializers.EncodingSerializer.configure(EncodingSe

Re: Xhtml and Ajax...no go!!

2007-03-11 Thread Andrew Madu
Hi Jason/All, would I be correct in thinking that: ISO-8859-1 strict works for you? If so would it be possible for you to send me a copy of your serializer/charsets jars? I am using cocoon 2.1.10 -- Regards Andrew On 11/03/07, Andrew Madu <[EMAIL PROTECTED]> wrote: Hi Ja