[JBoss JIRA] (JBIDE-16938) Source code formatting is not working
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16938?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-16938:
-------------------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.0.Beta3)
> 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.CR1
>
>
> 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 was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17733) Remove EGit from Central Discovery
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-17733:
--------------------------------------
Summary: Remove EGit from Central Discovery
Key: JBIDE-17733
URL: https://issues.jboss.org/browse/JBIDE-17733
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: discovery
Affects Versions: 4.2.0.Beta2
Reporter: Mickael Istria
Egit is already included in all Eclipse packages we target (JEE, Standard, PDE, if not all) and is included in JBDS product definition. It is also a dependency of OpenShift tooling so that anything that has OpenShift tools installed is guaranteed to have EGit installed.
So we should remove EGit from our Central discovery catalogs.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17700) Cannot deploy jsf war with eclipse luna and jboss 7.1.x
by Oliver Pfau (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17700?page=com.atlassian.jira.plugi... ]
Oliver Pfau commented on JBIDE-17700:
-------------------------------------
Don't know if this related but sometimes when the auto publish is done it hangs. The eclipse background task "Publishing to JBoss AS 7.1... Compressing xyz.war" stops at 0% as modal dialog in eclipse. I have to kill eclipse the cancel request in the dialog does not stop it.
> Cannot deploy jsf war with eclipse luna and jboss 7.1.x
> -------------------------------------------------------
>
> Key: JBIDE-17700
> URL: https://issues.jboss.org/browse/JBIDE-17700
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Environment: Win 7, Eclilpse Luna, JBoss Tools (via market place)
> Reporter: Oliver Pfau
> Priority: Critical
>
> When I publish my war to jboss 7.1 the following error occurs:
> An internal error occurred during: "Publishing to JBoss AS 7.1...".
> Could not initialize class de.schlichtherle.io.ArchiveControllers
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17658) NPE in jax-rs as-you-type validation
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17658?page=com.atlassian.jira.plugi... ]
Xavier Coulon resolved JBIDE-17658.
-----------------------------------
Fix Version/s: 4.2.0.Beta3
Resolution: Duplicate Issue
This looks like a duplicate of JBIDE-17578 which was fixed last week. Please, [~akazakov], let me know if the problem still occurs.
> NPE in jax-rs as-you-type validation
> ------------------------------------
>
> Key: JBIDE-17658
> URL: https://issues.jboss.org/browse/JBIDE-17658
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Alexey Kazakov
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta3
>
>
> I have a bunch of projects in my workspace and recently I noticed that there is a lot of the following exceptions in the log:
> {code}org.jboss.tools.common.validation.JBTValidationException
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:188)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:205)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:200)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:254)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
> at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
> at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
> at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
> at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:691)
> Caused by: java.lang.NullPointerException
> at org.jboss.tools.ws.jaxrs.ui.internal.validation.JaxrsMetamodelValidator.validate(JaxrsMetamodelValidator.java:426)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:183)
> ... 10 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17724) Changes cause full redeployment of exploded WAR
by Marcel Neuwohner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17724?page=com.atlassian.jira.plugi... ]
Marcel Neuwohner commented on JBIDE-17724:
------------------------------------------
Wildfly Server Adapter is broken in the same way, total blocker for Luna migration for our dev team
> Changes cause full redeployment of exploded WAR
> -----------------------------------------------
>
> Key: JBIDE-17724
> URL: https://issues.jboss.org/browse/JBIDE-17724
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta2
> Environment: Windows 8.1 x64
> Java 7u51 x64
> Luna x64
> Reporter: Cody Lerum
>
> After moving to Luna from Kepler any changes to java or jsf resources are causing a full redeployment of the exploded war to JBoss 7.1.3.Final
> This prevents any updating of JSF resources or debugging java code.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17577) Wrong layout of Back and Forward buttons with GTK 3 and Java 8
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17577?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov reassigned JBIDE-17577:
----------------------------------------------
Assignee: Konstantin Marmalyukov
> Wrong layout of Back and Forward buttons with GTK 3 and Java 8
> --------------------------------------------------------------
>
> Key: JBIDE-17577
> URL: https://issues.jboss.org/browse/JBIDE-17577
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0 Beta2-v20140608-1040-B121
> Oracle JDK 1.8.0_05
> Fedora 20 64bit Gnome
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.2.0.CR1
>
> Attachments: browsersimlayout.png
>
>
> 1. Select GTK3 in Windows > Preferences > BrowserSim/CordovaSim
> 2. Open BrowserSIm
> 3. Navigate BrowserSim to www.google.com
> ERROR: Once web page is fully loaded Back button has wrong layout and Forward buttons disappears
> !browsersimlayout.png!
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17577) Wrong layout of Back and Forward buttons with GTK 3 and Java 8
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17577?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-17577:
-------------------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.0.Beta3)
> Wrong layout of Back and Forward buttons with GTK 3 and Java 8
> --------------------------------------------------------------
>
> Key: JBIDE-17577
> URL: https://issues.jboss.org/browse/JBIDE-17577
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0 Beta2-v20140608-1040-B121
> Oracle JDK 1.8.0_05
> Fedora 20 64bit Gnome
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.2.0.CR1
>
> Attachments: browsersimlayout.png
>
>
> 1. Select GTK3 in Windows > Preferences > BrowserSim/CordovaSim
> 2. Open BrowserSIm
> 3. Navigate BrowserSim to www.google.com
> ERROR: Once web page is fully loaded Back button has wrong layout and Forward buttons disappears
> !browsersimlayout.png!
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months