"Address already in use" on Amazon Linux

2020-10-01 Thread Mickish, Andrew (NDR)
I'm moving an old cocoon 2.1 installation from CentOS 7 to Amazon Linux 2, and getting a an "Address already in use" error on Amazon Linux. To isolate the problem, I initialized two AWS EC2 instances from the latest CentOS7 and Amazon Linux images. They have the same apache-tomcat-8.5.56,

Apache Lenya 2.02 with Cocoon 2.1 and Tomcat 6.0

2009-03-31 Thread Andrew Mullaney
hammering at this for ages and have exhausted all options!! Any help would be greatly appreciated! Thanks, Andrew

Re: Passing a node-set from XSLT to Java

2008-07-04 Thread Andrew Chamberlain
Johnston wrote: Andrew Chamberlain wrote: Hi Luca/All, Sorry. On further testing, we're still not getting through the full tree fragment to Java. I've adapted the java method to give details of what it receives: public String addGML(org.w3c.dom.Node myNode

Re: Passing a node-set from XSLT to Java

2008-07-03 Thread Andrew Chamberlain
Hi Luca/All, Sorry. On further testing, we're still not getting through the full tree fragment to Java. I've adapted the java method to give details of what it receives: public String addGML(org.w3c.dom.Node myNode) { System.out.println(Class = +node.getClass().getName());

XSLT Version?

2008-07-03 Thread Andrew Chamberlain
Hi All, Simple question, I hope. How do I find out which version of XSLT I've got? My version of Cocoon is: 2.1.10, if it's related to that. Ultimately, I'd like to be using XSLT 2.0. Thanks, Andy - To unsubscribe,

Re: XSLT Version?

2008-07-03 Thread Andrew Chamberlain
/7/3 Andrew Chamberlain [EMAIL PROTECTED]: Hi All, Simple question, I hope. How do I find out which version of XSLT I've got? Try using some XSLT 2-only features in a pipeline and see if you get a stack trace instead? ;-) My version of Cocoon is: 2.1.10, if it's

Re: Passing a node-set from XSLT to Java

2008-07-02 Thread Andrew Chamberlain
Hi Luca, That was it! I changed the line which did the insert to: xsl:variable name="result" select="myClass:addGML($gmlAdder,xalan:nodeset($gml)/gml:Polygon)"/ Many thanks for your help! Andy Luca Morandini wrote: Andrew Chamberlain wrote: Hi All, I'm t

Passing a node-set from XSLT to Java

2008-07-01 Thread Andrew Chamberlain
Hi All, I'm trying to pass a tree fragment from XSLT to Java in the following way, and I'm not sure if the node-set is getting through correctly. The XML is: gml:Polygon ... /gml:Polygon and the XSLT is: xsl:stylesheet ... myClass=xalan://my.package.name.MyClass ...

Re: Tags in the value of an XSLT variable?

2008-06-30 Thread Andrew Chamberlain
On 2008/06/27 at 06:48, in message [EMAIL PROTECTED], "Betty Harvey" [EMAIL PROTECTED] wrote: Try this for your xsl:copy: xsl:copyxsl:apply-templates select="@* | node()" //xsl:copy quote who="Andrew Chamberlain" Hi All, It's qu

Re: Tags in the value of an XSLT variable?

2008-06-30 Thread Andrew Chamberlain
Hi Andreas, That's a good tip about passing the fragment as a Node instead of a String. It didn't occur to me because I mistakenly thought that only primitive-type variables could be passed from Cocoon to Java. Thanks, Andy Andreas Hartmann wrote: Andrew Chamberlain schrieb

Tags in the value of an XSLT variable?

2008-06-27 Thread Andrew Chamberlain
Hi All, It's quite possible that this is more XSLT-related than Cocoon itself, but wasn't sure where else to post. I'm using an XSL transformer and need to capture a tree fragment in the value of variable ... including the tags themselves. The reason for this is because I need to pass the

How do I exclude ALL dependencies from a dependency?

2008-06-22 Thread Andrew Madu
Hi, I have a requirement to specify a dependency in my pom whilst excluding all of it's associated dependencies. The exclusion tag enables me to specify dependencies I do not need, but only one at a time! How do I do a global exclusion of a dependency? -- Regards Andrew

Re: How do I exclude ALL dependencies from a dependency?

2008-06-22 Thread Andrew Madu
these circumstances I see no benefit in having to exclude the unrequired dependencies individually. -- Regards Andrew Mob - 07821 437 246 Landline - 01158 718 732 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Database connection by cocoon 2.2

2008-06-19 Thread Andrew Savory
/map:components ... or you can simply add this to your own sitemap.xmap instead. I'll update the daisy page for the databases block to include this information. Thanks, Dom! Andrew. -- [EMAIL PROTECTED] / [EMAIL PROTECTED] http://www.andrewsavory.com/

Re: Jboss 5.0.0.CR1 / Cocoon.war deployment issue - java.lang.IllegalAccessError: class javax.xml.parsers.SecuritySupport12

2008-06-04 Thread Andrew Madu
the jar files to server\default\lib did not resolve the issue. What am I overlooking here? Many thanks in advance. -- Regards Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Jboss 5.0.0.CR1 / Cocoon.war deployment issue - java.lang.IllegalAccessError: class javax.xml.parsers.SecuritySupport12

2008-06-03 Thread Andrew Madu
) at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:409) at org.jboss.Main.boot(Main.java:209) at org.jboss.Main$1.run(Main.java:544) at java.lang.Thread.run(Thread.java:619) [/code] Many thanks in advance. -- Regards Andrew

