[ 
https://issues.apache.org/jira/browse/TAPESTRY-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507669
 ] 

Hugo Palma commented on TAPESTRY-1581:
--------------------------------------

True, but only the selenium server component right ?

I don't this invalidates the fact that you could run the application being 
tested in Jetty 6 or even any other container like Tomcat or whatever. 
Selenium-RC just issues HTTP commands to any running listener, it doesn't care 
about the container.

The fact that the selenium pom references jetty 5 as a dependency could make it 
a little trickier classpath wise, but i think it can be worked around.....

I wouldn't insist on this if i didn't feel it was important....it's just that 
not being able to integration test with configured resources just doesn't cut 
it for most applications.

> It should be possible to provide a jetty.xml file to JettyRunner
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-1581
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1581
>             Project: Tapestry
>          Issue Type: Wish
>          Components: tapestry-test
>    Affects Versions: 5.0.4
>            Reporter: Hugo Palma
>
> Right now it's not possible to provide the JettyRunner with a jetty.xml file. 
> This doesn't allow for one to configure the application with for example JNDI 
> resources and more.
> Almost every web application uses some kind of resource, it has to be 
> possible to configure them when running the integrations tests.
> I think this would require the use of Jetty 6, but that shouldn't be a 
> problem....i think

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to