[JBoss JIRA] (JBIDE-18002) Changes to files in nested utility project need not always restart module
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-18002:
-----------------------------------
Summary: Changes to files in nested utility project need not always restart module
Key: JBIDE-18002
URL: https://issues.jboss.org/browse/JBIDE-18002
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: server
Affects Versions: 4.2.0.Beta3
Reporter: Rob Stryker
Changes to a .class file inside a nested utility project currently marks the module as requiring a restart, because the application server won't pick up those changes without a restart.
When running in debug mode, though, the debugger will use the new classes as changed in the workspace, so a restart of a module is slow and costly.
The fix (for now) would be to only restart the web module if the publish is a full publish, or, if the nested archive's deployment name matches the strings in the server editor's restart-module regex clause.
Example project replicating the bug can be found at https://github.com/maxandersen/JBIDE-17724
Unzip the attached project structure (stripped down from an existing project)
Run 'mvn clean install eclipse:clean eclipse:eclipse' at the root
Import existing projects into eclipse luna with JBoss Tools
Deploy to a "JBoss Enterprise Application Platform 5.x" runtime
Make a change to MyController.java inside the project-war webapp => the change is hot deployed
Make a change to MySecondController.java inside the project-module dependency => the full WAR is undeployed then redeployed
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17968) Application wizard: take less less screen height
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17968?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17968:
-------------------------------------
Attachment: openshift-wizard-title-area.png
> Application wizard: take less less screen height
> ------------------------------------------------
>
> Key: JBIDE-17968
> URL: https://issues.jboss.org/browse/JBIDE-17968
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Environment: Fedora, 1440x900 resolution screen
> Reporter: Catherine Robson
> Assignee: Andre Dietisheim
> Labels: application_wizard, uxtest
> Fix For: 4.2.0.CR1
>
> Attachments: app-config-wizard-page.png, openshift-wizard-title-area.png, shortened-application-wizard.png, wizard-too-tall.png
>
>
> For users with small screen sizes, the OpenShift create application wizard is very tall and might overflow their screen real-estate. Many of the dialogs in this wizard have lots of wasted space, so we should see if we can reduce the size of these dialogs as much as possible.
> The height of the dialog is ~870px high. The most common resolution people run these days is 1366x768 - meaning we're already too high for people's viewable screen.
> !wizard-too-tall.png!
> ----------------
> Screen by screen analysis
> ----------------
> Sign in dialog - ~550px wasted height: https://www.evernote.com/shard/s230/sh/baf765b4-cee1-470c-88a0-1afd237868...
> Existing or new application dialog - ~145px wasted height: https://www.evernote.com/shard/s230/sh/d76f10b6-fb40-455d-bef6-d1b1ea44b0...
> Name, domain, and embedded cartridges dialog - ~200px wasted height: https://www.evernote.com/shard/s230/sh/04381c6a-e9d7-4c6a-bd47-15b5b83a8e...
> Configure project dialog - ~550px wasted height: https://www.evernote.com/shard/s230/sh/4932fd92-12b3-456f-8f9c-a25548f4f6...
> Clone settings, processing dialog - ~480px wasted height: https://www.evernote.com/shard/s230/sh/0d921581-6d12-4ba0-8c99-dc4c904e90...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months