From 2.1 to 2.2, the migration. Now what?!

2008-06-02 Thread Andrew Madu
-parametersfalse/use-request-parameters use-browser-capabilities-dbfalse/use-browser-capabilities-db xslt-processor-rolesaxon/xslt-processor-role /map:transformer Many thanks in advance. -- Regards Andrew

Re: From 2.1 to 2.2, the migration. Now what?!

2008-06-02 Thread Andrew Madu
Many thanks, Zbigniew. Andrew Madu pisze: Hi, I have a requirement for the following serializers in my cocoon project 1. swf 2. svg2jpeg 3. svg2png For svg you need: dependency groupIdorg.apache.cocoon/groupId artifactIdcocoon-batik-impl/artifactId

Re: Cocoon 2.2 (Flcowscript) and Spring MVC - How To

2008-05-31 Thread Andrew Madu
Bump! On Thu, May 29, 2008 at 3:01 PM, Andrew Madu [EMAIL PROTECTED] wrote: Hi, can someone please direct me to any available information regarding the incoroporation of Spring MVC into Cocoon 2.2? In particular I would like to know whether Spring MVC can be incorporated into flowscript

Cocoon 2.2 (Flcowscript) and Spring MVC - How To

2008-05-29 Thread Andrew Madu
Hi, can someone please direct me to any available information regarding the incoroporation of Spring MVC into Cocoon 2.2? In particular I would like to know whether Spring MVC can be incorporated into flowscript, and if so how. Many thanks in advance.

Re: Cocoon PMC chair change

2008-05-27 Thread Andrew Savory
. Welcome to the hot seat Vadim! Andrew. -- [EMAIL PROTECTED] / [EMAIL PROTECTED] http://www.andrewsavory.com/

Re: [2.2] Basic question on new version of Cocoon

2008-02-20 Thread Andrew Savory
objects + flowscript + template (jxtemplate using jxpath or jexl). Hope that helps, Andrew.

Re: Avoiding a persistent startup error

2008-02-15 Thread Andrew Savory
is stored), modify your startup scripts to remove that lock file before starting Cocoon. I notice you have the samples in your deployment too (webapps/cocoon/samples) - it's best practice to exclude the samples from your build when deploying to production. Andrew. -- Sourcesense: Making sense

