Bug 830217

Summary: Seam: TAG-16 Spring example
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Karel Piwko <kpiwko>
Component: Examples, SeamAssignee: Marek Novotny <mnovotny>
Status: CLOSED DEFERRED QA Contact: Karel Piwko <kpiwko>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0.0.ER7CC: bsutter, rruss
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: Seam2.3
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-19 08:18:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Karel Piwko 2012-06-08 14:55:00 UTC
Following errors happen in booking example when imported to JBDS (ignoring missing Maven artifacts):

Description	Resource	Path	Location	Type
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'seam:component'.	applicationContext.xml	/spring-web/src/main/webapp/WEB-INF	line 54	XML Problem
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'seam:component'.	applicationContext.xml	/spring-web/target/m2e-wtp/web-resources/WEB-INF	line 54	XML Problem
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'seam:configure-scopes'.	applicationContext.xml	/spring-web/src/main/webapp/WEB-INF	line 63	XML Problem
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'seam:configure-scopes'.	applicationContext.xml	/spring-web/target/m2e-wtp/web-resources/WEB-INF	line 63	XML Problem
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'spring:context-loader'.	components.xml	/spring-web/src/main/webapp/WEB-INF	line 28	XML Problem
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'spring:context-loader'.	components.xml	/spring-web/target/m2e-wtp/web-resources/WEB-INF	line 28	XML Problem
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'spring:spring-task-executor-dispatcher'.	components.xml	/spring-web/src/main/webapp/WEB-INF	line 34	XML Problem
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'spring:spring-task-executor-dispatcher'.	components.xml	/spring-web/target/m2e-wtp/web-resources/WEB-INF	line 34	XML Problem
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'spring:spring-transaction'.	components.xml	/spring-web/src/main/webapp/WEB-INF	line 36	XML Problem
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'spring:spring-transaction'.	components.xml	/spring-web/target/m2e-wtp/web-resources/WEB-INF	line 36	XML Problem

Comment 1 Marek Novotny 2012-06-15 10:16:30 UTC
Fixed at https://source.jboss.org/changelog/Seam?cs=14921