Ok, found it ... apparently Selenium has Jetty packaged in this jar:
/.m2/repository/org/openqa/selenium/server/selenium-server/0.8.1/
selenium-server-0.8.1.jar
and it includes Jetty classes in it. The org.mortbay.util.IO class
appears to be from Jetty 5 and thus the method not found error.
Looks like we'll need to address this...anyone friends with folks
from Selenium?
On Dec 13, 2006, at 10:27 PM, Matt Hogstrom wrote:
Greg,
I updated the branches/2.0-M1 to use 6.1.0r0. I'm getting the
following error when running the tests.
----------------------------------------------------------------------
---------
Test set: org.apache.geronimo.jetty6.GBeanInfoTest
----------------------------------------------------------------------
---------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
0.205 sec <<< FAILURE!
testJettyContainerImpl Time elapsed: 0.073 sec <<< FAILURE!
java.lang.NoSuchMethodError: org.mortbay.util.IO.readBytes(Ljava/io/
InputStream;)[B
at org.mortbay.jetty.handler.DefaultHandler.<init>
(DefaultHandler.java:62)
at org.apache.geronimo.jetty6.JettyContainerImpl.<init>
(JettyContainerImpl.java:55)
at
org.apache.geronimo.jetty6.GBeanInfoTest.testJettyContainerImpl
(GBeanInfoTest.java:33)
I'll peek around but I'm hoping your awake at this horrible hour :)
Matt Hogstrom
[EMAIL PROTECTED]
Matt Hogstrom
[EMAIL PROTECTED]