Re: REPOST: Losing request parameters during form error

2008-02-15 Thread Andrew Savory
? Are you using cforms, or your own custom form? If cforms, you might find it easier to set the form fields from flowscript. If you could post a snippet of your pipelines, it would help us to debug. Andrew. -- Sourcesense: Making sense of Open Source Tel: +44 (0)870 741 6658 Fax: +44 (0)700 598

Re: Accessing an XML file through http Basic Authentication

2008-02-15 Thread Andrew Savory
map:serialize type=html/ /map:match The XML is located on another server and is accessed using a URL. You could try: map:generate src=http://user:[EMAIL PROTECTED]:port/get/{1}mets// Andrew.

Re: deleting blocks 2.1.9?

2008-01-30 Thread Andrew Savory
Hi, On 1/30/08, Edward S [EMAIL PROTECTED] wrote: Are there any blocks that we absolutely need to include...or can I do a exclude.all.blocks=true and still get a bare minimum cocoon running? It really depends on what your app is doing. A typical safe minimum might be to only enable ajax,

Re: deleting blocks 2.1.9?

2008-01-30 Thread Andrew Savory
Hi, On 1/30/08, Edward S [EMAIL PROTECTED] wrote: thanks andrew. tried that, with all the dependencies. Does your site work using the default build.properties and blocks.properties? If so, then your best bet is to go through and comment out groups of blocks and rebuild until you find what

Re: deleting blocks 2.1.9?

2008-01-30 Thread Andrew Savory
Hi, On 1/30/08, Edward S [EMAIL PROTECTED] wrote: yes...if i just dont create a local.block.properties and do a build ...it works. Right now i am trying to access the landing page http://localhost:8080/webappname and its givnig this error. Ok, so start by copying blocks.properties to

RE: How to transform a subset of xml stream ?

2008-01-11 Thread Andrew Stevens
://cocoon.apache.org/2.2/core-modules/core/2.2/934_1_1.html Andrew. -- http://pseudoq.sourceforge.net/ Open source Sudoku application _ Free games, great prizes - get gaming at Gamesbox. http://www.searchgamesbox.com

RE: How to transform a subset of xml stream ?

2007-12-28 Thread Andrew Stevens
. which of several buffers should currently be used for the recording. Andrew. -- http://pseudoq.sourceforge.net/ Open source Java Sudoku app thanks for help ! -- Sébastien Geindre DPREVI/AERO/DEV sebastien.geindre __at__ meteo.fr

RE: Accessing sitemap label-attribute in TraxTransformer

2007-11-30 Thread Andrew Stevens
name/category to the default TraxTransformer, why not just specify a different logger=... parameter when you declare your component in the map:transformers section of your sitemap? Andrew. -- http://pseudoq.sourceforge.net/ Open source java Sudoku solver Date: Fri, 30 Nov 2007 10:31:56 +0100

Re: Problem with Starting Cocoon - Mac OS X Tiger

2007-09-27 Thread Andrew Savory
war - copy the war (build/cocoon.war) into the Tomcat webapps directory - (re)start Tomcat Thanks, Andrew. -- Sourcesense: Making sense of Open Source Tel: +44 (0)870 741 6658 Fax: +44 (0)700 598 1135 Web: http://www.sourcesense.com

RE: Websphere jsp-engine.

2007-09-20 Thread Andrew Stevens
SystemOut.log when an application starts). Andrew. -- http://pseudoq.sourceforge.net/ Open source java Sudoku app From: [EMAIL PROTECTED] Date: Thu, 20 Sep 2007 12:31:17 +0300 Sorry, I forgot to say the websphere version 5.1, also I tried Jasper JSP servlet

Help promote the GetTogether!

2007-09-08 Thread Andrew Savory
://www.cocoongt.org/;img src=http://www.cocoongt.org/ images/cocoon_gt_2007_235x60.jpg alt=Cocoon GetTogether 2007 //a a href=http://www.cocoongt.org/;img src=http://www.cocoongt.org/ images/cocoon_gt_2007_470x60.jpg alt=Cocoon GetTogether 2007 //a Thanks, Andrew

