Title: Message
Hi all,
 
We were using cocoon 2.1.5 previously and all the API related with forms like new Form(..) and showForm did works fine. At present we have moved to cocoon 2.1.7 and we are facing some strange problme wiht the basic form rendering.We are getting the following while using the following code :-
 
  var frm = new Form("forms/test-def.xml");
  frm.showForm("forms/test.html");
1)
11:17:12,046 ERROR [access] Internal Cocoon Problem
org.apache.cocoon.ProcessingException: Error executing pipeline.: org.xml.sax.SAXException: No Cocoon Form found.
        at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.handleException(AbstractProcessingPipeline.java:940)
        at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processXMLPipeline(AbstractCachingProcessingPip
eline.java:281) 
 
 
2)
And we are also facing some problems while rendering a screen using  xsl.
 
11:22:56,828 ERROR [xslt-processor] Error in TraxTransformer: file Test/deploy/test.war/stylesheets/customization-doc-html.xsl; Line 0; Column 0;
; SystemID: file:/D:/Test/deploy/test.war/stylesheets/customization-doc-html.xsl
 
customization-doc-html.xsl...
 
<xsl:stylesheet version="1.0"
                xmlns:ft="http://apache.org/cocoon/forms/1.0#template"
                xmlns:fi="http://apache.org/cocoon/forms/1.0#instance"
                xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:xlink="http://www.w3.org/1999/xlink">
 
3)
11:22:55,281 ERROR [i18n] Error obtaining catalogue 'messages' from  <[Ljava.lang.String;@1474c1f> for locale en_US
org.apache.avalon.framework.component.ComponentException: Unable to locate resource: messages (key [messages])
 
Are we missing any set-up things.
Can anyone please give us what are the basic set-up we need to do while changing to cocoon 2.1.7?
 
Thanks & Regards,
  Vijay


Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.

Reply via email to