entity-condition' is not valid with respect to its type

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

entity-condition' is not valid with respect to its type

BJ Freeman
can anyone shed some light on this error.

2008-07-29 14:24:16,281 (http-0.0.0.0-8443-2) [
UtilXml.java:660:ERROR] XmlFileLoader: File
file:applications/product/widget/catalog/StoreScreens.xml process error.
Line: 130. Error message: cvc-attribute.3: The value '${activeOnly}' of
attribute 'filter-by-date' on element 'entity-condition' is not valid
with respect to its type, 'null'.

Reply | Threaded
Open this post in threaded view
|

Re: entity-condition' is not valid with respect to its type

Adrian Crum
The XML parser is looking for one of the legal filter-by-date attribute
values specified in the XSD. "${activeOnly}" is not one of those values.

I believe it can be ignored. The XML file is usually processed anyway.

-Adrian

BJ Freeman wrote:

> can anyone shed some light on this error.
>
> 2008-07-29 14:24:16,281 (http-0.0.0.0-8443-2) [
> UtilXml.java:660:ERROR] XmlFileLoader: File
> file:applications/product/widget/catalog/StoreScreens.xml process error.
> Line: 130. Error message: cvc-attribute.3: The value '${activeOnly}' of
> attribute 'filter-by-date' on element 'entity-condition' is not valid
> with respect to its type, 'null'.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: entity-condition' is not valid with respect to its type

BJ Freeman
figured something like that.
thanks for the confirmation.

Adrian Crum sent the following on 7/29/2008 4:08 PM:

> The XML parser is looking for one of the legal filter-by-date attribute
> values specified in the XSD. "${activeOnly}" is not one of those values.
>
> I believe it can be ignored. The XML file is usually processed anyway.
>
> -Adrian
>
> BJ Freeman wrote:
>> can anyone shed some light on this error.
>>
>> 2008-07-29 14:24:16,281 (http-0.0.0.0-8443-2) [
>> UtilXml.java:660:ERROR] XmlFileLoader: File
>> file:applications/product/widget/catalog/StoreScreens.xml process error.
>> Line: 130. Error message: cvc-attribute.3: The value '${activeOnly}' of
>> attribute 'filter-by-date' on element 'entity-condition' is not valid
>> with respect to its type, 'null'.
>>
>>
>
>
>