User: jules_gosnell
Date: 02/02/02 16:14:26
Modified: jetty/src/main/org/jboss/jetty/session
CoarseDistributedStore.java
Log:
fix ejb name
Revision Changes Path
1.5 +2 -2
contrib/jetty/src/main/org/jboss/jetty/session/CoarseDistributedStore.java
Index: CoarseDistributedStore.java
===================================================================
RCS file:
/cvsroot/jboss/contrib/jetty/src/main/org/jboss/jetty/session/CoarseDistributedStore.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CoarseDistributedStore.java 2002/01/16 00:36:51 1.4
+++ CoarseDistributedStore.java 2002/02/03 00:14:26 1.5
@@ -5,7 +5,7 @@
* See terms of license at gnu.org.
*/
-// $Id: CoarseDistributedStore.java,v 1.4 2002/01/16 00:36:51 jules_gosnell Exp $
+// $Id: CoarseDistributedStore.java,v 1.5 2002/02/03 00:14:26 jules_gosnell Exp $
//----------------------------------------
@@ -42,7 +42,7 @@
Logger _log = Logger.getLogger(getClass().getName());
InitialContext _jndiContext;
CoarseHttpSessionHome _home;
- String _name="ejb/jetty/CoarseHttpSession"; // TODO - parameterise
+ String _name="jetty/CoarseHttpSession"; // TODO - parameterise
public
CoarseDistributedStore()
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development