RE: Parsing HTML entities

2007-08-31 Thread Andrew Stevens
elements (and the html body elements that JTidy inserts) + the usual passthrough templates for all other nodes. Net result, the same SAX stream but with the HTML unescaped and cleaned up so it's well-formed again. Andrew. _ Get free

RE: Parsing HTML entities

2007-08-31 Thread Andrew Stevens
nodes. Net result, the same SAX stream but with the HTML unescaped and cleaned up so it's well-formed again. Andrew. _ Get free emoticon packs and customisation from Windows Live. http://www.pimpmylive.co.uk

Re: CInclude POST (by Payload)

2007-08-30 Thread Andrew Chamberlain
to be posted instead of the whole document. Sébastien Geindre wrote: Hi Andrew, Before trying C2.2 implementation with servlet bloc and servlet service transformer, i try to use your WSProxy transformer. In the transform method, protected org.w3c.dom.Document transform(org.w3c.dom.Document

CInclude POST (by Payload)

2007-08-29 Thread Andrew Chamberlain
Hi All, Just wondering if anyone can help. As part of a service I'm constructing, I need to send an XML request to an external service by HTTP Post. For this, I'm looking at using the CInclude transformer, but all the examples I can find seem to use a parameter to pass the data, rather

Re: CInclude POST (by Payload)

2007-08-29 Thread Andrew Chamberlain
(urlConn.getInputStream()); in.read(...); I'll take a look at Cocoon 2.2 and Sbastien's query. Although our project has been underway for a while, we've only been using the XSLT and SQL transformers, so I'm hoping the differences won't be great. Andy Grzegorz Kossakowski wrote: Andrew C

Re: CInclude POST (by Payload)

2007-08-29 Thread Andrew Chamberlain
mechanism was possible, it would be ideal, but perhaps it is in Cocoon 2.2...? I'll take a look. Andy Grzegorz Kossakowski wrote: Andrew Chamberlain pisze: Hi Grzegorz, Thanks for your quick reply. No problem. I'm afraid I don't know the correct terminology. By &

Re: CInclude POST (by Payload)

2007-08-29 Thread Andrew Chamberlain
Hi Warrell, That's a useful tip. Looks like a good solution if we stay with 2.1.10. I've got a couple of options now, so will take a look and make a call. Many thanks for your help, Andy warrell harries wrote: Hi Andrew, I had a similar need for this sort of component when invoking

RE: JSP problem

2007-08-13 Thread Andrew Stevens
it can't compile (e.g. ClassNotFoundException of any referenced classes)? If you copy the JSP file into some other (non-Cocoon) web app and call it directly, does it work? Andrew. -- http://pseudoq.sourceforge.net/ Open source java Sudoku application

Re: [GT2007] Request for papers

2007-08-10 Thread Andrew Savory
of its major strengths - let's show this at the GT! Thanks, Andrew. -- Sourcesense: Making sense of Open Source Tel: +44 (0)870 741 6658 Fax: +44 (0)700 598 1135 Web: http://www.sourcesense.com/ - To unsubscribe, e-mail

RE: Cocoon database access strategy

2007-07-02 Thread Andrew Stevens
Date: Mon, 2 Jul 2007 10:25:35 +0200 From: [EMAIL PROTECTED] Hello Andrew, I am not sure, but I really do not understand your email? You are talking about caching the prepared statement, but I do not get what you try to achieve with it...? The sql transformer will never cache, because

JSP generator and Websphere 6

2007-07-02 Thread Andrew Stevens
processor, so changing the configuration to look up JSP 2.0 Processor instead doesn't work. Is it possible to access the new mechanism using one of the existing JSPEngine implementation classes? If not, how would I go about calling it myself from a new custom implementation? Andrew

RE: Logged in user?

2007-06-30 Thread Andrew Stevens
Does the request input module's {request:remoteUser} do what you need? http://cocoon.apache.org/2.1/userdocs/concepts/modules-ref.html#RequestModule Andrew. -- http://pseudoq.sourceforge.net/ From: [EMAIL PROTECTED] To: users@cocoon.apache.org Subject

RE: Cocoon database access strategy

2007-06-30 Thread Andrew Stevens
as the later transformers in the pipeline are able to reuse the connection the previous transformer was using). At least, that was the case last time I had to look into it in detail, though things may have changed since then. Andrew. -- http://pseudoq.sourceforge.net/ Open source java Sudoku

