Hi Chamila,

You don't need to downgrade firefox on the machine. Use
-Dwebdriver.firefox.bin system property and set it to firefox binary (No
need to install firefox here just pointing to the directory would be
enough)

All Ui tests are disabled by default in local run using a maven property.
Ui tests are configured to run on Jenkins machine only. If external user
want to run UI tests they have to execute tests by enabling that property.
Please refer AS and ML product UI tests and build plans.

If you really want to upgrade  firefox then all these dependency conflicts
need to be resolved.

https://docs.wso2.com/display/TA430/FAQ#FAQ-HowcanIrunSeleniumtestswithadifferentversionofFirefox
?

Thanks,
Krishantha.


On Thu, Feb 4, 2016 at 11:05 PM, Chamila Wijayarathna <cham...@wso2.com>
wrote:

> Hi Krishantha,
>
> Currently I am using Firefox version 41, but current selenium version of
> IS only supports Firefox version 24 which is now about two years old, so to
> run ui tests I'll have to either upgrade selenium to a later version or
> downgrade my Firefox.
>
> Downgrading Firefox is not a problem for me since I use chrome as my
> primary browser, but I believe a contributor who use Firefox as primary
> browser will not prefer to downgrade his Firefox only for running ui tests.
> Even its not the primary browser, I'll not be amazed if someone hesitate to
> downgrade his Firefox version.
>
> So I thought it would be more user friendly, if it is possible to run our
> ui tests in one of the latest Firefox versions. That's why I tried latest
> selenium version 2.50.1.
>
> Thank you!
> On Feb 4, 2016 3:49 PM, "Krishantha Samaraweera" <krishan...@wso2.com>
> wrote:
>
>> Hi Chamila,
>>
>> Any specific reason to upgrade Selenium version explicitly.
>>
>> We recommend to use selenium dependency comes with 
>> carbon-platform-integration
>> (Selenium 2.40.0). Its because of the exact issue that you have found
>> (When you upgrade Selenium it tread to conflict with other dependencies)
>>
>> Thanks,
>> Krishantha.
>>
>> On Wed, Feb 3, 2016 at 10:42 PM, Nuwan Wimalasekara <nuw...@wso2.com>
>> wrote:
>>
>>> Hi Chamila,
>>>
>>> Seems this is a dependency issue with httpcore version. Can you please
>>> try to update the httpcore version to latest and exclude all httpcore
>>> transitive dependencies.
>>>
>>> Thanks,
>>> Nuwanw
>>>
>>> On Wed, Feb 3, 2016 at 9:51 PM, Chamila Wijayarathna <cham...@wso2.com>
>>> wrote:
>>>
>>>> Hi all,
>>>>
>>>> Currently in product-is, we are using carbon-platform-integration
>>>> version 4.4.2 and selenium 2.40.0. I tried upgrading selenium version to
>>>> 2.50.1 which is the latest version, but when I do that I am getting
>>>> following error.
>>>>
>>>> java.lang.NoSuchFieldError: INSTANCE
>>>> at
>>>> org.apache.http.impl.io.DefaultHttpRequestWriterFactory.<init>(DefaultHttpRequestWriterFactory.java:52)
>>>> at
>>>> org.apache.http.impl.io.DefaultHttpRequestWriterFactory.<init>(DefaultHttpRequestWriterFactory.java:56)
>>>> at
>>>> org.apache.http.impl.io.DefaultHttpRequestWriterFactory.<clinit>(DefaultHttpRequestWriterFactory.java:46)
>>>> at
>>>> org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.<init>(ManagedHttpClientConnectionFactory.java:72)
>>>> at
>>>> org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.<init>(ManagedHttpClientConnectionFactory.java:84)
>>>> at
>>>> org.apache.http.impl.conn.ManagedHttpClientConnectionFactory.<clinit>(ManagedHttpClientConnectionFactory.java:59)
>>>> at
>>>> org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory.<init>(PoolingHttpClientConnectionManager.java:487)
>>>> at
>>>> org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:147)
>>>> at
>>>> org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:136)
>>>> at
>>>> org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:112)
>>>> at
>>>> org.openqa.selenium.remote.internal.HttpClientFactory.getClientConnectionManager(HttpClientFactory.java:74)
>>>> at
>>>> org.openqa.selenium.remote.internal.HttpClientFactory.<init>(HttpClientFactory.java:57)
>>>> at
>>>> org.openqa.selenium.remote.internal.HttpClientFactory.<init>(HttpClientFactory.java:60)
>>>> at
>>>> org.openqa.selenium.remote.internal.ApacheHttpClient$Factory.getDefaultHttpClientFactory(ApacheHttpClient.java:251)
>>>> at
>>>> org.openqa.selenium.remote.internal.ApacheHttpClient$Factory.<init>(ApacheHttpClient.java:228)
>>>> at
>>>> org.openqa.selenium.remote.HttpCommandExecutor.getDefaultClientFactory(HttpCommandExecutor.java:96)
>>>> at
>>>> org.openqa.selenium.remote.HttpCommandExecutor.<init>(HttpCommandExecutor.java:70)
>>>> at
>>>> org.openqa.selenium.remote.HttpCommandExecutor.<init>(HttpCommandExecutor.java:58)
>>>> at
>>>> org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:97)
>>>> at
>>>> org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:271)
>>>> at
>>>> org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:119)
>>>> at
>>>> org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:216)
>>>> at
>>>> org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:211)
>>>> at
>>>> org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:207)
>>>> at
>>>> org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:120)
>>>> at
>>>> org.wso2.carbon.automation.extensions.selenium.BrowserManager.getDriver(BrowserManager.java:86)
>>>> at
>>>> org.wso2.carbon.automation.extensions.selenium.BrowserManager.getWebDriver(BrowserManager.java:62)
>>>> at
>>>> org.wso2.identity.ui.integration.test.login.ISLoginTestCase.setUp(ISLoginTestCase.java:37)
>>>>
>>>> Following is the dependency tree created from mvn dependency:tree to
>>>> the integration tests module.
>>>>
>>>> +- commons-codec.wso2:commons-codec:jar:1.4.0.wso2v1:compile
>>>> [INFO] |  \- commons-codec:commons-codec:jar:1.4:compile
>>>> [INFO] +- emma:emma:jar:2.1.5320:compile
>>>> [INFO] +- org.wso2.carbon:SecVerifier:aar:4.4.3:compile
>>>> [INFO] |  \- org.wso2.carbon:org.wso2.carbon.core:jar:4.4.3:compile
>>>> [INFO] |     +-
>>>> org.wso2.orbit.com.hazelcast:hazelcast:jar:3.5.2.wso2v1:compile
>>>> [INFO] |     |  \- com.hazelcast:hazelcast-all:jar:3.5.2:compile
>>>> [INFO] |     +-
>>>> org.eclipse.osgi:org.eclipse.osgi:jar:3.9.1.v20130814-1242:compile
>>>> [INFO] |     +-
>>>> org.eclipse.osgi:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956:compile
>>>> [INFO] |     +-
>>>> org.eclipse.equinox:org.eclipse.equinox.http.helper:jar:1.0.0:compile
>>>> [INFO] |     +-
>>>> org.bouncycastle.wso2:bcprov-jdk15on:jar:1.49.0.wso2v2:compile
>>>> [INFO] |     |  \- org.bouncycastle:bcprov-jdk15on:jar:1.49:compile
>>>> [INFO] |     +-
>>>> org.wso2.carbon:org.wso2.carbon.registry.core:jar:4.4.3:compile
>>>> [INFO] |     |  +- commons-io.wso2:commons-io:jar:2.0.0.wso2v2:compile
>>>> [INFO] |     |  +-
>>>> net.sourceforge.findbugs:annotations:jar:1.3.2:compile
>>>> [INFO] |     |  +-
>>>> org.wso2.carbon:org.wso2.carbon.registry.xboot:jar:4.4.3:compile
>>>> [INFO] |     |  +-
>>>> org.compass-project.wso2:compass:jar:2.0.1.wso2v2:compile
>>>> [INFO] |     |  +-
>>>> org.apache.abdera.wso2:abdera:jar:1.0.0.wso2v3:compile
>>>> [INFO] |     |  +-
>>>> org.apache.poi.wso2:poi-scratchpad:jar:3.9.0.wso2v1:compile
>>>> [INFO] |     |  |  \- org.apache.poi:poi-scratchpad:jar:3.9:compile
>>>> [INFO] |     |  |     \- org.apache.poi:poi:jar:3.9:compile
>>>> [INFO] |     |  \-
>>>> commons-pool.wso2:commons-pool:jar:1.5.6.wso2v1:compile
>>>> [INFO] |     +-
>>>> org.wso2.orbit.org.apache.neethi:neethi:jar:2.0.4.wso2v5:compile
>>>> [INFO] |     +-
>>>> org.apache.httpcomponents.wso2:httpcore:jar:4.3.3.wso2v1:compile
>>>> [INFO] |     \- wsdl4j.wso2:wsdl4j:jar:1.6.2.wso2v4:compile
>>>> [INFO] +- org.wso2.is:
>>>> org.wso2.identity.integration.common.clients:jar:5.2.0-SNAPSHOT:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.workflow.mgt.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.workflow.impl.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] |  \-
>>>> org.wso2.carbon.deployment:org.wso2.carbon.service.mgt.stub:jar:4.5.3:test
>>>> [INFO] |     \- org.apache.neethi.wso2:neethi:jar:2.0.4.wso2v3:compile
>>>> [INFO] +- org.wso2.is:
>>>> org.wso2.identity.integration.common.utils:jar:5.2.0-SNAPSHOT:compile
>>>> [INFO] |  +- org.apache.tomcat.wso2:tomcat:jar:7.0.52.wso2v5:compile
>>>> [INFO] |  |  +- org.apache.tomcat:tomcat-dbcp:jar:7.0.52:compile
>>>> [INFO] |  |  +-
>>>> org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.52:compile
>>>> [INFO] |  |  +-
>>>> org.apache.tomcat.embed:tomcat-embed-jasper:jar:7.0.52:compile
>>>> [INFO] |  |  |  \-
>>>> org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.52:compile
>>>> [INFO] |  |  +-
>>>> org.apache.tomcat:tomcat-websocket-api:jar:7.0.52:compile
>>>> [INFO] |  |  +-
>>>> org.apache.tomcat.embed:tomcat-embed-websocket:jar:7.0.52:compile
>>>> [INFO] |  |  +- org.apache.tomcat:tomcat-jasper:jar:7.0.52:compile
>>>> [INFO] |  |  |  +-
>>>> org.apache.tomcat:tomcat-servlet-api:jar:7.0.52:compile
>>>> [INFO] |  |  |  +- org.apache.tomcat:tomcat-juli:jar:7.0.52:compile
>>>> [INFO] |  |  |  +- org.apache.tomcat:tomcat-jsp-api:jar:7.0.52:compile
>>>> [INFO] |  |  |  +- org.apache.tomcat:tomcat-el-api:jar:7.0.52:compile
>>>> [INFO] |  |  |  +- org.apache.tomcat:tomcat-jasper-el:jar:7.0.52:compile
>>>> [INFO] |  |  |  +- org.apache.tomcat:tomcat-api:jar:7.0.52:compile
>>>> [INFO] |  |  |  \- org.apache.tomcat:tomcat-util:jar:7.0.52:compile
>>>> [INFO] |  |  \- org.eclipse.jdt.core.compiler:ecj:jar:4.3.1:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.automation:org.wso2.carbon.automation.extensions:jar:4.4.2:compile
>>>> [INFO] |  |  +- org.apache.ftpserver:ftpserver-core:jar:1.0.6:compile
>>>> [INFO] |  |  |  +- org.apache.ftpserver:ftplet-api:jar:1.0.6:compile
>>>> [INFO] |  |  |  \- org.apache.mina:mina-core:jar:2.0.4:compile
>>>> [INFO] |  |  +- org.apache.activemq:activemq-all:jar:5.9.1:compile
>>>> [INFO] |  |  +-
>>>> org.springframework.ws.wso2:spring.framework:jar:3.2.9.wso2v1:compile
>>>> [INFO] |  |  |  +- org.springframework.ws:
>>>> spring-xml:jar:2.1.4.RELEASE:compile
>>>> [INFO] |  |  |  +-
>>>> org.springframework:spring-core:jar:3.2.9.RELEASE:compile
>>>> [INFO] |  |  |  +-
>>>> org.springframework:spring-beans:jar:3.2.9.RELEASE:compile
>>>> [INFO] |  |  |  +-
>>>> org.springframework:spring-context:jar:3.2.9.RELEASE:compile
>>>> [INFO] |  |  |  |  +-
>>>> org.springframework:spring-aop:jar:3.2.9.RELEASE:compile
>>>> [INFO] |  |  |  |  |  \- aopalliance:aopalliance:jar:1.0:compile
>>>> [INFO] |  |  |  |  \-
>>>> org.springframework:spring-expression:jar:3.2.9.RELEASE:compile
>>>> [INFO] |  |  |  \-
>>>> org.springframework:spring-web:jar:3.2.9.RELEASE:compile
>>>> [INFO] |  |  +- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.6.1:compile
>>>> [INFO] |  |  |  +- org.apache.cxf:cxf-api:jar:2.6.1:compile
>>>> [INFO] |  |  |  |  \-
>>>> org.apache.ws.xmlschema:xmlschema-core:jar:2.0.2:compile
>>>> [INFO] |  |  |  +- org.apache.cxf:cxf-rt-core:jar:2.6.1:compile
>>>> [INFO] |  |  |  +- org.apache.cxf:cxf-rt-bindings-xml:jar:2.6.1:compile
>>>> [INFO] |  |  |  \-
>>>> org.apache.cxf:cxf-rt-transports-http:jar:2.6.1:compile
>>>> [INFO] |  |  +- com.opera:operadriver:jar:0.8.1:compile
>>>> [INFO] |  |  |  +- com.opera:operalaunchers:jar:0.3:compile
>>>> [INFO] |  |  |  +- com.google.protobuf:protobuf-java:jar:2.4.1:compile
>>>> [INFO] |  |  |  +- com.google.guava:guava:jar:10.0.1:compile
>>>> [INFO] |  |  |  |  \- com.google.code.findbugs:jsr305:jar:1.3.9:compile
>>>> [INFO] |  |  |  +- commons-jxpath:commons-jxpath:jar:1.3:compile
>>>> [INFO] |  |  |  \- org.apache.commons:commons-exec:jar:1.1:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter:jar:2.6:compile
>>>> [INFO] |  |  |  +- bsf:bsf:jar:2.4.0:compile
>>>> [INFO] |  |  |  +- org.apache.bsf:bsf-api:jar:3.1:compile
>>>> [INFO] |  |  |  +- avalon-framework:avalon-framework:jar:4.1.4:compile
>>>> [INFO] |  |  |  +- org.bouncycastle:bcmail-jdk15:jar:1.45:compile
>>>> [INFO] |  |  |  +- org.bouncycastle:bcprov-jdk15:jar:1.45:compile
>>>> [INFO] |  |  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
>>>> [INFO] |  |  |  +- commons-jexl:commons-jexl:jar:1.1:compile
>>>> [INFO] |  |  |  +- org.apache.commons:commons-jexl:jar:2.1.1:compile
>>>> [INFO] |  |  |  +-
>>>> excalibur-datasource:excalibur-datasource:jar:1.1.1:compile
>>>> [INFO] |  |  |  +-
>>>> excalibur-instrument:excalibur-instrument:jar:1.0:compile
>>>> [INFO] |  |  |  +- excalibur-logger:excalibur-logger:jar:1.1:compile
>>>> [INFO] |  |  |  +- excalibur-pool:excalibur-pool:jar:1.2:compile
>>>> [INFO] |  |  |  +- org.htmlparser:htmllexer:jar:2.1:compile
>>>> [INFO] |  |  |  +- org.htmlparser:htmlparser:jar:2.1:compile
>>>> [INFO] |  |  |  +-
>>>> org.apache.httpcomponents:httpclient:jar:4.3.3:compile
>>>> [INFO] |  |  |  +- org.apache.httpcomponents:httpmime:jar:4.1.2:compile
>>>> [INFO] |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.1.4:compile
>>>> [INFO] |  |  |  +- oro:oro:jar:2.0.8:compile
>>>> [INFO] |  |  |  +- jcharts:jcharts:jar:0.7.5:compile
>>>> [INFO] |  |  |  +- org.jdom:jdom:jar:1.1.2:compile
>>>> [INFO] |  |  |  +- rhino:js:jar:1.7R2:compile
>>>> [INFO] |  |  |  +- logkit:logkit:jar:2.0:compile
>>>> [INFO] |  |  |  +- soap:soap:jar:2.3.1:compile
>>>> [INFO] |  |  |  +- net.sf.jtidy:jtidy:jar:r938:compile
>>>> [INFO] |  |  |  +- com.thoughtworks.xstream:xstream:jar:1.3.1:compile
>>>> [INFO] |  |  |  +- xpp3:xpp3_min:jar:1.1.4c:compile
>>>> [INFO] |  |  |  +- xalan:xalan:jar:2.7.1:compile
>>>> [INFO] |  |  |  +- xalan:serializer:jar:2.7.1:compile
>>>> [INFO] |  |  |  +- xerces:xercesImpl:jar:2.8.1:compile
>>>> [INFO] |  |  |  +- xml-apis:xml-apis:jar:1.3.04:compile
>>>> [INFO] |  |  |  +-
>>>> org.apache.xmlgraphics:xmlgraphics-commons:jar:1.3.1:compile
>>>> [INFO] |  |  |  \-
>>>> org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_core:jar:2.6:compile
>>>> [INFO] |  |  |  \- org.apache.jmeter:jorphan:jar:2.6:compile
>>>> [INFO] |  |  +-
>>>> org.apache.jmeter:ApacheJMeter_components:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_functions:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_http:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_java:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_report:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_tcp:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_ftp:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_jdbc:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_jms:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_ldap:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_mail:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_junit:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_monitors:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.jmeter:ApacheJMeter_config:jar:2.6:compile
>>>> [INFO] |  |  +-
>>>> com.saucelabs.selenium:sauce-ondemand-driver:jar:2.6:compile
>>>> [INFO] |  |  |  +- com.saucelabs:sauce-rest-api:jar:1.5:compile
>>>> [INFO] |  |  |  |  \-
>>>> org.jvnet.hudson:trilead-ssh2:jar:build212-hudson-5:compile
>>>> [INFO] |  |  |  \-
>>>> org.codehaus.jackson:jackson-mapper-asl:jar:1.5.0:compile
>>>> [INFO] |  |  |     \-
>>>> org.codehaus.jackson:jackson-core-asl:jar:1.5.0:compile
>>>> [INFO] |  |  +-
>>>> com.saucelabs.selenium:selenium-client-factory:jar:2.6:compile
>>>> [INFO] |  |  +- org.apache.sshd:sshd-core:jar:0.13.0:compile
>>>> [INFO] |  |  \- org.apache.activemq:activemq-mqtt:jar:5.9.1:compile
>>>> [INFO] |  |     +- org.apache.activemq:activemq-broker:jar:5.9.1:compile
>>>> [INFO] |  |     |  +-
>>>> org.apache.activemq:activemq-client:jar:5.9.1:compile
>>>> [INFO] |  |     |  \-
>>>> org.apache.activemq:activemq-openwire-legacy:jar:5.9.1:compile
>>>> [INFO] |  |     +-
>>>> org.fusesource.mqtt-client:mqtt-client:jar:1.8:compile
>>>> [INFO] |  |     |  \- org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
>>>> [INFO] |  |     +-
>>>> org.fusesource.hawtdispatch:hawtdispatch-transport:jar:1.19:compile
>>>> [INFO] |  |     |  \-
>>>> org.fusesource.hawtdispatch:hawtdispatch:jar:1.19:compile
>>>> [INFO] |  |     \-
>>>> org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.automationutils:org.wso2.carbon.integration.common.utils:jar:4.4.1:compile
>>>> [INFO] |  |  \-
>>>> org.apache.rampart:rampart-core:jar:1.6.1-wso2v14:compile
>>>> [INFO] |  |     +-
>>>> org.apache.rampart:rampart-policy:jar:1.6.1-wso2v14:compile
>>>> [INFO] |  |     +-
>>>> org.apache.rampart:rampart-trust:jar:1.6.1-wso2v16:compile
>>>> [INFO] |  |     +-
>>>> org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v11:compile
>>>> [INFO] |  |     |  +-
>>>> org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.2:compile
>>>> [INFO] |  |     |  +- javax.servlet:servlet-api:jar:2.5:compile
>>>> [INFO] |  |     |  +-
>>>> commons-fileupload:commons-fileupload:jar:1.2:compile
>>>> [INFO] |  |     |  +- org.apache.neethi:neethi:jar:2.0.4:compile
>>>> [INFO] |  |     |  +- org.apache.woden:woden-api:jar:1.0M9:compile
>>>> [INFO] |  |     |  |  \-
>>>> org.apache.ws.commons.schema:XmlSchema:jar:1.4.7:compile
>>>> [INFO] |  |     |  \- org.apache.woden:woden-impl-dom:jar:1.0M9:compile
>>>> [INFO] |  |     |     \-
>>>> org.apache.woden:woden-impl-commons:jar:1.0M9:compile
>>>> [INFO] |  |     +- org.apache.axis2:mex:jar:impl:1.6.1-wso2v11:compile
>>>> [INFO] |  |     +-
>>>> org.apache.axis2:axis2-mtompolicy:jar:1.6.1-wso2v11:compile
>>>> [INFO] |  |     +- org.apache.axis2:addressing:mar:1.6.1-wso2v11:compile
>>>> [INFO] |  |     +-
>>>> org.apache.ws.commons.axiom:axiom-dom:jar:1.2.11-wso2v5:compile
>>>> [INFO] |  |     +- org.apache.xalan:xalan:jar:2.7.1:compile
>>>> [INFO] |  |     +- org.opensaml:opensaml1:jar:1.1:compile
>>>> [INFO] |  |     \- bouncycastle:bcprov-jdk14:jar:140:compile
>>>> [INFO] |  \-
>>>> org.wso2.carbon:org.wso2.carbon.authenticator.stub:jar:4.4.3:compile
>>>> [INFO] |     \-
>>>> org.apache.ws.commons.schema.wso2:XmlSchema:jar:1.4.7.wso2v3:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.automation:org.wso2.carbon.automation.test.utils:jar:4.4.2:compile
>>>> [INFO] |  +- org.seleniumhq.selenium:selenium-java:jar:2.50.1:compile
>>>> [INFO] |  |  +-
>>>> org.seleniumhq.selenium:selenium-chrome-driver:jar:2.50.1:compile
>>>> [INFO] |  |  |  \-
>>>> org.seleniumhq.selenium:selenium-remote-driver:jar:2.50.1:compile
>>>> [INFO] |  |  |     +- cglib:cglib-nodep:jar:2.1_3:compile
>>>> [INFO] |  |  |     +- com.google.code.gson:gson:jar:2.3.1:compile
>>>> [INFO] |  |  |     \-
>>>> org.seleniumhq.selenium:selenium-api:jar:2.50.1:compile
>>>> [INFO] |  |  +-
>>>> org.seleniumhq.selenium:selenium-edge-driver:jar:2.50.1:compile
>>>> [INFO] |  |  +-
>>>> org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.50.1:compile
>>>> [INFO] |  |  |  \- net.sourceforge.htmlunit:htmlunit:jar:2.18:compile
>>>> [INFO] |  |  |     +-
>>>> net.sourceforge.htmlunit:htmlunit-core-js:jar:2.17:compile
>>>> [INFO] |  |  |     +-
>>>> net.sourceforge.nekohtml:nekohtml:jar:1.9.22:compile
>>>> [INFO] |  |  |     +-
>>>> net.sourceforge.cssparser:cssparser:jar:0.9.16:compile
>>>> [INFO] |  |  |     |  \- org.w3c.css:sac:jar:1.3:compile
>>>> [INFO] |  |  |     \-
>>>> org.eclipse.jetty.websocket:websocket-client:jar:9.2.12.v20150709:compile
>>>> [INFO] |  |  |        +-
>>>> org.eclipse.jetty:jetty-util:jar:9.2.12.v20150709:compile
>>>> [INFO] |  |  |        +-
>>>> org.eclipse.jetty:jetty-io:jar:9.2.12.v20150709:compile
>>>> [INFO] |  |  |        \-
>>>> org.eclipse.jetty.websocket:websocket-common:jar:9.2.12.v20150709:compile
>>>> [INFO] |  |  |           \-
>>>> org.eclipse.jetty.websocket:websocket-api:jar:9.2.12.v20150709:compile
>>>> [INFO] |  |  +-
>>>> org.seleniumhq.selenium:selenium-firefox-driver:jar:2.50.1:compile
>>>> [INFO] |  |  +-
>>>> org.seleniumhq.selenium:selenium-ie-driver:jar:2.50.1:compile
>>>> [INFO] |  |  |  +- net.java.dev.jna:jna:jar:4.1.0:compile
>>>> [INFO] |  |  |  \- net.java.dev.jna:jna-platform:jar:4.1.0:compile
>>>> [INFO] |  |  +-
>>>> org.seleniumhq.selenium:selenium-safari-driver:jar:2.50.1:compile
>>>> [INFO] |  |  +-
>>>> org.seleniumhq.selenium:selenium-support:jar:2.50.1:compile
>>>> [INFO] |  |  +- org.webbitserver:webbit:jar:0.4.14:compile
>>>> [INFO] |  |  |  \- io.netty:netty:jar:3.5.2.Final:compile
>>>> [INFO] |  |  \-
>>>> org.seleniumhq.selenium:selenium-leg-rc:jar:2.50.1:compile
>>>> [INFO] |  +- org.apache.derby:derbynet:jar:10.8.2.2:compile
>>>> [INFO] |  |  \- org.apache.derby:derby:jar:10.8.2.2:compile
>>>> [INFO] |  +- org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v12:compile
>>>> [INFO] |  +-
>>>> org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v6:compile
>>>> [INFO] |  |  +-
>>>> org.apache.geronimo.specs.wso2:geronimo-stax-api_1.0_spec:jar:1.0.1.wso2v2:compile
>>>> [INFO] |  |  +-
>>>> org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile
>>>> [INFO] |  |  \- org.codehaus.woodstox:stax2-api:jar:3.1.1:compile
>>>> [INFO] |  +-
>>>> org.wso2.apache.httpcomponents:httpclient:jar:4.3.1.wso2v1:compile
>>>> [INFO] |  \- com.icegreen:greenmail:jar:1.3.1b:compile
>>>> [INFO] |     +- javax.mail:mail:jar:1.4:compile
>>>> [INFO] |     \- org.slf4j:slf4j-api:jar:1.3.1:compile
>>>> [INFO] +- org.wso2.charon:org.wso2.charon.core:jar:2.0.4:compile
>>>> [INFO] |  +- org.json:json:jar:20090211:compile
>>>> [INFO] |  +- commons-logging:commons-logging:jar:1.1.1:compile
>>>> [INFO] |  +-
>>>> org.apache.ws.commons.axiom:axiom-api:jar:1.2.11-wso2v6:compile
>>>> [INFO] |  |  +-
>>>> org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.2:compile
>>>> [INFO] |  |  +-
>>>> org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.6:compile
>>>> [INFO] |  |  +- jaxen:jaxen:jar:1.1.1:compile
>>>> [INFO] |  |  \-
>>>> org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1:compile
>>>> [INFO] |  \- org.apache.ws.commons.axiom:axiom-impl:jar:1.2.12:compile
>>>> [INFO] |     \- org.codehaus.woodstox:wstx-asl:jar:3.2.9:compile
>>>> [INFO] +-
>>>> com.h2database.wso2:h2-database-engine:jar:1.2.140.wso2v3:compile
>>>> [INFO] +- org.apache.wink:wink-client:jar:1.1.3-incubating:compile
>>>> [INFO] |  +- org.apache.wink:wink-common:jar:1.1.3-incubating:compile
>>>> [INFO] |  |  +- javax.ws.rs:jsr311-api:jar:1.1.1:compile
>>>> [INFO] |  |  \-
>>>> org.apache.geronimo.specs:geronimo-annotation_1.1_spec:jar:1.0:compile
>>>> [INFO] |  +- javax.xml.bind:jaxb-api:jar:2.2:compile
>>>> [INFO] |  |  \- javax.xml.stream:stax-api:jar:1.0-2:compile
>>>> [INFO] |  +- com.sun.xml.bind:jaxb-impl:jar:2.2.1.1:compile
>>>> [INFO] |  \- javax.activation:activation:jar:1.1:compile
>>>> [INFO] +- org.apache.ws.security:wss4j:jar:1.6.9:compile
>>>> [INFO] |  +- org.apache.santuario:xmlsec:jar:1.4.4:compile
>>>> [INFO] |  \- org.opensaml:opensaml:jar:2.4.1:compile
>>>> [INFO] |     \- org.opensaml:openws:jar:1.4.1:compile
>>>> [INFO] |        \- org.opensaml:xmltooling:jar:1.3.1:compile
>>>> [INFO] |           \- joda-time:joda-time:jar:1.6.2:compile
>>>> [INFO] +- org.apache.openejb:openejb-core:jar:4.5.2:test
>>>> [INFO] |  +- org.apache.openejb:mbean-annotation-api:jar:4.5.2:test
>>>> [INFO] |  +- org.apache.openejb:openejb-jpa-integration:jar:4.5.2:test
>>>> [INFO] |  +- org.apache.openejb:javaee-api:jar:6.0-5:test
>>>> [INFO] |  +- org.apache.commons:commons-lang3:jar:3.1:compile
>>>> [INFO] |  +- org.apache.openejb:openejb-api:jar:4.5.2:test
>>>> [INFO] |  +- org.apache.openejb:openejb-loader:jar:4.5.2:test
>>>> [INFO] |  +- org.apache.openejb:openejb-javaagent:jar:4.5.2:test
>>>> [INFO] |  +- org.apache.openejb:openejb-jee:jar:4.5.2:test
>>>> [INFO] |  +- commons-cli:commons-cli:jar:1.2:compile
>>>> [INFO] |  +- org.apache.activemq:activemq-ra:jar:5.7.0:test
>>>> [INFO] |  +- org.apache.activemq:activemq-core:jar:5.7.0:test
>>>> [INFO] |  |  +- org.apache.activemq:kahadb:jar:5.7.0:test
>>>> [INFO] |  |  +-
>>>> org.apache.activemq.protobuf:activemq-protobuf:jar:1.1:compile
>>>> [INFO] |  |  \- commons-net:commons-net:jar:3.1:compile
>>>> [INFO] |  +-
>>>> org.apache.geronimo.components:geronimo-connector:jar:3.1.1:test
>>>> [INFO] |  |  \-
>>>> org.apache.geronimo.specs:geronimo-j2ee-connector_1.6_spec:jar:1.0:test
>>>> [INFO] |  +-
>>>> org.apache.geronimo.components:geronimo-transaction:jar:3.1.1:test
>>>> [INFO] |  +- org.objectweb.howl:howl:jar:1.0.1-1:test
>>>> [INFO] |  +-
>>>> org.apache.geronimo.javamail:geronimo-javamail_1.4_mail:jar:1.8.2:test
>>>> [INFO] |  +- org.apache.xbean:xbean-asm-shaded:jar:3.12:test
>>>> [INFO] |  +- org.apache.xbean:xbean-finder-shaded:jar:3.12:test
>>>> [INFO] |  +- org.apache.xbean:xbean-reflect:jar:3.12:test
>>>> [INFO] |  +- org.apache.xbean:xbean-naming:jar:3.12:test
>>>> [INFO] |  +- org.apache.xbean:xbean-bundleutils:jar:3.12:test
>>>> [INFO] |  +- org.hsqldb:hsqldb:jar:2.2.8:test
>>>> [INFO] |  +- commons-dbcp:commons-dbcp:jar:1.4:test
>>>> [INFO] |  +- commons-pool:commons-pool:jar:1.5.7:compile
>>>> [INFO] |  +- org.codehaus.swizzle:swizzle-stream:jar:1.6.1:test
>>>> [INFO] |  +- wsdl4j:wsdl4j:jar:1.6.2:compile
>>>> [INFO] |  +- org.quartz-scheduler:quartz:jar:2.1.6:test
>>>> [INFO] |  +- org.apache.openwebbeans:openwebbeans-impl:jar:1.1.8:test
>>>> [INFO] |  +- org.apache.openwebbeans:openwebbeans-spi:jar:1.1.8:test
>>>> [INFO] |  +- org.apache.openwebbeans:openwebbeans-ejb:jar:1.1.8:test
>>>> [INFO] |  +- org.apache.openwebbeans:openwebbeans-ee:jar:1.1.8:test
>>>> [INFO] |  +-
>>>> org.apache.openwebbeans:openwebbeans-ee-common:jar:1.1.8:test
>>>> [INFO] |  +- org.apache.openwebbeans:openwebbeans-web:jar:1.1.8:test
>>>> [INFO] |  +- org.javassist:javassist:jar:3.17.1-GA:test
>>>> [INFO] |  +- org.apache.openejb.patch:openjpa-asm-shaded:jar:2.2.0:test
>>>> [INFO] |  |  +- net.sourceforge.serp:serp:jar:1.13.1:test
>>>> [INFO] |  |  \- commons-lang:commons-lang:jar:2.6:compile
>>>> [INFO] |  +- org.apache.bval:bval-core:jar:0.5:test
>>>> [INFO] |  |  \- commons-beanutils:commons-beanutils-core:jar:1.8.3:test
>>>> [INFO] |  +- org.apache.bval:bval-jsr303:jar:0.5:test
>>>> [INFO] |  \- org.fusesource.jansi:jansi:jar:1.8:test
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.user.store.configuration.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] |  \-
>>>> org.apache.axis2.wso2:axis2-client:jar:1.6.1.wso2v12:compile
>>>> [INFO] |     +-
>>>> org.apache.axis2.wso2:axis2-json:jar:1.6.1.wso2v12:compile
>>>> [INFO] |     +- org.apache.woden.wso2:woden:jar:1.0.0.M8-wso2v1:compile
>>>> [INFO] |     +-
>>>> commons-fileupload.wso2:commons-fileupload:jar:1.2.0.wso2v1:compile
>>>> [INFO] |     \-
>>>> commons-httpclient.wso2:commons-httpclient:jar:3.1.0.wso2v1:compile
>>>> [INFO] |        \-
>>>> org.apache.commons.ssl:not-yet-commons-ssl:jar:0.3.9:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.user.mgt.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.application.mgt.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.idp.mgt.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.mgt.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.entitlement.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.automationutils:org.wso2.carbon.integration.common.admin.client:jar:4.4.1:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.commons:org.wso2.carbon.user.mgt.stub:jar:4.4.3:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.commons:org.wso2.carbon.logging.view.stub:jar:4.4.3:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.commons:org.wso2.carbon.ndatasource.stub:jar:4.4.3:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon:org.wso2.carbon.server.admin.stub:jar:4.4.0:compile
>>>> [INFO] |  +- org.wso2.carbon:org.wso2.carbon.utils:jar:4.4.3:compile
>>>> [INFO] |  |  +-
>>>> org.wso2.carbon:org.wso2.carbon.queuing:jar:4.4.3:compile
>>>> [INFO] |  |  +- org.wso2.carbon:org.wso2.carbon.base:jar:4.4.3:compile
>>>> [INFO] |  |  |  \-
>>>> org.wso2.carbon:org.wso2.carbon.securevault:jar:4.4.3:compile
>>>> [INFO] |  |  +-
>>>> org.igniterealtime.smack.wso2:smack:jar:3.0.4.wso2v1:compile
>>>> [INFO] |  |  +-
>>>> org.igniterealtime.smack.wso2:smackx:jar:3.0.4.wso2v1:compile
>>>> [INFO] |  |  +- org.apache.ant.wso2:ant:jar:1.7.0.wso2v1:compile
>>>> [INFO] |  |  |  \- org.apache.ant:ant:jar:1.7.0:compile
>>>> [INFO] |  |  |     \- org.apache.ant:ant-launcher:jar:1.7.0:compile
>>>> [INFO] |  |  +-
>>>> org.eclipse.equinox:javax.servlet:jar:3.0.0.v201112011016:compile
>>>> [INFO] |  |  \-
>>>> org.wso2.carbon:org.wso2.carbon.registry.api:jar:4.4.3:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.security.mgt.stub:jar:4.5.1:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.commons:org.wso2.carbon.application.mgt.stub:jar:4.4.3:compile
>>>> [INFO] |  +-
>>>> org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.mgt.stub:jar:4.4.1:compile
>>>> [INFO] |  \-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.user.profile.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.um.ws.api.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.sso.saml.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.claim.mgt.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.provider.openid.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.scim.common.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.user.account.association.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.automation:org.wso2.carbon.automation.engine:jar:4.4.2:compile
>>>> [INFO] |  +- org.testng:testng:jar:6.1.1:test
>>>> [INFO] |  |  +- junit:junit:jar:3.8.1:test
>>>> [INFO] |  |  +- org.beanshell:bsh:jar:2.0b4:compile
>>>> [INFO] |  |  +- com.beust:jcommander:jar:1.12:test
>>>> [INFO] |  |  \- org.yaml:snakeyaml:jar:1.6:test
>>>> [INFO] |  +- commons-io:commons-io:jar:2.2:compile
>>>> [INFO] |  +- org.jacoco:org.jacoco.core:jar:0.7.4.201502262128:compile
>>>> [INFO] |  |  \- org.ow2.asm:asm-debug-all:jar:5.0.1:compile
>>>> [INFO] |  +- org.jacoco:org.jacoco.report:jar:0.7.4.201502262128:compile
>>>> [INFO] |  +- org.codehaus.plexus:plexus-utils:jar:3.0.22:compile
>>>> [INFO] |  \- commons-collections:commons-collections:jar:3.2.2:compile
>>>> [INFO] +- org.wso2.carbon:org.wso2.carbon.user.core:jar:4.4.3:compile
>>>> [INFO] |  +- org.wso2.carbon:javax.cache.wso2:jar:4.4.3:compile
>>>> [INFO] |  |  \-
>>>> org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1:compile
>>>> [INFO] |  +- org.wso2.carbon:org.wso2.carbon.user.api:jar:4.4.3:compile
>>>> [INFO] |  +- xerces.wso2:xercesImpl:jar:2.8.1.wso2v2:compile
>>>> [INFO] |  +- commons-dbcp.wso2:commons-dbcp:jar:1.4.0.wso2v1:compile
>>>> [INFO] |  +- org.wso2.carbon:org.wso2.carbon.logging:jar:4.4.3:compile
>>>> [INFO] |  |  +- org.apache.log4j.wso2:log4j:jar:1.2.17.wso2v1:compile
>>>> [INFO] |  |  \-
>>>> org.wso2.carbon:org.wso2.carbon.bootstrap:jar:4.4.3:compile
>>>> [INFO] |  |     \- wrapper:wrapper:jar:3.2.3:compile
>>>> [INFO] |  +- org.wso2.securevault:org.wso2.securevault:jar:1.0.0:compile
>>>> [INFO] |  |  +- log4j:log4j:jar:1.2.14:compile
>>>> [INFO] |  |  \- jline:jline:jar:0.9.94:compile
>>>> [INFO] |  \-
>>>> org.wso2.orbit.commons-collections:commons-collections:jar:3.2.2.wso2v1:compile
>>>> [INFO] +- org.wso2.is:
>>>> org.wso2.sample.is.sso.agent:war:5.2.0-SNAPSHOT:compile
>>>> [INFO] +- org.wso2.is:playground2:war:5.2.0-SNAPSHOT:compile
>>>> [INFO] +- org.wso2.is:PassiveSTSSampleApp:war:5.2.0-SNAPSHOT:compile
>>>> [INFO] +- com.googlecode.json-simple:json-simple:jar:1.1:test
>>>> [INFO] +- org.jacoco:org.jacoco.agent:jar:0.7.4.201502262128:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.identity:org.wso2.carbon.identity.sts.passive.stub:jar:5.0.8-SNAPSHOT:compile
>>>> [INFO] +-
>>>> org.wso2.carbon.automationutils:org.wso2.carbon.integration.common.extensions:jar:4.4.1:compile
>>>> [INFO] |  \- net.lingala.zip4j:zip4j:jar:1.2.3:compile
>>>> [INFO] \- bouncycastle:bcprov-jdk15:jar:132:compile
>>>>
>>>> How can I fix this issue?
>>>>
>>>> Thank You!
>>>>
>>>> --
>>>> *Chamila Dilshan Wijayarathna,*
>>>> Software Engineer
>>>> Mobile:(+94)788193620
>>>> WSO2 Inc., http://wso2.com/
>>>>
>>>
>>>
>>>
>>> --
>>> Nuwan Wimalasekara
>>> Senior Software Engineer - Test Automation
>>> WSO2, Inc.: http://wso2.com
>>> lean. enterprise. middleware
>>>
>>> phone: +94 71 668 4620
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Krishantha Samaraweera
>> Senior Technical Lead - Test Automation
>> Mobile: +94 77 7759918
>> WSO2, Inc.; http://wso2.com/
>> lean . enterprise . middleware.
>>
>


-- 
Krishantha Samaraweera
Senior Technical Lead - Test Automation
Mobile: +94 77 7759918
WSO2, Inc.; http://wso2.com/
lean . enterprise . middleware.
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to