[JBoss JIRA] (JBIDE-26821) Should remove outdated examples
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-26821?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-26821:
-------------------------------------
Fix Version/s: 4.16.0.Final
(was: 4.16.0.AM1)
> Should remove outdated examples
> -------------------------------
>
> Key: JBIDE-26821
> URL: https://issues.redhat.com/browse/JBIDE-26821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.12.0.Final
> Reporter: André Dietisheim
> Assignee: Zbyněk Červinka
> Priority: Major
> Fix For: 4.16.0.Final
>
>
> Testing all the examples I found many that use completely outdated JDK 1.6 or 1.7, some that use deprecated frameworks (deltaspike, picketlink, etc.), etc.
> * Web Applications
> ** batch-processing: NOK, JDK 1.7
> ** cdi-alternative: OK
> ** cdi-decorator: OK
> ** cdi-interceptors: NOK, xhtml validation warnings
> ** cdi-stereotype: OK
> ** deltaspike-authorization: NOK, JDK 1.6
> ** deltaspike-beanmanagerprovider: NOK, JDK 1.6, xhtml validation warnings, build warnings com.sun:tools.jar
> ** deltaspike-exception-handling: NOK, JDK 1.6, xhtml validation warnings, build warnings com.sun:tools.jar
> ** deltaspike-projectstage: NOK, JDK 1.6, xhtml validation warnings, build error com.sun:tools.jar
> ** ejb-in-war: OK
> ** ejb-security-propagation: NOK, validation warnings, build warnings com.sun:tools.jar
> ** greeter: NOK, xhtml validation errors
> ** helloworld: OK
> ** helloworld-cep: NOK, errors when creating: invalid project description
> ** helloworld-html5: NOK, JDK 1.6
> ** helloworld-rf: NOK, JDK 1.6
> ** inter-app: NOK, EJB validation warnings (EJB module must contain one or more e)
> ** jsonp: NOK, JDK 1.7
> ** kitchensink: OK
> ** kitchensink-angularjs: NOK, JDK 1.6, xhtml validation warnings, build warnings com.sun:tools.jar
> ** kitchensink-angularjs-bootstrap: NOK, JDK 1.6, xhtml validation warnings, build warnings com.sun:tools.jar
> ** kitchensink-angularjs-topcoat: NOK, JDK 1.6, xhtml validation warnings, build warnings com.sun:tools.jar
> ** kitchensink-deltaspike: NOK, JDK 1.6, xhtml validation warnings, build warnings com.sun:tools.jar
> ** kitchensink-ear: OK
> ** kitchensink-html5-mobile: NOK, JDK 1.6, build warnings com.sun:tools.jar
> ** kitchensink-ml: OK
> ** kitchensink-ml-ear: OK
> ** kitchensink-rf: NOK, JDK 1.6, build warnings com.sun:tools.jar
> ** mail: OK
> ** numberguess: OK
> ** payment-cdi-event: OK
> ** picketlink-angularjs-rest: NOK, JDK 1.6, html validation warnings
> (skipping all other picketlink examples, last commit in picketlink was 3y ago)
> ** servlet-async: OK
> ** servlet-filterlistener: OK
> ** servlet-security-genericreader-auth: NOK, maven build error (unresolvable parent pom)
> ** stateful-ksession: NOK, maven build error (unresolvable parent pom)
> ** tasks-jsf: OK
> ** temperature-converter: OK
> ** websocket-hello: OK
> ** xml-dom4j: OK
> ** xml-jaxp: OK
> * Mobile Applications:
> ** contacts-mobile-basic: NOK, JDK 1.6, (x)html validation warnings
> ** kitchesink-cordova: NOK, js & (x)html validation warnings
> ** kitchesink-cordova-contacts: NOK, html validation warnings
> ** push-contacts-mobile: NOK, does not compile
> (missing artifacts ex. com.google.android:android:jar:4.1.1.4, it's also creating a picktelink project)
> ** push-helloworld-android: NOK, JDK 1.6, missing artifacts ex. com.google.android:android:jar:4.1.1.4
> testing stopped here, should test all of them
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-26600) Cannot remove JSF capabilities from JSF project
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-26600?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-26600:
-------------------------------------
Fix Version/s: 4.16.0.Final
(was: 4.16.0.AM1)
> Cannot remove JSF capabilities from JSF project
> -----------------------------------------------
>
> Key: JBIDE-26600
> URL: https://issues.redhat.com/browse/JBIDE-26600
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.11.0.Final
> Environment: Fedora 29, Java 11.0.2
> Reporter: Ondrej Dockal
> Assignee: Jeff MAURY
> Priority: Critical
> Fix For: 4.16.0.Final
>
>
> Removing JSF capabilities introduces Command 'org.jboss.tools.jsf.ui.project.configure.disable' failed error.
> {code}
> eclipse.buildId=12.11.0.GA-v20190321-1925-B4244
> java.version=11.0.2
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/home/odockal/workspace_12110Ga-Staging/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.e4.ui.workbench
> Error
> Wed Mar 27 14:32:09 CET 2019
> Command 'org.jboss.tools.jsf.ui.project.configure.disable' failed
> org.eclipse.core.commands.ExecutionException: Error executing 'org.jboss.tools.jsf.ui.project.configure.disable': java.lang.NullPointerException
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:170)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:497)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:490)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:438)
> at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.handleWidgetSelection(AbstractContributionItem.java:449)
> at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.lambda$2(AbstractContributionItem.java:475)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5783)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1411)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5051)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4579)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:566)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:661)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1476)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1449)
> Caused by: org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:320)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:254)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156)
> ... 33 more
> Caused by: java.lang.NullPointerException
> at org.jboss.tools.jsf.model.handlers.RemoveJSFNatureContribution.execute(RemoveJSFNatureContribution.java:40)
> at org.jboss.tools.common.model.handlers.RemoveModelNatureHandler.executeHandler(RemoveModelNatureHandler.java:99)
> at org.jboss.tools.common.meta.action.impl.XActionImpl.executeHandler(XActionImpl.java:65)
> at org.jboss.tools.common.model.ui.action.XModelObjectAction.actionPerformed(XModelObjectAction.java:96)
> at org.jboss.tools.common.model.ui.action.XModelObjectActionInvoker.execute(XModelObjectActionInvoker.java:36)
> at org.jboss.tools.common.meta.action.XActionInvoker.invoke(XActionInvoker.java:53)
> at org.jboss.tools.common.meta.action.XActionInvoker.invoke(XActionInvoker.java:40)
> at org.jboss.tools.common.model.ui.internal.handlers.ModelResourceHandler.doRun(ModelResourceHandler.java:94)
> at org.jboss.tools.common.model.ui.internal.handlers.ModelResourceHandler.execute(ModelResourceHandler.java:74)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:96)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
> ... 37 more
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27002) Quarkus Wizard: Extension selection scrolling is buggy
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-27002?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-27002:
-------------------------------------
Fix Version/s: 4.16.0.Final
(was: 4.16.0.AM1)
> Quarkus Wizard: Extension selection scrolling is buggy
> ------------------------------------------------------
>
> Key: JBIDE-27002
> URL: https://issues.redhat.com/browse/JBIDE-27002
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.14.0.AM1
> Reporter: Josef Kopriva
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.16.0.Final
>
> Attachments: image-2020-01-15-14-52-13-604.png, image-2020-01-15-14-56-59-329.png
>
>
> This is follow up of JBIDE-26985:
> * Scrolling does not work, when you resize the window:
> !image-2020-01-15-14-52-13-604.png|thumbnail!
> * On Mac(and probably other systems) there are some non working scrollbars:
> !image-2020-01-15-14-56-59-329.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-26947) CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-26947?page=com.atlassian.jira.plug... ]
Stephane Bouchet updated JBIDE-26947:
-------------------------------------
Fix Version/s: 4.16.0.Final
(was: 4.16.0.AM1)
> CDI Web Project created with CDI 1.2 settings shows version 1.1 in the beans.xml
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26947
> URL: https://issues.redhat.com/browse/JBIDE-26947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions
> Affects Versions: 4.13.0.Final
> Environment: OS X
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.16.0.Final
>
> Attachments: Project Facets with CDI 1.2 settings.png, beans.xml-gui.png, beans.xml-source.png
>
>
> When you create new CDI Web Project and during the process of project creation you set CDI 1.2 (in the Project Facets window), you will get a project with CDI 1.1 set in the beans.xml.
> h3. See the Project Facets with the CDI 1.2 settings (window accessible during creating new CDI Web Project):
> * !Project Facets with CDI 1.2 settings.png|thumbnail!
> h3. See the beans.xml with the CDI 1.1 settings:
> * beans.xml GUI:
> * !beans.xml-gui.png|thumbnail!
> * beans.xml text source code:
> * !beans.xml-source.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months