[JBoss JIRA] (ARQGRA-441) xhrInterception breaks applications using jQuery 2.x
by Oliver Kišš (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-441?page=com.atlassian.jira.plugin... ]
Oliver Kišš edited comment on ARQGRA-441 at 5/9/14 3:09 PM:
------------------------------------------------------------
[this commit|https://github.com/jquery/jquery/commit/17049c73bc5bf1a41cce4a5b64...] in jQuery seems to be causing the problems. I tried reverting it and kitchensink-backbone worked correctly after xhrInterception was installed.
was (Author: okiss):
[this commit|https://github.com/jquery/jquery/commit/17049c73bc5bf1a41cce4a5b64...] in jQuery seems to be causing the problems. I tried reverting it and kitchensink-backbone worked correctly after xhrInterceptor was installed.
> xhrInterception breaks applications using jQuery 2.x
> ----------------------------------------------------
>
> Key: ARQGRA-441
> URL: https://issues.jboss.org/browse/ARQGRA-441
> Project: Arquillian Graphene
> Issue Type: Bug
> Affects Versions: 2.0.0.Final, 2.0.2.Final
> Environment: Firefox 29, Chrome 34
> Reporter: Oliver Kišš
> Priority: Critical
>
> After {{[kitchensink-backbone|https://github.com/jboss-developer/jboss-wfk-quickstarts/tree/2.6.x-develop/kitchensink-backbone]}} and {{[contacts-mobile-basic|https://github.com/jboss-developer/jboss-wfk-quickstarts/pull/154]}} quickstarts were updated to use jQuery 2.0.3, Graphene guards no longer work properly in their functional tests.
> After {{window.Graphene.xhrInterception.install()}}, the quickstarts do not react to responses to ajax requests they make (server side validation messages are not shown, member list is not displayed, no feedback is shown after a new member is registered).
> When {{window.Graphene.xhrInterception.uninstall()}} is run, the quickstarts start behaving normally again.
> I tried reproducing the issue with different versions of javascript libraries used in the quickstarts and could reproduce it if jQuery 2.x was used (tested 2.0.3 and 2.1.0). Other libraries do not seem to have an effect on the issue.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 8 months
[JBoss JIRA] (ARQGRA-441) xhrInterception breaks applications using jQuery 2.x
by Oliver Kišš (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-441?page=com.atlassian.jira.plugin... ]
Oliver Kišš commented on ARQGRA-441:
------------------------------------
[this commit|https://github.com/jquery/jquery/commit/17049c73bc5bf1a41cce4a5b64...] in jQuery seems to be causing the problems. I tried reverting it and kitchensink-backbone worked correctly after xhrInterceptor was installed.
> xhrInterception breaks applications using jQuery 2.x
> ----------------------------------------------------
>
> Key: ARQGRA-441
> URL: https://issues.jboss.org/browse/ARQGRA-441
> Project: Arquillian Graphene
> Issue Type: Bug
> Affects Versions: 2.0.0.Final, 2.0.2.Final
> Environment: Firefox 29, Chrome 34
> Reporter: Oliver Kišš
> Priority: Critical
>
> After {{[kitchensink-backbone|https://github.com/jboss-developer/jboss-wfk-quickstarts/tree/2.6.x-develop/kitchensink-backbone]}} and {{[contacts-mobile-basic|https://github.com/jboss-developer/jboss-wfk-quickstarts/pull/154]}} quickstarts were updated to use jQuery 2.0.3, Graphene guards no longer work properly in their functional tests.
> After {{window.Graphene.xhrInterception.install()}}, the quickstarts do not react to responses to ajax requests they make (server side validation messages are not shown, member list is not displayed, no feedback is shown after a new member is registered).
> When {{window.Graphene.xhrInterception.uninstall()}} is run, the quickstarts start behaving normally again.
> I tried reproducing the issue with different versions of javascript libraries used in the quickstarts and could reproduce it if jQuery 2.x was used (tested 2.0.3 and 2.1.0). Other libraries do not seem to have an effect on the issue.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 8 months
[JBoss JIRA] (ARQGRA-441) xhrInterception breaks applications using jQuery 2.x
by Oliver Kišš (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-441?page=com.atlassian.jira.plugin... ]
Oliver Kišš updated ARQGRA-441:
-------------------------------
Description:
After {{[kitchensink-backbone|https://github.com/jboss-developer/jboss-wfk-quickstarts/tree/2.6.x-develop/kitchensink-backbone]}} and {{[contacts-mobile-basic|https://github.com/jboss-developer/jboss-wfk-quickstarts/pull/154]}} quickstarts were updated to use jQuery 2.0.3, Graphene guards no longer work properly in their functional tests.
After {{window.Graphene.xhrInterception.install()}}, the quickstarts do not react to responses to ajax requests they make (server side validation messages are not shown, member list is not displayed, no feedback is shown after a new member is registered).
When {{window.Graphene.xhrInterception.uninstall()}} is run, the quickstarts start behaving normally again.
I tried reproducing the issue with different versions of javascript libraries used in the quickstarts and could reproduce it if jQuery 2.x was used (tested 2.0.3 and 2.1.0). Other libraries do not seem to have an effect on the issue.
was:
After {{[kitchensink-backbone|https://github.com/jboss-developer/jboss-wfk-quickstarts/tree/2.6.x-develop/kitchensink-backbone]}} and {{[contacts-mobile-basic|https://github.com/jboss-developer/jboss-wfk-quickstarts/pull/154]}} quickstarts were updated to use jQuery 2.0.3, Graphene guards no longer work properly in their functional tests.
After {{window.Graphene.xhrInterception.install()}}, the quickstarts do not react to responses to ajax requests they make (server side validation messages are not shown, member list is not displayed, no feedback is shown after a new member is registered).
When {{window.Graphene.xhrInterception.uninstall()}} is run, the quickstarts start behaving normally again.
I tried reproducing the issue with different versions of javascript libraries used in the quickstarts and could reproduce it if jQuery 2.x was used, other libraries do not seem to have an effect on the issue.
> xhrInterception breaks applications using jQuery 2.x
> ----------------------------------------------------
>
> Key: ARQGRA-441
> URL: https://issues.jboss.org/browse/ARQGRA-441
> Project: Arquillian Graphene
> Issue Type: Bug
> Affects Versions: 2.0.0.Final, 2.0.2.Final
> Environment: Firefox 29, Chrome 34
> Reporter: Oliver Kišš
> Priority: Critical
>
> After {{[kitchensink-backbone|https://github.com/jboss-developer/jboss-wfk-quickstarts/tree/2.6.x-develop/kitchensink-backbone]}} and {{[contacts-mobile-basic|https://github.com/jboss-developer/jboss-wfk-quickstarts/pull/154]}} quickstarts were updated to use jQuery 2.0.3, Graphene guards no longer work properly in their functional tests.
> After {{window.Graphene.xhrInterception.install()}}, the quickstarts do not react to responses to ajax requests they make (server side validation messages are not shown, member list is not displayed, no feedback is shown after a new member is registered).
> When {{window.Graphene.xhrInterception.uninstall()}} is run, the quickstarts start behaving normally again.
> I tried reproducing the issue with different versions of javascript libraries used in the quickstarts and could reproduce it if jQuery 2.x was used (tested 2.0.3 and 2.1.0). Other libraries do not seem to have an effect on the issue.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 8 months
[JBoss JIRA] (ARQGRA-441) xhrInterception breaks applications using jQuery 2.x
by Oliver Kišš (JIRA)
Oliver Kišš created ARQGRA-441:
----------------------------------
Summary: xhrInterception breaks applications using jQuery 2.x
Key: ARQGRA-441
URL: https://issues.jboss.org/browse/ARQGRA-441
Project: Arquillian Graphene
Issue Type: Bug
Affects Versions: 2.0.2.Final, 2.0.0.Final
Environment: Firefox 29, Chrome 34
Reporter: Oliver Kišš
Priority: Critical
After {{[kitchensink-backbone|https://github.com/jboss-developer/jboss-wfk-quickstarts/tree/2.6.x-develop/kitchensink-backbone]}} and {{[contacts-mobile-basic|https://github.com/jboss-developer/jboss-wfk-quickstarts/pull/154]}} quickstarts were updated to use jQuery 2.0.3, Graphene guards no longer work properly in their functional tests.
After {{window.Graphene.xhrInterception.install()}}, the quickstarts do not react to responses to ajax requests they make (server side validation messages are not shown, member list is not displayed, no feedback is shown after a new member is registered).
When {{window.Graphene.xhrInterception.uninstall()}} is run, the quickstarts start behaving normally again.
I tried reproducing the issue with different versions of javascript libraries used in the quickstarts and could reproduce it if jQuery 2.x was used, other libraries do not seem to have an effect on the issue.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 8 months
[JBoss JIRA] (ARQ-332) Add support for injectable configuration options
by Nikolay Nikolov (JIRA)
[ https://issues.jboss.org/browse/ARQ-332?page=com.atlassian.jira.plugin.sy... ]
Nikolay Nikolov commented on ARQ-332:
-------------------------------------
More specific example why this is needed. If you have a local container, that is used by multiple test project, run by separate jenkins jobs, it is common that default ports clash. So it is normal that ports are generated dynamically if not specified explicitly. In cases when you need those ports in your test (and you need not the http port but another one) you cannot get them - only way is to hardcode the ports in the arquillian.xml and to hope there will be no clash.
> Add support for injectable configuration options
> ------------------------------------------------
>
> Key: ARQ-332
> URL: https://issues.jboss.org/browse/ARQ-332
> Project: Arquillian
> Issue Type: Feature Request
> Components: Configuration
> Environment: All
> Reporter: John Ament
> Priority: Minor
>
> I may have more of a unique situation here, not sure, but I figure something like this would be useful to a lot of people. In my case, I have to test my application against multiple RDBMSs. Amongst the test cases I need to execute, the only deltas between them is really the orm.xml and persistence.xml for JPA, since we override the configuration. Currently, arquillian requires me to point to the files in my test cases. Granted, I could use a static string to manage them, but I was wondering if arquillian could provide something like this in arquillian.xml
> <?xml version="1.0"?>
> <arquillian xmlns="http://jboss.com/arquillian"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:glassfish="urn:arq:org.jboss.arquillian.container.glassfish.embedded_3">
> <glassfish:container>
> <glassfish:sunResourcesXml>src/test/resources/sun-resources-mysql.xml</glassfish:sunResourcesXml>
> </glassfish:container>
> <properties>
> <property name="orm-xml" value="src/test/resources/orm-mysql.xml"/>
> <property name="persistence-xml" value="src/test/resources/pers-mysql.xml"/>
> </properties>
> </arquillian>
> And then in the test case itself
> @Inject ArquillianConfiguration config;
> config.getProperty("orm-xml");
> in order to access the property.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 8 months