[JBoss JIRA] (JBIDE-16695) Arquillian deployment method detection does not consider Archive subclasses
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16695?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-16695:
----------------------------------
Fix Version/s: 4.2.0.Beta1
(was: 4.2.0.Alpha2)
> Arquillian deployment method detection does not consider Archive subclasses
> ---------------------------------------------------------------------------
>
> Key: JBIDE-16695
> URL: https://issues.jboss.org/browse/JBIDE-16695
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.1.1.Final
> Reporter: Rich DiCroce
> Assignee: Snjezana Peco
> Fix For: 4.2.0.Beta1
>
>
> In an Arquillian test class, any method marked @Deployment that returns something other than Archive is not being detected. For example, this method is not detected by the tooling, despite the fact that WebArchive extends Archive:
> {code}
> @Deployment
> public static WebArchive createDeployment() {
> ...code to create deployment here...
> }
> {code}
> As a result, the deployment validation features do not work, and the Arquillian Cruiser view does not allow the archive to be browsed. Curiously, however, there is no warning about a missing @Deployment 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] (JBIDE-16618) CordovaSim doesn't work on Fedora 20
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16618?page=com.atlassian.jira.plugi... ]
Vlado Pakan commented on JBIDE-16618:
-------------------------------------
Right now I'm busy with verifying issues for JBT 4.1.2.CR1. I will try it tomorrow in case I will find Fedora 20 machine
> CordovaSim doesn't work on Fedora 20
> ------------------------------------
>
> Key: JBIDE-16618
> URL: https://issues.jboss.org/browse/JBIDE-16618
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.1.1.Final
> Environment: Fedora 20. Fully updated. Sun JDK 1.7.0_51
> Reporter: Boleslaw Dawidowicz
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.Beta1
>
>
> Basically following burr's video:
> http://vimeo.com/82204444
> - Install JBoss Tools
> - Install Cordova/Hybrid stuff
> - Create simple hybrid app
> - "Run as CordovaSim"
> - CordovaSim doesn't show up. There is blank window visible for a second.
> Some additional hints:
> - Same behaviour on JBDS 7.1 with Cordova and Google Android plugings
> - BrowserSim seems to run fine - just opening it by clicking the button on the toolbar.
> - Cordova app works fine when deployed to actual android device or android emulator.
--
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] (JBIDE-16695) Arquillian deployment method detection does not consider Archive subclasses
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16695?page=com.atlassian.jira.plugi... ]
Snjezana Peco reassigned JBIDE-16695:
-------------------------------------
Assignee: Snjezana Peco
> Arquillian deployment method detection does not consider Archive subclasses
> ---------------------------------------------------------------------------
>
> Key: JBIDE-16695
> URL: https://issues.jboss.org/browse/JBIDE-16695
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.1.1.Final
> Reporter: Rich DiCroce
> Assignee: Snjezana Peco
>
> In an Arquillian test class, any method marked @Deployment that returns something other than Archive is not being detected. For example, this method is not detected by the tooling, despite the fact that WebArchive extends Archive:
> {code}
> @Deployment
> public static WebArchive createDeployment() {
> ...code to create deployment here...
> }
> {code}
> As a result, the deployment validation features do not work, and the Arquillian Cruiser view does not allow the archive to be browsed. Curiously, however, there is no warning about a missing @Deployment 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] (JBIDE-16695) Arquillian deployment method detection does not consider Archive subclasses
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16695?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16695:
-----------------------------------
Component/s: testing-tools
> Arquillian deployment method detection does not consider Archive subclasses
> ---------------------------------------------------------------------------
>
> Key: JBIDE-16695
> URL: https://issues.jboss.org/browse/JBIDE-16695
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.1.1.Final
> Reporter: Rich DiCroce
>
> In an Arquillian test class, any method marked @Deployment that returns something other than Archive is not being detected. For example, this method is not detected by the tooling, despite the fact that WebArchive extends Archive:
> {code}
> @Deployment
> public static WebArchive createDeployment() {
> ...code to create deployment here...
> }
> {code}
> As a result, the deployment validation features do not work, and the Arquillian Cruiser view does not allow the archive to be browsed. Curiously, however, there is no warning about a missing @Deployment 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] (JBIDE-16695) Arquillian deployment method detection does not consider Archive subclasses
by Rich DiCroce (JIRA)
Rich DiCroce created JBIDE-16695:
------------------------------------
Summary: Arquillian deployment method detection does not consider Archive subclasses
Key: JBIDE-16695
URL: https://issues.jboss.org/browse/JBIDE-16695
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 4.1.1.Final
Reporter: Rich DiCroce
In an Arquillian test class, any method marked @Deployment that returns something other than Archive is not being detected. For example, this method is not detected by the tooling, despite the fact that WebArchive extends Archive:
{code}
@Deployment
public static WebArchive createDeployment() {
...code to create deployment here...
}
{code}
As a result, the deployment validation features do not work, and the Arquillian Cruiser view does not allow the archive to be browsed. Curiously, however, there is no warning about a missing @Deployment 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] (JBIDE-16618) CordovaSim doesn't work on Fedora 20
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16618?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov edited comment on JBIDE-16618 at 3/4/14 1:57 PM:
------------------------------------------------------------------------
[~vpakan], since you are verifying issues now could you take a look on this issue also? Is this reproducible for you?
was (Author: kmarmaliykov):
[~vpakan], since you are verifying issues now could you take a look on this issue also. Is this reproducible for you?
> CordovaSim doesn't work on Fedora 20
> ------------------------------------
>
> Key: JBIDE-16618
> URL: https://issues.jboss.org/browse/JBIDE-16618
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.1.1.Final
> Environment: Fedora 20. Fully updated. Sun JDK 1.7.0_51
> Reporter: Boleslaw Dawidowicz
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.Beta1
>
>
> Basically following burr's video:
> http://vimeo.com/82204444
> - Install JBoss Tools
> - Install Cordova/Hybrid stuff
> - Create simple hybrid app
> - "Run as CordovaSim"
> - CordovaSim doesn't show up. There is blank window visible for a second.
> Some additional hints:
> - Same behaviour on JBDS 7.1 with Cordova and Google Android plugings
> - BrowserSim seems to run fine - just opening it by clicking the button on the toolbar.
> - Cordova app works fine when deployed to actual android device or android emulator.
--
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