RE: Cocoon database access strategy

2007-06-30 Thread Andrew Stevens
in the same fashion as substitute-value. That shortens it to (sql:query) SELECT ... FROM ... WHERE name = ? (/sql:query) (sql:in-parameter nr=1 param=whatever/) Andrew. _ 100’s of Music vouchers to be won with MSN Music https

XIncludeTransformer lacks base URI fixup support?

2007-06-22 Thread Andrew Cave
. I'd like to be able to use the xml:base attributes to resolve those URIs. Is there perhaps another mechanism to deal with this issue? Thanks for any insight, Andrew Cave - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: OpenSSO and cocoon

2007-06-04 Thread Andrew Savory
during the httpd authentication. It worked quite neatly and removed the need to do more extensive integration. You might be able to take the same approach? Thanks, Andrew. -- Andrew Savory, Managing Director, Sourcesense UK Tel: +44 (0)870 741 6658 Fax: +44 (0)700 598 1135 Web: http

Re: Simple JDBC scripting framework in Cocoon?

2007-06-04 Thread Andrew Savory
-mail: [EMAIL PROTECTED] Thanks, Andrew. -- Andrew Savory, Managing Director, Sourcesense UK Tel: +44 (0)870 741 6658 Fax: +44 (0)700 598 1135 Web: http://www.sourcesense.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: hostname lookup

2007-06-04 Thread Andrew Stevens
What hostname(s) is being looked up? The most common reason I've seen in our apps for name lookups (and subsequent outgoing HTTP requests) is when someone forgets to add a new DTD to the entity resolver's catalog. Andrew. -- http://pseudoq.sourceforge.net/ Open source java Sudoku

Re: Iterate multiple request parameters in a map pipeline..?

2007-05-21 Thread Andrew Franz
Aggregate: 1. a request document from the RequestGenerator 2. a representation of the schema of the dynamically-generated form see http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/generation/RequestGenerator.html The same applies to populating the dynamically-generated form with

Re: [GT2007] [VOTE] Conference location + time

2007-04-12 Thread Andrew Savory
are going! :-) When: A) Late september +0 B) Beginning of October (between the holidays season and ApacheCon) +1 C) End of October +0 Thanks, Andrew. -- Andrew Savory, Managing Director, Sourcesense UK Tel: +44 (0)870 741 6658 Fax: +44 (0)700 598 1135 Web: http

RE: URL of servlet container

2007-04-09 Thread Andrew Stevens
, Andrew. -- http://pseudoq.sourceforge.net/ Open source java Sudoku designer solver _ Mortgage refinance is Hot. *Terms. Get a 5.375%* fix rate. Check savings https://www2.nextag.com/goto.jsp?product=10035url=%2fst.jsptm=ysearch

Re: embedding swf in xml

2007-04-05 Thread Andrew Madu
/ param name=quality value=high / embed src=images/logout.swf quality=high pluginspage=https://www.macromedia.com/go/getflashplayer; type=application/x-shockwave-flash width=583 height=63 /embed /object -- regards Andrew On 05/04/07, Bhavya

Re: embedding swf in xml

2007-04-05 Thread Andrew Madu
you may simply need to put CDATA tags around it! On 05/04/07, Andrew Madu [EMAIL PROTECTED] wrote: Bhavya, the following works for me: object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 codebase=https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab

