cancel
Showing results for 
Search instead for 
Did you mean: 

Validation Error - Create Web Form Wizard

pf
Champ in-the-making
Champ in-the-making
Hi all,

I am using Alfresco 2.0 community built from svn source on Windows XP and MySQL database.

I am trying to create a new web form, using the wizard in Data Dictionary->Web Form.

I followed these steps:

Step 1, select XML schema: I chose one of the xsd schemas available from "projects\web-client\source\test-resources\xforms\demos"

Step 2, configure template: I didn't use any template

Step 3, configure workflow: I chose "no not now"

When I clicked on "next" I got the following error:

Please correct the errors below then click Finish.

    * Validation Error


This problem seems to affect any of the xsd schemas available from the "demos" folder.
I also tried to get more debugging info uncommenting the following lines in log4j.properites:

# Templating debugging
log4j.logger.org.alfresco.web.forms=debug
log4j.logger.org.chiba.xml.xforms=debug

but I did not see any useful information other than

DEBUG [org.alfresco.web.forms.XMLUtil] writing out a document for xs:schema to string

Did anyone see this problem?
Any help would be appreciated.
Thank you in advance.
3 REPLIES 3

leviter
Champ in-the-making
Champ in-the-making
Hi,

I am experiencing exactly the same problem. I create a new web form and select a schema and no template. In the workflow page (no matter if I choose the "yes" or the "not now" radio button) after I press the "Next" button I get the same error you are experiencing.

My environment WinXP, Tomcat 5.5.17, MySQL database…

When I run the Alfresco 2.0 GA release I do not get this problem, so I guess it has something to do with the code from SVN.

I am at SVN revision 641.

arielb
Champ in-the-making
Champ in-the-making
i'm not all that up to date on what's been going on head - i've been working on a subbranch for the 2.0.1 enterprise release.  i'll check on it in the next week or so when i'm done with this release.  in the meantime your best bet is downloading the actual released source.  there should be a tag on it somewhere or other.

leviter
Champ in-the-making
Champ in-the-making
It seems the problem is fixed now (SVN revision 644).