[JBoss JIRA] (ARQ-1420) The PayloadRegistry#registerResponsePayload() is being called after the #retrieveResponsePayload() which ends up with ResponsePayloadWasNeverRegistered exception.
by Jakub Narloch (JIRA)
Jakub Narloch created ARQ-1420:
----------------------------------
Summary: The PayloadRegistry#registerResponsePayload() is being called after the #retrieveResponsePayload() which ends up with ResponsePayloadWasNeverRegistered exception.
Key: ARQ-1420
URL: https://issues.jboss.org/browse/ARQ-1420
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Warp
Affects Versions: warp_1.0.0.Alpha3
Reporter: Jakub Narloch
I'm facing some problem in the JAX-RS extension for the CXF. I'm already know that the CXF filter is doing a explicit OutputStream.flush() on the response, but not sure whether this affects anything. Although, it is worth to mention that I'm not facing any problems with other implementations. Currently I was able to debug only that the #retrieveResponsePayload() is being called before the payload registration, which cause an exception to be raised.
--
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
11 years, 6 months
[JBoss JIRA] (ARQGRA-255) Update documentation for Alpha3, Alpha4 and Alpha5 features
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-255?page=com.atlassian.jira.plugin... ]
Juraj Húska edited comment on ARQGRA-255 at 6/24/13 5:11 AM:
-------------------------------------------------------------
Sure thing Lukas.
Here are the changes I have identified. The striked ones are already incorporated in the doc:
* -deprecation of {{guardXhr}}-
* -create new subpage for Graphene Interceptors and provided small example of interceptor defining and registering-
* {{GrapheneElement}} and its methods {{isPresent}}, {{fire}} - include {{attribute().value()}}, {{present()}}
* fluent API of waits - examples, Graphene.element deprecated
* request guards filters - ARQGRA-275
* -injecting {{WebElement}} wrappers - ARQGRA-258 - e.g. Select support-
* -create sub page for Graphene {{@FindBy}} and JQuery support, supporting Selenium features like {{FindBys}}, {{How}}-
* -Automatically infer ID locator from field name annotated just by {{@FindBy}}-
* -Page Fragments can be created dynamically-
* {{GrapheneContext.getProxy}} does not exist anymore - one static context
* It is possible to have multiple {{WebDriver}} instances in one test to achieve multiple windows support - ARQGRA-72
* -Page Objects and Page Fragments can be declared as nested classes-
* -Page Fragments do not need to have {{@Root}} annotated field-
* -Page Fragments can be nested in other fragments-
* -Injecting Lists annotated with FindBy-
* Mention StaleElement interceptor
* {{@InFrame}} annotation behavior
Changes I would like to gather more info about:
* {{RequestGuard.setMaximumCallbackTimeout}}
* Expose LocalStorage and SessionStorage enrichments directly - ARQGRA-254
was (Author: jhuska):
Sure thing Lukas.
Here are the changes I have identified. The striked ones are already incorporated in the doc:
* -deprecation of {{guardXhr}}-
* -create new subpage for Graphene Interceptors and provided small example of interceptor defining and registering-
* {{GrapheneElement}} and its methods {{isPresent}}, {{fire}} - include {{attribute().value()}}, {{present()}}
* fluent API of waits - examples, Graphene.element deprecated
* request guards filters - ARQGRA-275
* -injecting {{WebElement}} wrappers - ARQGRA-258 - e.g. Select support-
* -create sub page for Graphene {{@FindBy}} and JQuery support, supporting Selenium features like {{FindBys}}, {{How}}-
* -Automatically infer ID locator from field name annotated just by {{@FindBy}}-
* -Page Fragments can be created dynamically-
* {{GrapheneContext.getProxy}} does not exist anymore - one static context
* It is possible to have multiple {{WebDriver}} instances in one test to achieve multiple windows support - ARQGRA-72
* -Page Objects and Page Fragments can be declared as nested classes-
* -Page Fragments do not need to have {{@Root}} annotated field-
* -Page Fragments can be nested in other fragments-
* -Injecting Lists annotated with FindBy-
* Mention StaleElement interceptor
Changes I would like to gather more info about:
* {{RequestGuard.setMaximumCallbackTimeout}}
* Expose LocalStorage and SessionStorage enrichments directly - ARQGRA-254
> Update documentation for Alpha3, Alpha4 and Alpha5 features
> -----------------------------------------------------------
>
> Key: ARQGRA-255
> URL: https://issues.jboss.org/browse/ARQGRA-255
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Reporter: Lukáš Fryč
> Assignee: Juraj Húska
> Priority: Critical
> Fix For: 2.0.0.Alpha5
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
11 years, 6 months
[JBoss JIRA] (ARQ-1341) Warp JAX-RS testing
by Jakub Narloch (JIRA)
[ https://issues.jboss.org/browse/ARQ-1341?page=com.atlassian.jira.plugin.s... ]
Jakub Narloch edited comment on ARQ-1341 at 6/21/13 6:14 AM:
-------------------------------------------------------------
Ok, thanks.
Quick question since we are moving the extension to repository *arquillian-extension-rest* how do you want me to name the packages? At the moment I had used *arquillian-warp-jaxrs* prefix.
was (Author: jmnarloch):
Ok, thanks.
Quick question since we are moving the extension to repository arquillian-extension how do you want me to name the packages? At the moment I had used arquillian-warp-jaxrs prefix.
> Warp JAX-RS testing
> -------------------
>
> Key: ARQ-1341
> URL: https://issues.jboss.org/browse/ARQ-1341
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - REST
> Affects Versions: warp_1.0.0.Alpha2
> Reporter: Jakub Narloch
> Assignee: Lukáš Fryč
> Fix For: warp_1.next
>
>
> Testing JAX-RS compilant REST services through Warp extension.
--
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
11 years, 6 months
[JBoss JIRA] (ARQ-1341) Warp JAX-RS testing
by Jakub Narloch (JIRA)
[ https://issues.jboss.org/browse/ARQ-1341?page=com.atlassian.jira.plugin.s... ]
Jakub Narloch commented on ARQ-1341:
------------------------------------
Ok, thanks.
Quick question since we are moving the extension to repository arquillian-extension how do you want me to name the packages? At the moment I had used arquillian-warp-jaxrs prefix.
> Warp JAX-RS testing
> -------------------
>
> Key: ARQ-1341
> URL: https://issues.jboss.org/browse/ARQ-1341
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - REST
> Affects Versions: warp_1.0.0.Alpha2
> Reporter: Jakub Narloch
> Assignee: Lukáš Fryč
> Fix For: warp_1.next
>
>
> Testing JAX-RS compilant REST services through Warp extension.
--
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
11 years, 6 months