You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Hugo Palma (JIRA)" <de...@tapestry.apache.org> on 2007/06/14 12:08:26 UTC

[jira] Created: (TAPESTRY-1573) JettyRunner seems to have dependencies on Jetty 6.x but dependencies point to Jetty 5.x

JettyRunner seems to have dependencies on Jetty 6.x but dependencies point to Jetty 5.x
---------------------------------------------------------------------------------------

                 Key: TAPESTRY-1573
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1573
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-test
    Affects Versions: 5.0.4
            Reporter: Hugo Palma


I get this expection when i run any test:

java.lang.ClassNotFoundException: org.mortbay.jetty.servlet.DefaultServlet]
	at org.apache.tapestry.test.JettyRunner.createAndStart(JettyRunner.java:112)
	at org.apache.tapestry.test.JettyRunner.<init>(JettyRunner.java:67)
	at org.apache.tapestry.test.AbstractIntegrationTestSuite.setup(AbstractIntegrationTestSuite.java:160)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

After a little searching i found that org.mortbay.jetty.servlet.DefaultServlet is only in the Jetty 6.x jars. But the selenium 0.8.1 depends on Jetty 5.x.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-1573) JettyRunner seems to require Jetty 6.x jar but dependencies point to Jetty 5.x

Posted by "Hugo Palma (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hugo Palma closed TAPESTRY-1573.
--------------------------------

    Resolution: Invalid

It turns out that it was trying to use Jetty 6.x API because i was using the webdefault.xml file from Jetty 6.

> JettyRunner seems to require Jetty 6.x jar but dependencies point to Jetty 5.x
> ------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1573
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1573
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-test
>    Affects Versions: 5.0.4
>            Reporter: Hugo Palma
>
> I get this expection when i run any test:
> java.lang.ClassNotFoundException: org.mortbay.jetty.servlet.DefaultServlet]
> 	at org.apache.tapestry.test.JettyRunner.createAndStart(JettyRunner.java:112)
> 	at org.apache.tapestry.test.JettyRunner.<init>(JettyRunner.java:67)
> 	at org.apache.tapestry.test.AbstractIntegrationTestSuite.setup(AbstractIntegrationTestSuite.java:160)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> After a little searching i found that org.mortbay.jetty.servlet.DefaultServlet is only in the Jetty 6.x jars. But the selenium 0.8.1 depends on Jetty 5.x.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1573) JettyRunner seems to require Jetty 6.x jar but dependencies point to Jetty 5.x

Posted by "Hugo Palma (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hugo Palma updated TAPESTRY-1573:
---------------------------------

    Summary: JettyRunner seems to require Jetty 6.x jar but dependencies point to Jetty 5.x  (was: JettyRunner seems to have dependencies on Jetty 6.x but dependencies point to Jetty 5.x)

> JettyRunner seems to require Jetty 6.x jar but dependencies point to Jetty 5.x
> ------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1573
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1573
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-test
>    Affects Versions: 5.0.4
>            Reporter: Hugo Palma
>
> I get this expection when i run any test:
> java.lang.ClassNotFoundException: org.mortbay.jetty.servlet.DefaultServlet]
> 	at org.apache.tapestry.test.JettyRunner.createAndStart(JettyRunner.java:112)
> 	at org.apache.tapestry.test.JettyRunner.<init>(JettyRunner.java:67)
> 	at org.apache.tapestry.test.AbstractIntegrationTestSuite.setup(AbstractIntegrationTestSuite.java:160)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> After a little searching i found that org.mortbay.jetty.servlet.DefaultServlet is only in the Jetty 6.x jars. But the selenium 0.8.1 depends on Jetty 5.x.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org