[JBoss JIRA] (JBIDE-16856) UI Freeze at startup (wakes up later)
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16856?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-16856:
--------------------------------
Fix Version/s: 4.2.0.Beta1
(was: 4.2.0.Beta2)
> UI Freeze at startup (wakes up later)
> -------------------------------------
>
> Key: JBIDE-16856
> URL: https://issues.jboss.org/browse/JBIDE-16856
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.0.Beta1
> Reporter: Mickael Istria
> Assignee: Fred Bricon
> Priority: Critical
> Labels: respin-a
> Fix For: 4.2.0.Beta1
>
> Attachments: eclipse.jstack
>
>
> On Ubuntu 12.04 x86, I used Eclipse Luna M6 JEE package, installed JBoss Tools "Abbriged" category. Next startup has UI thread frozen for several minutes.
> It looks like a long operation is running in UI Thread instead of being in a job.
> I've put this in Central component, but I don't know what component is actually responsible of this latency.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16866) Publishing on AS7/wf servers too slow, does not need to mess with deployment scanners
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16866?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-16866:
-------------------------------------
Patch fixes sluggish publishing. Gogogo
> Publishing on AS7/wf servers too slow, does not need to mess with deployment scanners
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-16866
> URL: https://issues.jboss.org/browse/JBIDE-16866
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Labels: respin-a
> Fix For: 4.2.0.Beta1
>
>
> Publishing a single file on WF8 takes at least 2 to 3 seconds before LiveReload refreshes the browser (I experienced worse turnarounds during EclipseCon demos):
> http://screencast.com/t/kQj2kXev3Gyf
> If you manually modify the file in the deployment directory on the server, changes are picked much faster (< 1sec), so it means the whole publishing part within eclipse takes a tremendous amount of time.
> Every time a file is saved in the workspace, the following line shows up in the server log :
> {quote}
> INFO [org.jboss.as.server.deployment.scanner] (management-handler-thread - 12) JBAS015012: Started FileSystemDeploymentService for directory D:\Dev\servers\wildfly-8.0.0.Final\standalone\deployments
> {quote}
> This service invocation (which takes at least 1 sec to show up in the log) should be invoked only once, during server startup, instead of every time a file is published
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16866) Publishing on AS7/wf servers too slow, does not need to mess with deployment scanners
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16866?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-16866:
--------------------------------
Labels: respin-a (was: )
> Publishing on AS7/wf servers too slow, does not need to mess with deployment scanners
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-16866
> URL: https://issues.jboss.org/browse/JBIDE-16866
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Labels: respin-a
> Fix For: 4.2.0.Beta2
>
>
> Publishing a single file on WF8 takes at least 2 to 3 seconds before LiveReload refreshes the browser (I experienced worse turnarounds during EclipseCon demos):
> http://screencast.com/t/kQj2kXev3Gyf
> If you manually modify the file in the deployment directory on the server, changes are picked much faster (< 1sec), so it means the whole publishing part within eclipse takes a tremendous amount of time.
> Every time a file is saved in the workspace, the following line shows up in the server log :
> {quote}
> INFO [org.jboss.as.server.deployment.scanner] (management-handler-thread - 12) JBAS015012: Started FileSystemDeploymentService for directory D:\Dev\servers\wildfly-8.0.0.Final\standalone\deployments
> {quote}
> This service invocation (which takes at least 1 sec to show up in the log) should be invoked only once, during server startup, instead of every time a file is published
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16866) Publishing on AS7/wf servers too slow, does not need to mess with deployment scanners
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16866?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-16866:
--------------------------------
Fix Version/s: 4.2.0.Beta1
(was: 4.2.0.Beta2)
> Publishing on AS7/wf servers too slow, does not need to mess with deployment scanners
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-16866
> URL: https://issues.jboss.org/browse/JBIDE-16866
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Labels: respin-a
> Fix For: 4.2.0.Beta1
>
>
> Publishing a single file on WF8 takes at least 2 to 3 seconds before LiveReload refreshes the browser (I experienced worse turnarounds during EclipseCon demos):
> http://screencast.com/t/kQj2kXev3Gyf
> If you manually modify the file in the deployment directory on the server, changes are picked much faster (< 1sec), so it means the whole publishing part within eclipse takes a tremendous amount of time.
> Every time a file is saved in the workspace, the following line shows up in the server log :
> {quote}
> INFO [org.jboss.as.server.deployment.scanner] (management-handler-thread - 12) JBAS015012: Started FileSystemDeploymentService for directory D:\Dev\servers\wildfly-8.0.0.Final\standalone\deployments
> {quote}
> This service invocation (which takes at least 1 sec to show up in the log) should be invoked only once, during server startup, instead of every time a file is published
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16939) OpenShift application creation should not lock the UI while waiting for DNS to propagate
by Lincoln Baxter III (JIRA)
Lincoln Baxter III created JBIDE-16939:
------------------------------------------
Summary: OpenShift application creation should not lock the UI while waiting for DNS to propagate
Key: JBIDE-16939
URL: https://issues.jboss.org/browse/JBIDE-16939
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Reporter: Lincoln Baxter III
After completing the OpenShift -> New Application wizard, the UI locks while Eclipse waits for the OpenShift operation to continue. Many OpenShift operations (including application creation) can take quite a while, and it should be able to be moved to the background, allowing the user to continue working while waiting.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16939) OpenShift application creation should not lock the UI while waiting for DNS to propagate
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16939?page=com.atlassian.jira.plugi... ]
Lincoln Baxter III updated JBIDE-16939:
---------------------------------------
Description: After completing the OpenShift -> New Application wizard, the UI locks while Eclipse waits for the OpenShift operation to complete. Many OpenShift operations (including application creation) can take quite a while, and it should be able to be moved to the background, allowing the user to continue working while waiting. (was: After completing the OpenShift -> New Application wizard, the UI locks while Eclipse waits for the OpenShift operation to continue. Many OpenShift operations (including application creation) can take quite a while, and it should be able to be moved to the background, allowing the user to continue working while waiting.)
> OpenShift application creation should not lock the UI while waiting for DNS to propagate
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-16939
> URL: https://issues.jboss.org/browse/JBIDE-16939
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Reporter: Lincoln Baxter III
>
> After completing the OpenShift -> New Application wizard, the UI locks while Eclipse waits for the OpenShift operation to complete. Many OpenShift operations (including application creation) can take quite a while, and it should be able to be moved to the background, allowing the user to continue working while waiting.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16938) Source code formatting is not working
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16938?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-16938:
--------------------------------------
Assignee: Konstantin Marmalyukov (was: Alexey Kazakov)
> Source code formatting is not working
> -------------------------------------
>
> Key: JBIDE-16938
> URL: https://issues.jboss.org/browse/JBIDE-16938
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.2.0.Beta2
>
>
> 1. Create HTML page with this content
> {code}
> <!DOCTYPE html>
> <html ng-app="dsd">
> <body>
> textbody
> <h1>texth1</h1>
> </body>
> </html>
> {code}
> 0. Double click on "texth1"
> ASSERT: Formatting buttons are enabled
> 1. Click within text "textbody"
> ERROR: Formatting toolbar buttons are disabled
> 2. Click within text "texth1"
> 3. Click button Italic
> ASSERT: "texth1" is surrounded by <i> tags
> 4. Repeat step 2. and click on button bold
> ERROR: "texth1" is not surrounded by <b> tags. Text <b></b> is added after "texth1"
> 5. Double click on "texth1"
> ERROR: Formatting buttons are disabled
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16938) Source code formatting is not working
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16938?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-16938:
----------------------------------------
This bar managed by the visual part of the editor. Not the source one. Moving to vpe component.
> Source code formatting is not working
> -------------------------------------
>
> Key: JBIDE-16938
> URL: https://issues.jboss.org/browse/JBIDE-16938
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
> Reporter: Vlado Pakan
> Priority: Minor
> Fix For: 4.2.0.Beta2
>
>
> 1. Create HTML page with this content
> {code}
> <!DOCTYPE html>
> <html ng-app="dsd">
> <body>
> textbody
> <h1>texth1</h1>
> </body>
> </html>
> {code}
> 0. Double click on "texth1"
> ASSERT: Formatting buttons are enabled
> 1. Click within text "textbody"
> ERROR: Formatting toolbar buttons are disabled
> 2. Click within text "texth1"
> 3. Click button Italic
> ASSERT: "texth1" is surrounded by <i> tags
> 4. Repeat step 2. and click on button bold
> ERROR: "texth1" is not surrounded by <b> tags. Text <b></b> is added after "texth1"
> 5. Double click on "texth1"
> ERROR: Formatting buttons are disabled
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16938) Source code formatting is not working
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16938?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-16938:
--------------------------------------
Assignee: Alexey Kazakov
> Source code formatting is not working
> -------------------------------------
>
> Key: JBIDE-16938
> URL: https://issues.jboss.org/browse/JBIDE-16938
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
> Reporter: Vlado Pakan
> Assignee: Alexey Kazakov
> Priority: Minor
> Fix For: 4.2.0.Beta2
>
>
> 1. Create HTML page with this content
> {code}
> <!DOCTYPE html>
> <html ng-app="dsd">
> <body>
> textbody
> <h1>texth1</h1>
> </body>
> </html>
> {code}
> 0. Double click on "texth1"
> ASSERT: Formatting buttons are enabled
> 1. Click within text "textbody"
> ERROR: Formatting toolbar buttons are disabled
> 2. Click within text "texth1"
> 3. Click button Italic
> ASSERT: "texth1" is surrounded by <i> tags
> 4. Repeat step 2. and click on button bold
> ERROR: "texth1" is not surrounded by <b> tags. Text <b></b> is added after "texth1"
> 5. Double click on "texth1"
> ERROR: Formatting buttons are disabled
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (JBIDE-16938) Source code formatting is not working
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16938?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16938:
-----------------------------------
Component/s: visual-page-editor-core
(was: jsp/jsf/xml/html source editing)
> Source code formatting is not working
> -------------------------------------
>
> Key: JBIDE-16938
> URL: https://issues.jboss.org/browse/JBIDE-16938
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
> Reporter: Vlado Pakan
> Priority: Minor
> Fix For: 4.2.0.Beta2
>
>
> 1. Create HTML page with this content
> {code}
> <!DOCTYPE html>
> <html ng-app="dsd">
> <body>
> textbody
> <h1>texth1</h1>
> </body>
> </html>
> {code}
> 0. Double click on "texth1"
> ASSERT: Formatting buttons are enabled
> 1. Click within text "textbody"
> ERROR: Formatting toolbar buttons are disabled
> 2. Click within text "texth1"
> 3. Click button Italic
> ASSERT: "texth1" is surrounded by <i> tags
> 4. Repeat step 2. and click on button bold
> ERROR: "texth1" is not surrounded by <b> tags. Text <b></b> is added after "texth1"
> 5. Double click on "texth1"
> ERROR: Formatting buttons are disabled
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years