Patches item #799313, was opened at 2003-09-02 18:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=799313&group_id=22866

Category: None
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Chris Fesler (cfesler)
Assigned to: Nobody/Anonymous (nobody)
Summary: ClusteredSession.java: bad parm in getManager() call 

Initial Comment:
This is a fix for bug 795667, "ClusterManager Exception

in JBoss 3.2.2RC3."





---

/jboss-crf/tomcat/src/main/org/jboss/web/tomcat/session/ClusteredSession.java

2003-08-31 15:44:09.000000000 -0700

+++

/jboss-3.2.2RC3-src/tomcat/src/main/org/jboss/web/tomcat/session/ClusteredSession.java

2003-08-04 16:31:44.000000000 -0700

@@ -168,7 +168,7 @@

     * The string manager for this package.

     */

    private static StringManager sm =

-        

StringManager.getManager("org.jboss.web.tomcat.session");

+        

StringManager.getManager("org.jboss.web.catalina.session");

 

 

    /**



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=799313&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to