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