On Apr 12, 2011, at 7:05 PM, Christian Grobmeier wrote:

> The default behaviour for the property configuration is to look for
> CayenneFilter.xml, if running with a web filter.
> But does this name make sense? It should contain a domain
> configuration. And these files should be named like
> cayenne-DomainName.xml, otherwise the Modeler will not open it. If one
> opens it with the CayenneFilter.xml name, you'll get serious problems
> :-)

IIRC it uses whatever name you put in "filter-name" in web.xml for 
CayenneFilter:

<filter>
        <filter-name>THIS_NAME_IS_SIGNIFICANT</filter-name>
        
<filter-class>org.apache.cayenne.configuration.web.CayenneFilter</filter-class>
</filter>

Andrus

Reply via email to