From f139ec53f477f239563b7020c1094d27cf8c5380 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 17 Sep 2008 23:08:28 +0000 Subject: [PATCH] That injected service needs to be transient. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5381 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/crowd/chat/server/ChatChannelManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/crowd/chat/server/ChatChannelManager.java b/src/java/com/threerings/crowd/chat/server/ChatChannelManager.java index 47b970143..a0ab066a2 100644 --- a/src/java/com/threerings/crowd/chat/server/ChatChannelManager.java +++ b/src/java/com/threerings/crowd/chat/server/ChatChannelManager.java @@ -278,7 +278,7 @@ public abstract class ChatChannelManager return ((CrowdNodeObject)nodeobj).hostedChannels.contains(_channel); } protected ChatChannel _channel; - @Inject protected ChatChannelManager _channelMan; + @Inject protected transient ChatChannelManager _channelMan; } /** Informs the server hosting a channel that a body has been added to or removed from the