This is exactly what I would recommend. regards Malcolm Edgar
On Wed, Jul 30, 2008 at 7:00 PM, Ian Jamieson <[EMAIL PROTECTED]> wrote: > Funny how you figure things out once u already asked the dumb question ^^. > > I ended up writing a small class to take the place of > "WebApplicationContextFilter". > It can create a DataContext by domainName and then use > DataContext.bindThreadDataContext(). > > Is there anything wrong with this approach ? > > Ian > > On Wed, Jul 30, 2008 at 3:59 PM, Ian Jamieson <[EMAIL PROTECTED]> wrote: > >> Hi >> >> I'm trying to setup two services each in a seperate context under tomcat. I >> would like to get each >> context pointing to different dataDomains. >> >> How do I ask one context's DataContext.getThreadLocalContext() to use one >> dataDomain and the >> 2nd context to use the 2nd dataDomain? >> >> I am using Cayenne 3M4. >> >> Ian >> >