Re: conversion of a Unix timestamp to a ISO date

2007-03-21 Thread Andrew Stevens
/xalan-j/extensions.html#ex-java-namespace uses xmlns:java=http://xml.apache.org/xalan/java; Andrew. -- http://pseudoq.sourceforge.net/ Open source java Sudoku designer solver _ Solve the Conspiracy and win fantastic prizes. http

Re: XHTML Serializer block/Ajax: Bug

2007-03-19 Thread Andrew Madu
it as serializer will still encounter the problems with javascript irrespective of whether they are using ajax forms or not?!! -- regards Andrew

Re: XHTML Serializer block/Ajax: Bug

2007-03-19 Thread Andrew Madu
! -- Regards Andrew

Re: XHTML Serializer block/Ajax: Bug

2007-03-16 Thread Andrew Madu
of the opinion that ajax-request should be robust enough to handle both html and xhtml serialization types. -- Regards Andrew

Browser/Ajax observations

2007-03-16 Thread Andrew Madu
. To be honest with you I have designed my site specifically for firefox, because the darn thing follows the html/xhtml conventions more closely than IE or Netscape, but don't you just love client-side web development?!! -- Regards Andrew P.S. Does anyone know what the browser market share is currently

XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Andrew Madu
/SP2 - Java 1.6, Jboss 4.0.3 AS -- Regards Andrew

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Andrew Madu
out the latest files from svn: https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.1/RELEASE_2_1_10/ but am still having the same problem. What am I overlooking here? -- Regards Andrew

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Andrew Madu
you send me the serializer.jar file? -- Regards Andrew

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Andrew Madu
by Crossley: @version CVS $Id: XHTMLSerializer.java 433543 2006-08-22 06:22:54Z crossley I have no idea (and no time to investigate) if the XHTMLSerializer needs to be updated as well. Ok. Could someone direct me to the where bugs are flagged? -- Regards Andrew

Re: XHTML Serialization error

2007-03-14 Thread Andrew Madu
the possible cause of contention here. I will bring the whole Jboss application one level (directory) up and see if that helps!! -- Regards Andrew

Re: XHTML Serialization error

2007-03-14 Thread Andrew Madu
. -- Regards Andrew

Re: XHTML Serialization error

2007-03-13 Thread Andrew Madu
Hi JD, wish I could help. I have exactly the same problem and have not yet found a solution for it. One of the more knowledgeable Java chaps may be able to resolve this for you. -- Regards Andrew On 13/03/07, JD [EMAIL PROTECTED] wrote: Hello, this is my first post to the list. I have

Re: XHTML Serialization error

2007-03-13 Thread Andrew Madu
thanks in advance. -- Regards Andrew On 13/03/07, JD [EMAIL PROTECTED] wrote: Hello Jason, thanks for the quick reply. Unfortunately it did not work. There is another xhtml serialiser I have been using but this does not format the document as a true xhtml document. Maybe I should stick

Re: XHTML Serialization error

2007-03-13 Thread Andrew Madu
path (Program Files). I assume .sar and .war or only directories, not zipped files, aren't they? Yes this is correct. They are both 'file folders' and not zipped files as you rightly mention. -- Regards Andrew

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

2007-03-12 Thread Andrew Madu
? -- Regards Andrew On 12/03/07, Bertrand Delacretaz [EMAIL PROTECTED] wrote: On 3/12/07, Andrew Madu [EMAIL PROTECTED] wrote: ...it would seem that this problem: Unable to access JAR jar:file:/C:/Program Files/jboss- 4.0.3/server/default/deploy/jbossweb -tomcat55.sar/ROOT.war/WEB-INF/lib/cocoon

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

2007-03-11 Thread Andrew Madu
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 Jason, thanks for the reply. I came across this website which seems to document the very issue I am having now with previous versions

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

