[Jboss-cvs] JBossAS SVN: r56189 - branches/Branch_3_2/system/src/main/org/jboss/system

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 23 13:52:03 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-08-23 13:52:02 -0400 (Wed, 23 Aug 2006)
New Revision: 56189

Modified:
   branches/Branch_3_2/system/src/main/org/jboss/system/ServiceContext.java
Log:
JBAS-3558: Service should be transient

Modified: branches/Branch_3_2/system/src/main/org/jboss/system/ServiceContext.java
===================================================================
--- branches/Branch_3_2/system/src/main/org/jboss/system/ServiceContext.java	2006-08-23 17:50:41 UTC (rev 56188)
+++ branches/Branch_3_2/system/src/main/org/jboss/system/ServiceContext.java	2006-08-23 17:52:02 UTC (rev 56189)
@@ -77,7 +77,7 @@
    public List dependsOnMe = new LinkedList();
    
    /** The fancy proxy to my service calls **/
-   public Service proxy;
+   public transient Service proxy;
 
    /** Cause for failure */
    public Throwable problem;




More information about the jboss-cvs-commits mailing list