[JBoss JIRA] (JBIDE-19343) integration tests do not fetch their required runtimes if not present in the cache folder
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19343?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-19343:
----------------------------------
Assignee: Mickael Istria
> integration tests do not fetch their required runtimes if not present in the cache folder
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-19343
> URL: https://issues.jboss.org/browse/JBIDE-19343
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, server, testing-tools
> Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.3.0.Alpha2
>
>
> There's a problem w/ integration tests not properly bootstrapping (downloading) their runtimes if not present in the cache folder (see jbosstools-dev thread: http://lists.jboss.org/pipermail/jbosstools-dev/2015-February/009770.html )
> Looks like default maven lifecycle causes the pre-integration-test phase to fire, which is fine when we plan to run tests.
> There are a number of such phase bindings in this test:
> https://github.com/jbosstools/jbosstools-server/blob/jbosstools-4.2.x/as/...
> And I think this step can be skipped w/ *-DskipTests*.
> But the bigger problem is... why won't Jenkins fetch missing deps when they're not in the cache folder?
> Here are some console log snipped from builds 119 - 123:
> {code}
> 11:38:04 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-eap-6.1.0) on project org.jboss.tools.as.test.core: IO Error: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-6.1.1.zip (No such file or directory) -> [Help 1]
> 13:29:23 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-wildfly-8.0.0.Beta1) on project org.jboss.tools.as.test.core: IO Error: /home/hudson/static_build_env/jbds/download-cache/wildfly-8.0.0.Beta1.zip (No such file or directory) -> [Help 1]
> 16:15:15 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-tomcat6) on project org.jboss.tools.wtp.runtimes.tomcat.tests: IO Error: /home/hudson/static_build_env/jbds/download-cache/apache-tomcat-6.0.39.zip (No such file or directory) -> [Help 1]
> {code} -- https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_4....
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19343) integration tests do not fetch their required runtimes if not present in the cache folder
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19343?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19343:
------------------------------------
Mickael, do you have time to take a look at this in time for Alpha2?
> integration tests do not fetch their required runtimes if not present in the cache folder
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-19343
> URL: https://issues.jboss.org/browse/JBIDE-19343
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, server, testing-tools
> Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.3.0.Alpha2
>
>
> There's a problem w/ integration tests not properly bootstrapping (downloading) their runtimes if not present in the cache folder (see jbosstools-dev thread: http://lists.jboss.org/pipermail/jbosstools-dev/2015-February/009770.html )
> Looks like default maven lifecycle causes the pre-integration-test phase to fire, which is fine when we plan to run tests.
> There are a number of such phase bindings in this test:
> https://github.com/jbosstools/jbosstools-server/blob/jbosstools-4.2.x/as/...
> And I think this step can be skipped w/ *-DskipTests*.
> But the bigger problem is... why won't Jenkins fetch missing deps when they're not in the cache folder?
> Here are some console log snipped from builds 119 - 123:
> {code}
> 11:38:04 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-eap-6.1.0) on project org.jboss.tools.as.test.core: IO Error: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-6.1.1.zip (No such file or directory) -> [Help 1]
> 13:29:23 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-wildfly-8.0.0.Beta1) on project org.jboss.tools.as.test.core: IO Error: /home/hudson/static_build_env/jbds/download-cache/wildfly-8.0.0.Beta1.zip (No such file or directory) -> [Help 1]
> 16:15:15 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-tomcat6) on project org.jboss.tools.wtp.runtimes.tomcat.tests: IO Error: /home/hudson/static_build_env/jbds/download-cache/apache-tomcat-6.0.39.zip (No such file or directory) -> [Help 1]
> {code} -- https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_4....
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19343) integration tests do not fetch their required runtimes if not present in the cache folder
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19343?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-19343:
-------------------------------
Summary: integration tests do not fetch their required runtimes if not present in the cache folder (was: integration tests fetch their required runtimes if not present in the cache folder?)
> integration tests do not fetch their required runtimes if not present in the cache folder
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-19343
> URL: https://issues.jboss.org/browse/JBIDE-19343
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, server, testing-tools
> Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
> Reporter: Nick Boldt
> Fix For: 4.3.0.Alpha2
>
>
> There's a problem w/ integration tests not properly bootstrapping (downloading) their runtimes if not present in the cache folder (see jbosstools-dev thread: http://lists.jboss.org/pipermail/jbosstools-dev/2015-February/009770.html )
> Looks like default maven lifecycle causes the pre-integration-test phase to fire, which is fine when we plan to run tests.
> There are a number of such phase bindings in this test:
> https://github.com/jbosstools/jbosstools-server/blob/jbosstools-4.2.x/as/...
> And I think this step can be skipped w/ *-DskipTests*.
> But the bigger problem is... why won't Jenkins fetch missing deps when they're not in the cache folder?
> Here are some console log snipped from builds 119 - 123:
> {code}
> 11:38:04 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-eap-6.1.0) on project org.jboss.tools.as.test.core: IO Error: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-6.1.1.zip (No such file or directory) -> [Help 1]
> 13:29:23 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-wildfly-8.0.0.Beta1) on project org.jboss.tools.as.test.core: IO Error: /home/hudson/static_build_env/jbds/download-cache/wildfly-8.0.0.Beta1.zip (No such file or directory) -> [Help 1]
> 16:15:15 [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-tomcat6) on project org.jboss.tools.wtp.runtimes.tomcat.tests: IO Error: /home/hudson/static_build_env/jbds/download-cache/apache-tomcat-6.0.39.zip (No such file or directory) -> [Help 1]
> {code} -- https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_4....
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBTIS-409) Update BPMN2 for Luna/ JBDSIS 8.0.1
by Paul Leacu (JIRA)
Paul Leacu created JBTIS-409:
--------------------------------
Summary: Update BPMN2 for Luna/ JBDSIS 8.0.1
Key: JBTIS-409
URL: https://issues.jboss.org/browse/JBTIS-409
Project: JBoss Tools Integration Stack
Issue Type: Feature Request
Components: BPMN2
Affects Versions: 8.0.0.GA, 4.2.0.Final
Reporter: Paul Leacu
Assignee: Paul Leacu
Mirror latest bpmn2 for Luna and grab it for the IS.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19427) Redundant warning for JPA entity
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19427?page=com.atlassian.jira.plugi... ]
Koen Aers commented on JBIDE-19427:
-----------------------------------
Yes, I'll take care of it.
> Redundant warning for JPA entity
> --------------------------------
>
> Key: JBIDE-19427
> URL: https://issues.jboss.org/browse/JBIDE-19427
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.3.0.Alpha2
> Reporter: Arun Gupta
> Assignee: Koen Aers
> Fix For: 4.3.0.Alpha2
>
> Attachments: Screen Shot 2015-03-10 at 2.39.46 PM.png
>
>
> Student entity is defined as:
> @Entity
> @XmlRootElement
> @NamedQuery(name="findAllStudents", query="select s from Student s")
> public class Student implements Serializable {
> Persistence.xml is defined as:
> <?xml version="1.0" encoding="UTF-8"?>
> <persistence version="2.1"
> xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
> <persistence-unit name="HelloJavaEE7">
> <properties>
> <property name="javax.persistence.schema-generation.database.action"
> value="drop-and-create" />
> <property name="javax.persistence.schema-generation.create-source"
> value="metadata" />
> <property name="javax.persistence.schema-generation.drop-source"
> value="metadata" />
> <property name="hibernate.show_sql" value="true" />
> <property name="hibernate.format_sql" value="true" />
> </properties>
> </persistence-unit>
> </persistence>
> Editor shows a red cross on Student class declaration with the error message "Class "org.sample.Student" is managed, but is not listed in the persistence.xml file".
> By default, all entities are included and this error should not occur.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years