Andrey, thanks for the quick answer. Looking inside the filter class and the tutorials again and decided to do what you say inside my domain manager class and deleted the filter, it's working. Thanks.

On Aug 20, 2009, at 8:32 PM, Andrey Razumovsky wrote:

Hi,

WebApplicationContextFilter indirectly (in ServerUtil class) uses
DataContext.createDataContext() [NO PARAMETERS] method. It will not work
with multi domain app. For that, you will need to rewrite
WebApplicationContextFilter so that it uses
DataContext.createDataContext(String domainName) mathod.

Regards,
Andrey

Reply via email to