[JBoss JIRA] (ARQGRA-423) Provide a way to intercept in some order
by Juraj Húska (JIRA)
Juraj Húska created ARQGRA-423:
----------------------------------
Summary: Provide a way to intercept in some order
Key: ARQGRA-423
URL: https://issues.jboss.org/browse/ARQGRA-423
Project: Arquillian Graphene
Issue Type: Feature Request
Components: core
Affects Versions: 2.0.1.Final
Reporter: Juraj Húska
Currently all registered interceptors are invoked in non defined order.
It would be handy to provide a way how to define such order.
It is mainly because on of the Graphene interceptors: {{SearchContextInterceptor}} blocks intercepting of {{findBy}} method.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (ARQ-1444) Oracle does not support query delimiter inside statements
by Bartosz Majsak (JIRA)
[ https://issues.jboss.org/browse/ARQ-1444?page=com.atlassian.jira.plugin.s... ]
Bartosz Majsak updated ARQ-1444:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Oracle does not support query delimiter inside statements
> ---------------------------------------------------------
>
> Key: ARQ-1444
> URL: https://issues.jboss.org/browse/ARQ-1444
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Persistence
> Affects Versions: persistence_1.0.0.Alpha6
> Environment: Oracle Database.
> Reporter: Michel Graciano
> Assignee: Bartosz Majsak
> Fix For: persistence_1.0.0.next
>
>
> When we try to use @ApplyScriptBefore and the script file has more than one statement, we use ; as delimiter. The problem is that the delimiter is not removed from the statement before run it, so Oracle database return the following exception:
> Caused by: java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (ARQ-1444) Oracle does not support query delimiter inside statements
by Bartosz Majsak (JIRA)
[ https://issues.jboss.org/browse/ARQ-1444?page=com.atlassian.jira.plugin.s... ]
Bartosz Majsak updated ARQ-1444:
--------------------------------
Fix Version/s: persistence_1.0.0.next
> Oracle does not support query delimiter inside statements
> ---------------------------------------------------------
>
> Key: ARQ-1444
> URL: https://issues.jboss.org/browse/ARQ-1444
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Persistence
> Affects Versions: persistence_1.0.0.Alpha6
> Environment: Oracle Database.
> Reporter: Michel Graciano
> Assignee: Bartosz Majsak
> Fix For: persistence_1.0.0.next
>
>
> When we try to use @ApplyScriptBefore and the script file has more than one statement, we use ; as delimiter. The problem is that the delimiter is not removed from the statement before run it, so Oracle database return the following exception:
> Caused by: java.sql.SQLSyntaxErrorException: ORA-00911: invalid character
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (ARQGRA-422) Regression in request guard
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-422?page=com.atlassian.jira.plugin... ]
Lukáš Fryč updated ARQGRA-422:
------------------------------
Priority: Blocker (was: Major)
> Regression in request guard
> ---------------------------
>
> Key: ARQGRA-422
> URL: https://issues.jboss.org/browse/ARQGRA-422
> Project: Arquillian Graphene
> Issue Type: Bug
> Components: core
> Affects Versions: 2.0.1.Final
> Environment: RichFaces 5.0.0-SNAPSHOT
> Arquillian Core 1.1.2.Final
> Arquillian Drone 1.2.3.Final
> Arquillian Graphene 2.0.1.Final
> Selenium 2.39.0
> Reporter: Pavol Pitonak
> Assignee: Lukáš Fryč
> Priority: Blocker
>
> I have a simple page with two inputs, a submit button and two notify messages (one for each input) -
> https://github.com/richfaces/richfaces-qa/blob/requestGuardReproducer/met...
> When you guard ajax request when button is clicked, it fails with timeout:
> {code}
> org.openqa.selenium.TimeoutException: Timed out after 2 seconds waiting for org.jboss.arquillian.graphene.guard.RequestGuardFactory$RequestIsDone@19eda624
> {code}
> * when you run test (in Steps to Reproduce) all three tests fail on request guard (guarding Ajax request)
> * it doesn't matter how WebElement is obtained (WebDriver.find, \@FindBy or \@Page
> * these tests fail only when two validation errors are on page, i.e. when two notifyMessage components are displayed
> ** e.g. change value of second input from 888 to 8 in guardReproducer.xhtml and it will work
> * worked fine with Graphene 2.0.0.Final
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (ARQGRA-422) Regression in request guard
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-422?page=com.atlassian.jira.plugin... ]
Lukáš Fryč commented on ARQGRA-422:
-----------------------------------
I can confirm the test works with 2.0.0.Final. Thanks for nice reproducer, Pavol.
> Regression in request guard
> ---------------------------
>
> Key: ARQGRA-422
> URL: https://issues.jboss.org/browse/ARQGRA-422
> Project: Arquillian Graphene
> Issue Type: Bug
> Components: core
> Affects Versions: 2.0.1.Final
> Environment: RichFaces 5.0.0-SNAPSHOT
> Arquillian Core 1.1.2.Final
> Arquillian Drone 1.2.3.Final
> Arquillian Graphene 2.0.1.Final
> Selenium 2.39.0
> Reporter: Pavol Pitonak
> Assignee: Lukáš Fryč
>
> I have a simple page with two inputs, a submit button and two notify messages (one for each input) -
> https://github.com/richfaces/richfaces-qa/blob/requestGuardReproducer/met...
> When you guard ajax request when button is clicked, it fails with timeout:
> {code}
> org.openqa.selenium.TimeoutException: Timed out after 2 seconds waiting for org.jboss.arquillian.graphene.guard.RequestGuardFactory$RequestIsDone@19eda624
> {code}
> * when you run test (in Steps to Reproduce) all three tests fail on request guard (guarding Ajax request)
> * it doesn't matter how WebElement is obtained (WebDriver.find, \@FindBy or \@Page
> * these tests fail only when two validation errors are on page, i.e. when two notifyMessage components are displayed
> ** e.g. change value of second input from 888 to 8 in guardReproducer.xhtml and it will work
> * worked fine with Graphene 2.0.0.Final
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month