[JBoss JIRA] (JBTIS-418) Cannot install JBDS-IS from downloaded zip into JBDS when offline
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBTIS-418?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBTIS-418:
--------------------------------
Environment:
Linux x86_64 Open JDK 7
JBDS 8.0.0.GA
JBDS IS 8.0.0.GA
was:
Linux x86_64 Open JDK 7
JBDS 8.0.0.GA
JBDS IS 8.0.0.0.GA
> Cannot install JBDS-IS from downloaded zip into JBDS when offline
> -----------------------------------------------------------------
>
> Key: JBTIS-418
> URL: https://issues.jboss.org/browse/JBTIS-418
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: releng
> Affects Versions: 8.0.0.GA
> Environment: Linux x86_64 Open JDK 7
> JBDS 8.0.0.GA
> JBDS IS 8.0.0.GA
> Reporter: Denis Golovin
>
> While was testing possible solutions for including JBDS IS into JBDS Installer I realized that there something missing in JBDS or IS zip. Offfline installation into JBDS 8.0.0.GA fails with
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745)
> Missing requirement: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745) requires 'org.jboss.tools.usage.feature.feature.group 0.0.0' but it could not be found
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19536) Infinite job loop when creating project
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19536?page=com.atlassian.jira.plugi... ]
Rastislav Wagner updated JBIDE-19536:
-------------------------------------
Steps to Reproduce:
The best steps to reproduce are here. Just remember that it doesnt always work.
1. You should have new clean workspace
2. create CDI project
3. edit beans.xml
4. delete project
5. create second CDI project
FAIL: You might end up in infinite job loop.
If you would prefer, I can provide a bot test for easier reproduction.
was:
The best steps to reproduce are here. Just remember that it doesnt always work.
1. You should have new clean workspace
2. create CDI project
3. edit beans.xml
4. delete project
5. create second project
FAIL: You might end up in infinite job loop.
If you would prefer, I can provide a bot test for easier reproduction.
> Infinite job loop when creating project
> ---------------------------------------
>
> Key: JBIDE-19536
> URL: https://issues.jboss.org/browse/JBIDE-19536
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 4.3.0.Alpha1
> Reporter: Rastislav Wagner
>
> Sometimes i end up in infinite job loop after creating a CDI project. There's no description of what jobs are running, not exception in log. In progress view I can see only "Building workspace (sleeping)" -see on video https://vimeo.com/123634974
> I was able to reproduce on CDI projects (1.0,1.2) but not on any other (Dynamic Web..)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19536) Infinite job loop when creating project
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-19536:
----------------------------------------
Summary: Infinite job loop when creating project
Key: JBIDE-19536
URL: https://issues.jboss.org/browse/JBIDE-19536
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Affects Versions: 4.3.0.Alpha1
Reporter: Rastislav Wagner
Sometimes i end up in infinite job loop after creating a CDI project. There's no description of what jobs are running, not exception in log. In progress view I can see only "Building workspace (sleeping)" -see on video https://vimeo.com/123634974
I was able to reproduce on CDI projects (1.0,1.2) but not on any other (Dynamic Web..)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19535) Cannot generate ddl when hibernate console is NOT used
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19535?page=com.atlassian.jira.plugi... ]
Jiri Peterka updated JBIDE-19535:
---------------------------------
Steps to Reproduce:
STEP: Create Maven Project with Hibernate Dependencies
STEP: Add JPA facets (Hibernate (JPA 2.1) and sakila h2 db connection profile
STEP: JPA Tools -> Generate Entities from Tables (enable Use Console
Configuration)
STEP: JPA Tools -> Generate Tables to entities (disable using hibernate configuration),
STEP: Finish
ASSERT: DDL file should be generated
was:
STEP: Create Maven Project with Hibernate Dependencies
STEP: Add JPA facets (Hibernate (JPA 2.1) and sakila h2 db connection profile
STEP: JPA Tools -> Generate Entities from Tables (disable Use Console Configuration)
STEP: Finish
ASSERT: DDL file should be generated
> Cannot generate ddl when hibernate console is NOT used
> ------------------------------------------------------
>
> Key: JBIDE-19535
> URL: https://issues.jboss.org/browse/JBIDE-19535
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.3.Beta1
> Environment: JBDS 8.1.0.GA
> Reporter: Jiri Peterka
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.3.0.Alpha2
>
>
> Cannot generate ddl when hibernate console is NOT used. It actually works when Hibernate 3.5, 3.6, 4.0 is used but not for 4.3. Found by extended automated tests.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19535) Cannot generate ddl when hibernate console is NOT used
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19535?page=com.atlassian.jira.plugi... ]
Jiri Peterka updated JBIDE-19535:
---------------------------------
Description: Cannot generate ddl when hibernate console is NOT used. It actually works when Hibernate 3.5, 3.6, 4.0 is used but not for 4.3. Found by extended automated tests. (was: Cannot generate ddl when hibernate console is used. I will investigate further, it worked for 4.3 (and didn't work for lower hibernate versions))
Steps to Reproduce:
STEP: Create Maven Project with Hibernate Dependencies
STEP: Add JPA facets (Hibernate (JPA 2.1) and sakila h2 db connection profile
STEP: JPA Tools -> Generate Entities from Tables (disable Use Console Configuration)
STEP: Finish
ASSERT: DDL file should be generated
was:
STEP: Create Maven Project with Hibernate Dependencies
STEP: Add JPA facets (Hibernate (JPA 2.1) and sakila h2 db connection profile
STEP: JPA Tools -> Generate Entities from Tables (disable Use Console Configuration)
STEP: JPA Tools -> Generate Tables to entities (use hibernate configuration),
STEP: Finish
ASSERT: DDL file should be generated
Environment: JBDS 8.1.0.GA (was: JBDS 8.1.0.Beta1)
Workaround Description: Enable usage of hibernate console (was: Disable usage of hibernate console there)
> Cannot generate ddl when hibernate console is NOT used
> ------------------------------------------------------
>
> Key: JBIDE-19535
> URL: https://issues.jboss.org/browse/JBIDE-19535
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.3.Beta1
> Environment: JBDS 8.1.0.GA
> Reporter: Jiri Peterka
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 4.3.0.Alpha2
>
>
> Cannot generate ddl when hibernate console is NOT used. It actually works when Hibernate 3.5, 3.6, 4.0 is used but not for 4.3. Found by extended automated tests.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBDS-3320) JBDS 8.x installer underreports space requirement by 225 - 250MB
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBDS-3320?page=com.atlassian.jira.plugin.... ]
Len DiMaggio commented on JBDS-3320:
------------------------------------
The numbers in the 8.1.0 GA build is fairly close - and - the installer errs on the side of caution, so this should not be a blocker for the 8.1.0 release:
Installation path:
/jboss/local/JBDS_installs/JBDS810/GA
Java VM path:
default
Components to install:
Red Hat JBoss Developer Studio 8.1.0.GA
Disk Space:
Available Disk Space: 20.68 GB Required Disk Space: 666.22 MB
-------------
du -sch standalone/
656M standalone/
656M total
===========================================================
Installation path:
/jboss/local/JBDS_installs/JBDS810/GA/eap_test
Java VM path:
default
Components to install:
Red Hat JBoss Developer Studio 8.1.0.GA Red Hat JBoss Enterprise Application Platform 6.3.0
Disk Space:
Available Disk Space: 20.04 GB Required Disk Space: 825.78 MB
-------------
du -sch eap_test/
817M eap_test/
817M total
> JBDS 8.x installer underreports space requirement by 225 - 250MB
> ----------------------------------------------------------------
>
> Key: JBDS-3320
> URL: https://issues.jboss.org/browse/JBDS-3320
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 8.0.2.GA
> Reporter: Len DiMaggio
> Assignee: Nick Boldt
> Fix For: 8.1.0.GA
>
>
> The installer instructs the user that this much disk space is required:
> Disk Space:
> Available Disk Space: 30.83 GB Required Disk Space: 426.22 MB
> When actually, this much disk space is required:
> du -sh installdir/
> 661M installdir/
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19535) Cannot generate ddl when hibernate console is NOT used
by Jiri Peterka (JIRA)
Jiri Peterka created JBIDE-19535:
------------------------------------
Summary: Cannot generate ddl when hibernate console is NOT used
Key: JBIDE-19535
URL: https://issues.jboss.org/browse/JBIDE-19535
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.2.3.Beta1
Environment: JBDS 8.1.0.Beta1
Reporter: Jiri Peterka
Assignee: Koen Aers
Priority: Critical
Fix For: 4.3.0.Alpha2
Cannot generate ddl when hibernate console is used. I will investigate further, it worked for 4.3 (and didn't work for lower hibernate versions)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months