[JBoss JIRA] (JBIDE-25013) Refactor integration tests for use with RedDeer 2.0
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25013?page=com.atlassian.jira.plugi... ]
Josef Kopriva commented on JBIDE-25013:
---------------------------------------
Passing back to [~rawagner] , he has created new PR for RedDeer 2.0 Final: https://github.com/jbosstools/jbosstools-integration-tests/pull/1880
> Refactor integration tests for use with RedDeer 2.0
> ---------------------------------------------------
>
> Key: JBIDE-25013
> URL: https://issues.jboss.org/browse/JBIDE-25013
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: hibernate, integration-tests
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Josef Kopriva
> Priority: Critical
> Fix For: 4.5.1.AM3
>
>
> A number of integration-tests plugins require reddeer 1.2 and need to be migrated to use 2.0.
> {code}** [1] ./plugins/org.jboss.tools.seam.reddeer/META-INF/MANIFEST.MF **
> 9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [2] ./tests/org.jboss.tools.central.ui.bot.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [3] ./tests/org.jboss.tools.dummy.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
> ** [4] ./tests/org.jboss.tools.eclipsecs.ui.test/META-INF/MANIFEST.MF **
> 9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [5] ./tests/org.jboss.tools.examples.ui.bot.test/META-INF/MANIFEST.MF **
> 9:Require-Bundle: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [6] ./tests/org.jboss.tools.freemarker.ui.bot.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
> ** [7] ./tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [8] ./tests/org.jboss.tools.maven.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [9] ./tests/org.jboss.tools.openshift.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-24573) Issue deploying EAR project from eclipse to Wildfly using JBoss Tools Plugin
by Vojtech Prusa (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24573?page=com.atlassian.jira.plugi... ]
Vojtech Prusa edited comment on JBIDE-24573 at 9/21/17 7:30 AM:
----------------------------------------------------------------
Running mvn clean install i get unresolved dependency, more in log.
In devstudio i see these errors:
Description Resource Path Location Type
C:\Users\jbossqa\workspace\fixed-pfi-test (1).zip_expanded\pfi-test\pfi\pfi-data\target\classes\META-INF\MANIFEST.MF (The system cannot find the path specified) pom.xml /pfi-data line 1 Maven Configuration Problem
Missing artifact it.capgemini.pfi:pfi-data:jar:0.0.1 pom.xml /pfi-web line 50 Maven Dependency Problem
Missing artifact it.capgemini.pfi:pfi-ejb:jar:0.0.1 pom.xml /pfi-web line 45 Maven Dependency Problem
The container 'Maven Dependencies' references non existing library 'C:\Users\jbossqa\.m2\repository\it\capgemini\pfi\pfi-ejb\0.0.1\pfi-ejb-0.0.1.jar' pfi-web Build path Build Path Problem
The project cannot be built until build path errors are resolved pfi-web Unknown Java Problem
Related dependency to error for which maven install fails should be:
pfi-web/pom.xml
<dependency>
[^mvn.log] <groupId>it.capgemini.pfi</groupId>
<artifactId>pfi-data</artifactId>
<version>0.0.1</version>
</dependency>
Can you give me any hint what am i doing wrong?
I was told that you may be using some private repo. I did not find the repo at https://maven.repository.redhat.com/earlyaccess/all/ nor at https://maven.repository.redhat.com/earlyaccess/all/it/ . Could you point me to right direction [~iostream82] ,[~rob.stryker] , [~fbricon] ?
was (Author: vprusa):
Running mvn clean install i get unresolved dependency, more in log.
In devstudio i see these errors:
Description Resource Path Location Type
C:\Users\jbossqa\workspace\fixed-pfi-test (1).zip_expanded\pfi-test\pfi\pfi-data\target\classes\META-INF\MANIFEST.MF (The system cannot find the path specified) pom.xml /pfi-data line 1 Maven Configuration Problem
Missing artifact it.capgemini.pfi:pfi-data:jar:0.0.1 pom.xml /pfi-web line 50 Maven Dependency Problem
Missing artifact it.capgemini.pfi:pfi-ejb:jar:0.0.1 pom.xml /pfi-web line 45 Maven Dependency Problem
The container 'Maven Dependencies' references non existing library 'C:\Users\jbossqa\.m2\repository\it\capgemini\pfi\pfi-ejb\0.0.1\pfi-ejb-0.0.1.jar' pfi-web Build path Build Path Problem
The project cannot be built until build path errors are resolved pfi-web Unknown Java Problem
Related dependency to error for which maven install fails should be:
pfi-web/pom.xml
<dependency>
[^mvn.log] <groupId>it.capgemini.pfi</groupId>
<artifactId>pfi-data</artifactId>
<version>0.0.1</version>
</dependency>
Can you give me any hint what am i doing wrong?
> Issue deploying EAR project from eclipse to Wildfly using JBoss Tools Plugin
> ----------------------------------------------------------------------------
>
> Key: JBIDE-24573
> URL: https://issues.jboss.org/browse/JBIDE-24573
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, server, upstream
> Affects Versions: 4.4.4.Final
> Environment: windows 7 eclipse neon maven
> Reporter: stefano canu
> Assignee: Vojtech Prusa
> Fix For: 4.5.1.AM2
>
> Attachments: fixed-pfi-test.zip, mvn.log, pfi-test.zip, pom.xml
>
>
> I 'm tryng to deploy to wildfly 10 an ear project (maven) composed by one war and one jar (ejb) project, but the ear deployed with eclipse wildfly connector is different form one present in the target foleder, library in web-inf lib is missing.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBTIS-1170) Remove Fuse and SAP tests from the repository
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-1170:
----------------------------------------
Summary: Remove Fuse and SAP tests from the repository
Key: JBTIS-1170
URL: https://issues.jboss.org/browse/JBTIS-1170
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: QE
Affects Versions: 11.0.0.GA
Reporter: Andrej Podhradsky
Assignee: Andrej Podhradsky
Fix For: 11.1.0.CR1
Remove Fuse and SAP tests from the repository. The tests were migrated to jbosstools-fuse repo.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBTIS-1169) Adapt tests for changes made in RedDeer 2.0
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-1169:
----------------------------------------
Summary: Adapt tests for changes made in RedDeer 2.0
Key: JBTIS-1169
URL: https://issues.jboss.org/browse/JBTIS-1169
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: QE
Affects Versions: 11.1.0.CR1
Reporter: Andrej Podhradsky
Assignee: Andrej Podhradsky
Fix For: 11.1.0.CR1
Adapt tests for changes made in RedDeer 2.0
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBDS-4555) Unknown category error in Red Hat Central
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBDS-4555?page=com.atlassian.jira.plugin.... ]
Martin Malina commented on JBDS-4555:
-------------------------------------
FWIW, the errors don't show up in today's devstudio nightly. But I checked again with the AM2 release and it still happens there.
> Unknown category error in Red Hat Central
> -----------------------------------------
>
> Key: JBDS-4555
> URL: https://issues.jboss.org/browse/JBDS-4555
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 11.1.0.AM2
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Fix For: 11.1.0.AM3
>
>
> I installed devstudio 11.1.0.AM2 B1060 and went to central's Updates/Software tab and immediately got these errors:
> Unknown category 'com.jboss.jbds.discovery.certification.supported' referenced by connector 'jboss.integration-stack.bundle.switchyard' declared in com.jboss.jbds.central.discovery.integration_stack_11.0.0.GA_v20170811_1249_B41.jar_3405701925693823433.jar
> Unknown category 'com.jboss.jbds.discovery.certification.supported' referenced by connector 'jboss.integration-stack.bundle.soa' declared in com.jboss.jbds.central.discovery.integration_stack_11.0.0.GA_v20170811_1249_B41.jar_3405701925693823433.jar
> Unknown category 'com.jboss.jbds.discovery.certification.supported' referenced by connector 'jboss.integration-stack.bundle.bpr' declared in com.jboss.jbds.central.discovery.integration_stack_11.0.0.GA_v20170811_1249_B41.jar_3405701925693823433.jar
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months