vote up 0 vote down star

I have a rather large spring application, and all I'm trying to share is a single Map (using util.ConcurrentMap as implementation).

To do this, I created a bean in my appContext, and I tried to use the following tc-config line:

*/applicationContext.xml

Must I do something else to enable this to work? MyClass is a rather simple domain object that contains only primitives, two constructors, and accessors/mutators.

Must I do something else to get this working? I'm using Terracotta 3.0.0.

flag

1 Answer

vote up 1 vote down check

You need to create a tc-config.xml config file as described in http://www.terracotta.org/web/display/orgsite/Spring+Integration.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.