2007-03-11 Thread Andrew Madu
(CocoonServlet.java:1154) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81) -- Regards Andrew On 11/03/07, Andrew Madu [EMAIL PROTECTED] wrote: Hi Jason/All, would I be correct in thinking

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

2007-03-11 Thread Andrew Madu
are still being collapsed: script ... / instead of script .../script What is going on here? My viewing my site (www.beyarecords.com) will enable you to see the issue. -- Regards Andrew On 11/03/07, Andrew Madu [EMAIL PROTECTED] wrote: Hi Jörg, I have had, as best as I am able to, a look at what

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

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

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

2007-03-11 Thread Andrew Madu
. I have had enough headache just debugging my own code and the last thing I am going to attempt at this juncture is to debug Apache cocoon code which should already work! -- Regards Andrew

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

2007-03-11 Thread Andrew Madu
/jbossweb-tomcat55.sar /ROOT.war/WEB-INF/lib/cocoon- serializers-charsets-0.2.jar!/org/apache/cocoon/components/serializers/encoding/cs_US_ASCII.class -- Regards Andrew On 11/03/07, Andrew Madu [EMAIL PROTECTED] wrote: Hi Jörg, As I said: Try to find the error in the initialization

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

2007-03-11 Thread Andrew Madu
legwork it's unlikely your problem will get solved. I appreciate the help and suggestions I have received from everyone without exception. -- Regards Andrew

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

2007-03-10 Thread Andrew Madu
map:serialize type=xhtml/ /map:otherwise /map:select /map:match What in-built xhtml serializer do you refer to? -- Regards Andrew

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

2007-03-10 Thread Andrew Madu
Hi, my site can now be viewed at www.beyarecords.com. I have changed my ajax-request block to xhtml. On clicking the submit button you will see that the whole page reloads! I am using the very latest version of cocoon on winXP/SP2. -- Regards Andrew On 10/03/07, Andrew Madu [EMAIL PROTECTED

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

2007-03-10 Thread Andrew Madu
to: include.block.serializers=true I checked my WEB-INF\lib directory and the cocoon-serializers-block.jar file exists. What is the issue here? -- Regards Andrew On 10/03/07, Jason Johnston [EMAIL PROTECTED] wrote: Andrew Madu wrote: Hi, my site can now be viewed at www.beyarecords.com

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

2007-03-10 Thread Andrew Madu
Hi, just to mention that I have the following charset jar in my WEB-INF\lib directory: cocoon.serializers-charsets-0.2.jar -- Regards Andrew On 10/03/07, Andrew Madu [EMAIL PROTECTED] wrote: Hi Jason, many thanks for your reply. I am now getting the following error message

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

2007-03-10 Thread Andrew Madu
given a different charset version but I can't be sure! Any ideas with this one? For the meantime I will revert back to the in-built xhtml serializer until this issue is resolved. -- Regards Andrew

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

2007-03-10 Thread Andrew Madu
Hi Jason, thanks for the reply. I came across this website which seems to document the very issue I am having now with previous versions of cocoon... http://www.jarhoo.com/jarhoo/JarFileContents.do?jarFileId=3935 -- Regards Andrew On 11/03/07, Jason Johnston [EMAIL PROTECTED] wrote: Andrew

Re: BLOG via Cocoon?

2007-03-08 Thread Andrew Madu
Hi, have you had a look at RubyOnRails?!! http://www.rubyonrails.org/screencasts -- Regards Andrew On 08/03/07, Derek Hohls [EMAIL PROTECTED] wrote: Hi Has anyone implemented a blog-type system via a Cocoon framework, and can share any ideas or approaches? Thanks Derek -- This message

RE: Font problem using SVG text in PDFs

2007-03-06 Thread Andrew Stevens
From: Jasha Joachimsthal [EMAIL PROTECTED] Date: Mon, 5 Mar 2007 16:37:10 +0100 Hi Andrew, It's a bit a PITA but you can add fonts to your PDF. I hope it works for your SVG too. The info below came from http://xmlgraphics.apache.org/fop/0.20.5/fonts.html and http://cocoon.apache.org/2.1

Font problem using SVG text in PDFs

2007-03-05 Thread Andrew Stevens
font, or the text to a series of paths, I thought I'd ask whether anyone else here has had similar problems, and how they got around them? Or would I be better off asking on the FOP and/or Batik lists? Andrew. -- http://pseudoq.sourceforge.net/ Open source java Sudoku application

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

2007-03-04 Thread Andrew Madu
(SVN Snapshot) -- Regards Andrew On 02/03/07, Andrew Madu [EMAIL PROTECTED] wrote: Hi Grzegorz, Unfortunately not. I've tried to reproduce your problems two times and with no success so cannot help here. If you really like to solve this issue I can only suggest one thing that can others

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

2007-03-04 Thread Andrew Madu
is populated with the w3 xhtml declaration? -- Regards Andrew On 04/03/07, Andrew Madu [EMAIL PROTECTED] wrote: Hi, can anyone else who is using cforms/ajax form validation change the serialize type to xhtml instead of html in the ajax-request sitemap section and confirm with me what happens when

Re: request-parameters selector usage

2007-03-03 Thread Andrew Stevens
and null otherwise. Andrew. -- http://pseudoq.sourceforge.net/ Open source java Sudoku application -- Steve Majewski On Mar 3, 2007, at 10:37 AM, Steven D. Majewski wrote: In the docs and examples for the request-parameter selector, the selection tests are done on the value of a particular

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

2007-03-02 Thread Andrew Madu
/ /map:otherwise /map:select which gives the dreaded 'cocoon is not defined dojo_ajax.js (line 1)' Any ideas as to why declaring the serialize type as xhtml would cause this? I have attached the rendered xhtml page as xml. -- Regards Andrew On 09/08/06, Andrew

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

2007-03-02 Thread Andrew Madu
Andrew

Re: Ajax form reloading problem

2007-02-27 Thread Andrew Madu
times a day/week! Doing so is only likely to make your question answered more slowly, or not at all, not faster. I appreciate and accept your email. If only we all had a 'put life on hold and wait' button, huh?! ;-) -- Regards Andrew

