User: hiram
Date: 01/01/05 08:03:16
Modified: src/java/org/spydermq/distributed/server
DistributedJMSServerOILClient.java
Log:
Bug fix: Was getting a Not Serializable exception when looking up a
ConnectionFactory when a bean was deployed.
Bug finder/fixer: Scott M Stark
Revision Changes Path
1.8 +2 -2
spyderMQ/src/java/org/spydermq/distributed/server/DistributedJMSServerOILClient.java
Index: DistributedJMSServerOILClient.java
===================================================================
RCS file:
/products/cvs/ejboss/spyderMQ/src/java/org/spydermq/distributed/server/DistributedJMSServerOILClient.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DistributedJMSServerOILClient.java 2000/12/26 04:15:58 1.7
+++ DistributedJMSServerOILClient.java 2001/01/05 16:03:16 1.8
@@ -38,12 +38,12 @@
*@author Norbert Lataille ([EMAIL PROTECTED])
*@author Hiram Chirino ([EMAIL PROTECTED])
*
- *@version $Revision: 1.7 $
+ *@version $Revision: 1.8 $
*/
public class DistributedJMSServerOILClient extends DistributedJMSServerUILClient
implements DistributedJMSServer, Serializable {
- Socket socket;
+ transient Socket socket;
public DistributedJMSServerOILClient(InetAddress addr,int port)
{