[JBoss JIRA] (ARQ-1425) Drone: unnecessary warning about unserializable capability 'droneAugmented'
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1425?page=com.atlassian.jira.plugin.s... ]
Karel Piwko updated ARQ-1425:
-----------------------------
Fix Version/s: drone_1.2.2.Final
(was: drone_1.3.next)
> Drone: unnecessary warning about unserializable capability 'droneAugmented'
> ---------------------------------------------------------------------------
>
> Key: ARQ-1425
> URL: https://issues.jboss.org/browse/ARQ-1425
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Drone
> Affects Versions: drone_1.2.0.Alpha2
> Reporter: Lukáš Fryč
> Fix For: drone_1.2.2.Final
>
>
> This capability is known to be unserializable and we don't need to serialize it since it will be constructed again.
> {code}
> WARNING: The capability 'droneAugmented' has unserializable value of type 'org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusableRemoteWebDriver' and value 'ReusableRemoteWebDriver: phantomjs on LINUX (89f4b7d0-bd61-11e2-a0ae-732f3e2bcb83)
> {code}
--
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
10 years, 11 months
[JBoss JIRA] (ARQ-1624) Create a DeployableContainer integration for remote WAS V8.5
by Gerhard Poul (JIRA)
[ https://issues.jboss.org/browse/ARQ-1624?page=com.atlassian.jira.plugin.s... ]
Gerhard Poul updated ARQ-1624:
------------------------------
Assignee: (was: Gerhard Poul)
> Create a DeployableContainer integration for remote WAS V8.5
> ------------------------------------------------------------
>
> Key: ARQ-1624
> URL: https://issues.jboss.org/browse/ARQ-1624
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: WebSphere Containers
> Reporter: Philippe Mazenauer
>
> Adding Websphere Application Server V8.5 to possible WAS Connectors by simply copying the WAS 8 Connector and changing the following section in the POM:
> <dependency>
> <groupId>com.ibm.websphere</groupId>
> <artifactId>ws-admin-client</artifactId>
> <version>8.5.0</version>
> <scope>system</scope> <systemPath>${was_home}/runtimes/com.ibm.ws.admin.client_8.5.0.jar</systemPath>
> </dependency>
> And Probably making a proper release out of it, so you don't have to compile it local.
> Thanks
> Philippe Mazenauer
--
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
10 years, 11 months
[JBoss JIRA] (ARQ-1581) Droidium does not work with remote emulators
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1581?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic commented on ARQ-1581:
----------------------------------------
It was pushed in upstream few days ago: https://android-review.googlesource.com/#/c/79532/
> Droidium does not work with remote emulators
> --------------------------------------------
>
> Key: ARQ-1581
> URL: https://issues.jboss.org/browse/ARQ-1581
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Droidium
> Affects Versions: droidium_1.0.0.Alpha2
> Reporter: Karel Piwko
> Assignee: Stefan Miklosovic
>
> *When*:
> I use Android Jenkins Plugin to start the device
> *Then*:
> It starts the emulator using remote syntax, that is including --port port1,port2
> *Expect*:
> Drodium will connect to already running emulator.
> *Actual problem*:
> AndroidDevice and IDevice isEmulator() call is not able to parse the data retrieved from adb devices. This results into Droidium trying to start emulator with the same name, however this emulator is already started so event marking correct startup is never send and test fails.
> Output:
> {code}
> export ANDROID_ADB_SERVER_PORT=52892
> [tester@fedora19 ~]$ ANDROID_SDK_HOME=`pwd`/workspace/mobile-eap-test ./tools/android-sdk/platform-tools/adb devices
> List of devices attached
> localhost:46689 device
> {code}
> However, emulators are expected to be in format of emulator-XYZ.
> Drodium should be able to modify the behavior to handle this correctly.
--
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
10 years, 11 months