Re: Ajax form reloading problem

2007-02-27 Thread Andrew Madu
in firefox and if you have javascript debugging installed will see the cocoon error. If you submit the form, as is, without filling in any details the page will reload. -- Regards Andrew

Re: Ajax form reloading problem

2007-02-27 Thread Andrew Madu
, mentioned in my document, the page will not function as expected. If you didn't come up with solution until tomorrow's afternoon I will try to dig more into this. Now I do not have enough free time. I appreciate your help on this issue. -- Regards Andrew -- Grzegorz Kossakowski

Re: Ajax form reloading problem

2007-02-26 Thread Andrew Madu
Hi, any ideas with this one guys? I would really like to get this issue nailed!! -- Regards Andrew On 25/02/07, Andrew Madu [EMAIL PROTECTED] wrote: Hi, supplemental to my last 2 posts!, I have noticed that if I have noticed that if I have an onload= in the body tag of an ajaxified page

Re: Ajax form reloading problem

2007-02-26 Thread Andrew Madu
Hi, anyone?! -- Regards Andrew On 26/02/07, Andrew Madu [EMAIL PROTECTED] wrote: Hi, any ideas with this one guys? I would really like to get this issue nailed!! -- Regards Andrew On 25/02/07, Andrew Madu [EMAIL PROTECTED] wrote: Hi, supplemental to my last 2 posts!, I have noticed

Ajax form reloading problem

2007-02-25 Thread Andrew Madu
, i.e, as per the ajax-cocoon spec, only those form elements which are incorrect are submitted. Now, when I set the serialize type to xhtml when you submit a page which has incorrectly filled in form elements, the whole page is reloaded! What is the issue here? -- Regards Andrew

  1   2   3   4   5   6   >