[JBoss JIRA] Updated: (ARQAJO-13) Wrong call to JS function getRequestDone
by Lukas Fryc (JIRA)
[ https://issues.jboss.org/browse/ARQAJO-13?page=com.atlassian.jira.plugin.... ]
Lukas Fryc updated ARQAJO-13:
-----------------------------
Component/s: core
> Wrong call to JS function getRequestDone
> ----------------------------------------
>
> Key: ARQAJO-13
> URL: https://issues.jboss.org/browse/ARQAJO-13
> Project: Arquillian Ajocado
> Issue Type: Feature Request
> Components: core
> Reporter: Lukas Fryc
> Assignee: Lukas Fryc
> Fix For: 1.0.0.Alpha3
>
>
> The problem is that in Cheiron.js the function is called getRequestTypeDone
> com.thoughtworks.selenium.SeleniumException: ERROR: Threw an exception: cheiron.requestInterceptor.getRequestDone is not a function
> at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97)
> at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:91)
> at com.thoughtworks.selenium.HttpCommandProcessor.getString(HttpCommandProcessor.java:262)
> at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.jboss.test.selenium.interception.CommandContext.invoke(CommandContext.java:103)
> at org.jboss.test.selenium.interception.InterceptionProxy.invoke(InterceptionProxy.java:111)
> at $Proxy23.getString(Unknown Source)
> at com.thoughtworks.selenium.DefaultSelenium.getEval(DefaultSelenium.java:443)
> at org.jboss.test.selenium.framework.TypedSeleniumImpl.getEval(TypedSeleniumImpl.java:321)
> at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.jboss.test.selenium.framework.AjaxSeleniumProxy.invoke(AjaxSeleniumProxy.java:109)
> at $Proxy0.getEval(Unknown Source)
> at org.jboss.test.selenium.request.RequestInterceptor.getRequestTypeDone(RequestInterceptor.java:63)
> at org.richfaces.tests.metamer.ftest.a4jPush.AbstractPushTest.pushAndWait(AbstractPushTest.java:98)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (ARQ-412) Tests/doc/examples: Auto-detect version of dependency to add to war.
by Ondrej Zizka (JIRA)
Tests/doc/examples: Auto-detect version of dependency to add to war.
--------------------------------------------------------------------
Key: ARQ-412
URL: https://issues.jboss.org/browse/ARQ-412
Project: Arquillian
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Ondrej Zizka
In various container tests (jetty and tomcat ATM), there's hard-coded version of weld-servlet being packed to WAR.
I changed this to take some class's package's SpecificationVersion so that it's aligned with pom.xml (or whatever version is on classpath).
https://gist.github.com/908830
I suggest to make this a standard for tests.
Also, I thought of having weld-servlet packed automatically by some test enricher, so that user wouldn't have to do this at all.
If it's size (2.1 MB) is a concern, it could scan for CDI annotations and if found, it would pack it.
Doable?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months