[JBoss JIRA] (JBIDE-18073) Error when triggering content assist on Ticket Monster JPA entity
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18073?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-18073:
---------------------------------------
[~jpeterka],
I can't reproduce it either with JBDS 8.0.0.CR1.
> Error when triggering content assist on Ticket Monster JPA entity
> -----------------------------------------------------------------
>
> Key: JBIDE-18073
> URL: https://issues.jboss.org/browse/JBIDE-18073
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.0.Beta3
> Reporter: Xavier Coulon
> Assignee: Koen Aers
> Fix For: 4.2.0.CR1
>
>
> The following error occurs when triggering content assist on a JPA annotation attribute of _any_ Entity in the project (after following instructions on http://www.jboss.org/ticket-monster/datapersistence/)
> {code}
> Java Model Exception: Java Model Status [/Users/xcoulon/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar is not on its project's build path]
> at org.eclipse.jdt.internal.core.PackageFragmentRoot.getRawClasspathEntry(PackageFragmentRoot.java:562)
> at org.eclipse.jdt.internal.core.JavaElement.getJavadocBaseLocation(JavaElement.java:714)
> at org.eclipse.jdt.internal.core.BinaryType.getJavadocContents(BinaryType.java:1011)
> at org.eclipse.jdt.internal.core.BinaryField.getAttachedJavadoc(BinaryField.java:121)
> at org.eclipse.jdt.internal.core.ResolvedBinaryField.getAttachedJavadoc(ResolvedBinaryField.java:1)
> at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:500)
> at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.getHoverInfo(JavadocHover.java:689)
> at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.internalGetHoverInfo(JavadocHover.java:607)
> at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.getHoverInfo2(JavadocHover.java:599)
> at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo2(BestMatchHover.java:163)
> at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo2(BestMatchHover.java:129)
> at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy.getHoverInfo2(JavaEditorTextHoverProxy.java:85)
> at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:166)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18128) Jboss Eclipse Luna plugin doesn't deploy all .class
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18128?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-18128:
-------------------------------------
After successfully importing the project, I get the following screenshot: https://www.dropbox.com/s/7opb0qywtkionjy/Screenshot%202014-09-03%2016.26...
Also, the project has 0 java or class files. The project is not a wtp-project (faceted project, dynamic web project, ejb project, utility project, etc), and cannot be deployed to any server adapter. I'm really not sure how this project is meant to demonstrate that .class files cannot be deployed to a server?
> Jboss Eclipse Luna plugin doesn't deploy all .class
> ---------------------------------------------------
>
> Key: JBIDE-18128
> URL: https://issues.jboss.org/browse/JBIDE-18128
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta3
> Reporter: fede pia
> Assignee: Rob Stryker
> Priority: Blocker
> Attachments: jboss-test.zip
>
>
> The problem I'm facing is that when I run/debug my aplication from Server view in Eclipse the jboss plugin doesn't deploy all the .class files, thus I get ClassNotFoundException.
> I've tried cleaning the project, cleaning jboss, remove temporaries but nothing works. The not found classes are random.
> For Eclipse 4.3 everything works fine, although this issue usually happens but I can solve it with a Project -> Clean
> As a context, I've installed Eclipse Luna (also tried STS 3.6) and added Jboss Tools plugin 4.2.0 Beta 3 (I've installed only Jboss AS component). The jboss servers I tested were JBoss 7.1 and Wildfly 8.1.
> I also tried building the war outside Eclipse and deployed manually to JBoss and everything works fine.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18237) NPE when editing HTML page in VPE
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18237?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-18237:
------------------------------------------------
I try to reproduce it. I can see this error sometimes, but have no direct steps for reproducing(typing within body in your example doesn't give this error). From stacktrace I can see that controller is not initialized(it created when Editor is loaded, so there must be no such problem). That sucks :(
> NPE when editing HTML page in VPE
> ---------------------------------
>
> Key: JBIDE-18237
> URL: https://issues.jboss.org/browse/JBIDE-18237
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.CR1
> Environment: JBDS 8.0.0.CR1-v20140831-0335-B201, Linux, KDE Java Oracle 1.8
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
>
> Getting this NPE when typing character in source part of VPE. Not reproducible with each HTML page. Will try to get more info:
> {noformat}
> !ENTRY org.eclipse.wst.sse.core 4 4 2014-09-02 17:50:44.839
> !MESSAGE
> !STACK 0
> java.lang.NullPointerException
> at org.jboss.tools.vpe.preview.editor.VpvEditor$10.documentChanged(VpvEditor.java:726)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument._fireDocumentChanged(BasicStructuredDocument.java:460)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.fireStructuredDocumentEvent(BasicStructuredDocument.java:1184)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.internalReplaceText(BasicStructuredDocument.java:1964)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2423)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2408)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$2(JobSafeStructuredDocument.java:1)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$3.run(JobSafeStructuredDocument.java:141)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replaceText(JobSafeStructuredDocument.java:144)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replace(BasicStructuredDocument.java:2368)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$0(JobSafeStructuredDocument.java:1)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$1.run(JobSafeStructuredDocument.java:103)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replace(JobSafeStructuredDocument.java:106)
> at org.eclipse.jface.text.projection.ProjectionTextStore.replace(ProjectionTextStore.java:111)
> at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1184)
> at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1210)
> at org.eclipse.jface.text.projection.ProjectionDocument.replace(ProjectionDocument.java:629)
> at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:248)
> at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:7268)
> at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:8111)
> at org.eclipse.swt.custom.StyledText.doDelete(StyledText.java:2544)
> at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:7061)
> at org.eclipse.jface.text.source.projection.ProjectionViewer.doOperation(ProjectionViewer.java:1470)
> at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.doOperation(StructuredTextViewer.java:644)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPTextEditor$JSPStructuredTextViewer.doOperation(JSPTextEditor.java:663)
> at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:128)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:126)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:122)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
> at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286)
> at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507)
> at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558)
> at org.eclipse.e4.ui.bindings.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:72)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4486)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1397)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1424)
> at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:824)
> at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3269)
> at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:777)
> at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2098)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:5510)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4700)
> at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
> at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9074)
> at org.eclipse.swt.widgets.Display.eventProc(Display.java:1253)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3439)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:236)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18249) Missing icon for AngularJS on Central
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-18249:
--------------------------------------
Summary: Missing icon for AngularJS on Central
Key: JBIDE-18249
URL: https://issues.jboss.org/browse/JBIDE-18249
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: discovery
Affects Versions: 4.2.0.CR1
Reporter: Mickael Istria
Assignee: Denis Golovin
Fix For: 4.2.0.CR1
AngulaJS connector on Central is missing its icon.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18247) Eclipse is blocked for several minutes on startup when HTTP/80 is firewalled
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18247?page=com.atlassian.jira.plugi... ]
Pavol Srna commented on JBIDE-18247:
------------------------------------
Cool. Thanks.
> Eclipse is blocked for several minutes on startup when HTTP/80 is firewalled
> ----------------------------------------------------------------------------
>
> Key: JBIDE-18247
> URL: https://issues.jboss.org/browse/JBIDE-18247
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.0.CR1
> Reporter: Pavol Srna
> Assignee: Mickael Istria
> Labels: respin-a
> Fix For: 4.2.0.CR1
>
> Attachments: eclipse-firewalled-jstack.txt
>
>
> Imagine a situation where you are behind firewall which blocks HTTP/80.
> You unpack fresh eclipse and install jbosstools. After installation you are prompted to restart eclipse. But eclipse is blocked at startup for several minutes - there is blocking central thread which cannot access web because of firewall.
> If you don't forget to setup proxy in eclipse you won't experience this. But otherwise you will be stucked on eclipse startup. And that is bad user experience.
> I would suggest to fix it so, that eclipse can at least start - just central content is not loaded when http is blocked.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18227) JS console.debug() displays message to console with LOG prefix
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18227?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-18227:
-------------------------------------------
Assignee: Ilya Buziuk
> JS console.debug() displays message to console with LOG prefix
> --------------------------------------------------------------
>
> Key: JBIDE-18227
> URL: https://issues.jboss.org/browse/JBIDE-18227
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.CR1
> Environment: JBDS 8.0.0.CR1-v20140831-0335-B201
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Minor
> Fix For: 4.2.0.CR2
>
>
> JavaScript command console.debug("debug message") invoked within page opened in Browsersim is displaying this string to Eclipse console:
> {noformat}
> !JavaScript LOG: debug message
> {noformat}
> It should display this message maybe also with different color then log message is displayed:
> {noformat}
> !JavaScript DEBUG: debug message
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18227) JS console.debug() displays message to console with LOG prefix
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18227?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-18227:
------------------------------------------------
Console.debug was not implemented at all. When Ilya will come back from vacation he will tell more.
> JS console.debug() displays message to console with LOG prefix
> --------------------------------------------------------------
>
> Key: JBIDE-18227
> URL: https://issues.jboss.org/browse/JBIDE-18227
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.CR1
> Environment: JBDS 8.0.0.CR1-v20140831-0335-B201
> Reporter: Vlado Pakan
> Priority: Minor
> Fix For: 4.2.0.CR2
>
>
> JavaScript command console.debug("debug message") invoked within page opened in Browsersim is displaying this string to Eclipse console:
> {noformat}
> !JavaScript LOG: debug message
> {noformat}
> It should display this message maybe also with different color then log message is displayed:
> {noformat}
> !JavaScript DEBUG: debug message
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months