Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 6.1.0
-
Fix Version/s: 6.1.1rc0
-
Component/s: JBoss
-
Labels:None
-
Environment:FC 5
java version "1.5.0_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b01)
Java HotSpot(TM) Client VM (build 1.5.0_09-b01, mixed mode, sharing)
-
Number of attachments :
Description
Compiling 31 source files to /src/jetty-6.1.0/extras/jboss/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/src/jetty-6.1.0/extras/jboss/src/main/java/org/mortbay/j2ee/session/Manager.java:[89,7] org.mortbay.j2ee.session.Manager is not abstract and does not override abstract method access(javax.servlet.http.HttpSession,boolean) in org.mortbay.jetty.SessionManager
at revision 1463
org.mortbay.jetty.SessionManager interface was changed
/** Called by the
{@link SessionHandler}when a session is access by a request
*/
public Cookie access(HttpSession session,boolean secure);
second paramere added.
Here is just small patch to change it in org.mortbay.j2ee.session.Manager - anyway the method is empty there.