• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

The matching wildcard is strict, but no declaration can be found for element 'flow:registry'

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am getting the exception below while running a spring web flow program.




I am not using DOCTYPE, as removing it also reduce the exceptions.

This is beans tag:


and this is my flow tag:



I am stuck here. I tried many things but nothing working. I am using Spring framework 3.0.0 and Spring WebFLow 2.0.8.


Thank you very much.
 
Faraz Ali
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any updates?
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your XML parser is attempting to validate against your linked schema locations - and the 'registry' tag doesn't appear in the schema at http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd

There is a 'flow-registry' tag in the schema at http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd

 
Faraz Ali
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried this xsd also, and tried everything, but not working at all. the last thing i can do is to install a new eclipse+new java+new jboss+new prj everything new.



Can you tell which version of spring & webflow you are using?

what do you mean by "parser is attempting to validate against your linked schema locations". how to disable this feature.


Thanks,
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic