When using the schema based notation, the element <utilroperties> has a "location" attribute marked as required in the xsd, so the code below is invalid:
<utilroperties id="flushingModels">
<prop key="productsFlushing">cacheNames=PRODUCTS_CACHE</prop>
</utilroperties>
In fact, it DOES work, and it makes sense to create a Properties object without reading from a file (like PropertiesFactoryBean)
Shouldn't the location attribute be optional?
PS: There is a way to disable the smiles?


roperties> has a "location" attribute marked as required in the xsd, so the code below is invalid:
Reply With Quote
