<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Messages posted by "inigmas"]]></title>
		<link>http://forums.terracotta.org/forums/posts/listByUser/1864.page</link>
		<description><![CDATA[Messages posted by "inigmas"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Re:Spring AOP + Terracotta</title>
				<description><![CDATA[ Well, the only real problem so far is that I didn't want to have to go in and instrument Spring Framework and Spring AOP by hand.  Looking into this further, it seems as though our AspectJ Advised classes are doing just fine.  

But we're also using Spring Integration and their Gateway constructs; which basically create proxies around an interface to make sending Messages easier.

When I originally went down the route of trying to instrument Spring Integration and Spring AOP by hand;  it got to the point where I was attempting to share absolutely everything, since the "advised" field references Classloaders and the BeanFactory.

So, I'm trying to figure out the best way to set this up without sharing every object in my Application.

Thinking about it now, I'm wondering if it would be best to not share the Gateways....]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/2636/15665.page#15665</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/2636/15665.page#15665</link>
				<pubDate><![CDATA[Sun, 25 Oct 2009 15:00:20]]> GMT</pubDate>
				<author><![CDATA[ inigmas]]></author>
			</item>
			<item>
				<title>Spring AOP + Terracotta</title>
				<description><![CDATA[ I'm using Terracotta 3.1.0 and Spring 2.5.6; and I was wondering how I should go about sharing Objects that have been advised with Spring AOP.

The way the proxy class was generated, I had no choice but to instrument the JdkDynamicProxy(sp?).  But under it, I had made the advised field transient; that is until one of my shared Objects needed it after the Application Client was restarted...

I haven't seen any TIMs for it, and google searches haven't been helping much.  Any advice?]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/2636/15641.page#15641</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/2636/15641.page#15641</link>
				<pubDate><![CDATA[Fri, 23 Oct 2009 07:54:52]]> GMT</pubDate>
				<author><![CDATA[ inigmas]]></author>
			</item>
	</channel>
</rss>