[JBoss JIRA] (JBIDE-19040) Software update: Item hidden under table header
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19040?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19040:
------------------------------------
So that's JDK 7 and/or 8?
> Software update: Item hidden under table header
> -----------------------------------------------
>
> Key: JBIDE-19040
> URL: https://issues.jboss.org/browse/JBIDE-19040
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.2.2.Final
> Reporter: Martin Malina
> Assignee: Nick Boldt
> Fix For: 4.3.x
>
> Attachments: update-hidden.png, update-shown.png
>
>
> This is probably an upstream issue and I'm not sure if/how much we can do here. But I'd like to have this reported anyway.
> When JBDS notifies me of updates and I want to install the updates, the "Available Updates" window seems empty:
> !update-hidden.png!
> What's happening is that there is only one item and it's hidden at the very top behind the table header. With my mouse, I can scroll to see it:
> !update-shown.png!
> What's worse, the hidden item can only be made visible by scrolling a mouse, not using touchpad. So unless I have a mouse connected, I'm out of luck.
> This happens in other places as well, notably in the software update sites page in Preferences.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-18764) Weird behavior of the packaging exclusions support
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18764?page=com.atlassian.jira.plugi... ]
Fred Bricon closed JBIDE-18764.
-------------------------------
Resolution: Cannot Reproduce Bug
Tried with JBDS 8.0.2 and couldn't reproduce the issue. Weird. Closing for now.
> Weird behavior of the packaging exclusions support
> --------------------------------------------------
>
> Key: JBIDE-18764
> URL: https://issues.jboss.org/browse/JBIDE-18764
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Final
> Reporter: Fred Bricon
> Attachments: excludejars.zip
>
>
> I have a multi-module maven project with ear, war, ejb ...
> The excludejars-web/pom.xml defines <packagingExcludes>WEB-INF/lib/*</packagingExcludes>
> When deploying excludejars-ear to WF, the excludejars-ear/excludejars-web-0.0.1-SNAPSHOT.war/WEB-INF/lib directory is empty, as expected.
> Now if you remove <packagingExcludes>WEB-INF/lib/*</packagingExcludes> from the excludejars-web/pom.xml , Update the Maven project configuration (Alt-F5) on the excludejars-web project, org.eclipse.wst.common.component is updated to contain <property name="component.exclusion.patterns"/>
> When you do a full publish on the ear project, excludejars-ear/excludejars-web-0.0.1-SNAPSHOT.war/WEB-INF/lib is still empty. Same thing if you invoke "clean" on the WF server adapter.
> The only way to get the jars deployed is to remove the ear from WF, clean, then add the ear back.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19047) Issue deploying EAR project from eclipse to Wildfly using JBoss Tools Plugin
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19047?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-19047:
-------------------------------------
Also, can you check if Project > Build Automatically is enabled?
and please attach the ear project's configuration files (under .settings/)
> Issue deploying EAR project from eclipse to Wildfly using JBoss Tools Plugin
> ----------------------------------------------------------------------------
>
> Key: JBIDE-19047
> URL: https://issues.jboss.org/browse/JBIDE-19047
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, server, upstream
> Environment: Ubuntu 14.04, Wildfly 8.2.0 FInal, Eclipse Luna
> Reporter: Nick .
> Assignee: Fred Bricon
> Fix For: 4.3.x
>
> Attachments: sample.zip
>
>
> Hi,
> I have a maven EAR project, which contains a couple of WAR and JAR files. I'm using Eclipse Luna (tried STS and IntelliJ ) IDE with JBoss Tools 1.6.0 (latest).
> When I try to deploy my EAR to Wildfly (as well as in EAP 6.2.0) with JBoss Tools from eclipse i'm facing the following issues.
> My Jars (external jars and project jar) are getting copied into WEB-INF/lib and EAR/lib, where i expected it to be only in EAR/lib.
> EAR application.xml is not getting copied into EAR/META-INF/ folder
> But when i use command line to build my project , i'm not experiencing the above issue.
> FYI : We are using <skinnyWars>true</skinnyWars>.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19056) A Mojo to validate a version (compared to baseline)
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-19056:
--------------------------------------
Summary: A Mojo to validate a version (compared to baseline)
Key: JBIDE-19056
URL: https://issues.jboss.org/browse/JBIDE-19056
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: build
Reporter: Mickael Istria
We need a mojo that compares a newly-built artifact with other versions of this IU that we have already released.
Such a mojo would fail is version isn't correct (lower than same one on that stream, equal to another one already released but with different content...)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19043) Error publishing jar inside utility project inside ear project
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19043?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-19043:
-------------------------------------
so what would happen if the embedded jar was actually a workspace project that Eclipse needed to zip before zipping the utility jar?
Not sure this scenario is currently supported by Eclipse but it seems legit to me.
> Error publishing jar inside utility project inside ear project
> --------------------------------------------------------------
>
> Key: JBIDE-19043
> URL: https://issues.jboss.org/browse/JBIDE-19043
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.2.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.3.Final, 4.3.0.Beta1
>
>
> While verifying JBIDE-18862 I wanted to have some really big file to deploy so that I could see is an existing *.dodeploy marker is removed before the copying begins.
> So I created an ear project with a nested dynamic web project and utility project. Inside this utility project's src dir I copied JBDS installer jar. Then I tried to deploy the ear to a WildFly 8.2 server (both stopped and running).
> It seemed to work, the utility jar had 574 MB. But the tooling showed me this error:
> Publishing to wildfly has encountered a problem:
> {code}
> Error renaming /Volumes/Data/jbossqa/wildfly-8.2.0.Final/standalone/tmp/tmp582268190747176162.jar to /Volumes/Data/jbossqa/wildfly-8.2.0.Final/standalone/deployments/earproj.ear/lib/utilproj.jar/jboss-devstudio-8.0.2.GA-v20150114-2029-B382-installer-standalone.jar.
> This may be caused by incorrect file permissions, or your server's temporary deploy directory may be on a different filesystem than the final destination.
> You may adjust these settings in the server editor.
> {code}
> It's true that this was on a different FS, but both the tmp and deploy dirs were one FS, so that should be fine.
> And just to be sure, I tried the same on the same FS and the error was the same:
> {code}
> Error renaming /Users/rasp/jbossqa/runtimes/wildfly-8.2.0.Final/standalone/tmp/tmp7876542570838575938.jar to /Users/rasp/jbossqa/runtimes/wildfly-8.2.0.Final/standalone/deployments/earproj.ear/lib/utilproj.jar/jboss-devstudio-8.0.2.GA-v20150114-2029-B382-installer-standalone.jar.
> This may be caused by incorrect file permissions, or your server's temporary deploy directory may be on a different filesystem than the final destination.
> You may adjust these settings in the server editor.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19047) Issue deploying EAR project from eclipse to Wildfly using JBoss Tools Plugin
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19047?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-19047:
-------------------------------------
Can you try installing m2e-wtp 1.2.0.M4 from [http://download.eclipse.org/m2e-wtp/milestones/mars/1.2.0/](http://downlo... See if it works better for you
> Issue deploying EAR project from eclipse to Wildfly using JBoss Tools Plugin
> ----------------------------------------------------------------------------
>
> Key: JBIDE-19047
> URL: https://issues.jboss.org/browse/JBIDE-19047
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, server, upstream
> Environment: Ubuntu 14.04, Wildfly 8.2.0 FInal, Eclipse Luna
> Reporter: Nick .
> Assignee: Fred Bricon
> Fix For: 4.3.x
>
> Attachments: sample.zip
>
>
> Hi,
> I have a maven EAR project, which contains a couple of WAR and JAR files. I'm using Eclipse Luna (tried STS and IntelliJ ) IDE with JBoss Tools 1.6.0 (latest).
> When I try to deploy my EAR to Wildfly (as well as in EAP 6.2.0) with JBoss Tools from eclipse i'm facing the following issues.
> My Jars (external jars and project jar) are getting copied into WEB-INF/lib and EAR/lib, where i expected it to be only in EAR/lib.
> EAR application.xml is not getting copied into EAR/META-INF/ folder
> But when i use command line to build my project , i'm not experiencing the above issue.
> FYI : We are using <skinnyWars>true</skinnyWars>.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19047) Issue deploying EAR project from eclipse to Wildfly using JBoss Tools Plugin
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19047?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-19047 at 1/21/15 9:18 AM:
--------------------------------------------------------------
Can you try installing m2e-wtp 1.2.0.M4 from http://download.eclipse.org/m2e-wtp/milestones/mars/1.2.0/? See if it works better for you
was (Author: fbricon):
Can you try installing m2e-wtp 1.2.0.M4 from [http://download.eclipse.org/m2e-wtp/milestones/mars/1.2.0/](http://downlo... See if it works better for you
> Issue deploying EAR project from eclipse to Wildfly using JBoss Tools Plugin
> ----------------------------------------------------------------------------
>
> Key: JBIDE-19047
> URL: https://issues.jboss.org/browse/JBIDE-19047
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, server, upstream
> Environment: Ubuntu 14.04, Wildfly 8.2.0 FInal, Eclipse Luna
> Reporter: Nick .
> Assignee: Fred Bricon
> Fix For: 4.3.x
>
> Attachments: sample.zip
>
>
> Hi,
> I have a maven EAR project, which contains a couple of WAR and JAR files. I'm using Eclipse Luna (tried STS and IntelliJ ) IDE with JBoss Tools 1.6.0 (latest).
> When I try to deploy my EAR to Wildfly (as well as in EAP 6.2.0) with JBoss Tools from eclipse i'm facing the following issues.
> My Jars (external jars and project jar) are getting copied into WEB-INF/lib and EAR/lib, where i expected it to be only in EAR/lib.
> EAR application.xml is not getting copied into EAR/META-INF/ folder
> But when i use command line to build my project , i'm not experiencing the above issue.
> FYI : We are using <skinnyWars>true</skinnyWars>.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBDS-3325) Test the new installer for JBDS 9.0.0
by Len DiMaggio (JIRA)
Len DiMaggio created JBDS-3325:
----------------------------------
Summary: Test the new installer for JBDS 9.0.0
Key: JBDS-3325
URL: https://issues.jboss.org/browse/JBDS-3325
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Components: installer
Affects Versions: 9.0.0.GA
Reporter: Len DiMaggio
Assignee: Len DiMaggio
Fix For: 9.0.0.GA
The 9.0.0 release will include an updated installer for JBDS - for EAP and standalone. The installers must be tested and released along with the update sites.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months