Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ACE-Components, MOBI-Components
-
Labels:None
-
Environment:all
Description
The following two files are not following the xsd:
./ace/component/resources/icefaces.ace/META-INCLUDE/faces-config.xml
./mobi/component/resources/icefaces.mobi/META-INCLUDE/faces-config.xml
Element 'after' cannot have character [children], because the type's content type is element-only.
Basically, the 'after' tag must contain either a 'name' tag or an 'others' tag, but cannot simply name the document that it wants to refer to.
So instead of '<after>ICEfacesCore</after>' you should probably have '<after><name>ICEfacesCore</name></after>'.
./ace/component/resources/icefaces.ace/META-INCLUDE/faces-config.xml
./mobi/component/resources/icefaces.mobi/META-INCLUDE/faces-config.xml
Element 'after' cannot have character [children], because the type's content type is element-only.
Basically, the 'after' tag must contain either a 'name' tag or an 'others' tag, but cannot simply name the document that it wants to refer to.
So instead of '<after>ICEfacesCore</after>' you should probably have '<after><name>ICEfacesCore</name></after>'.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43886 | Thu Jan 08 14:41:08 MST 2015 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/META-INCLUDE/faces-config.xml
MODIFY /icefaces4/trunk/icefaces/mobi/component/resources/icefaces.mobi/META-INCLUDE/faces-config.xml |