Re: Wildfly in NetBeans 11.3

2020-03-11 Thread Miguel Cardoso Martins
Thanks Jose for the info. Greetings Am Mi., 11. März 2020 um 19:50 Uhr schrieb Jose Ch : > I think this PR fix it. > > https://github.com/apache/netbeans/pull/2000 > > Regards. > Jose Contreras > > El mié., 11 mar. 2020 a las 10:06, Miguel Cardoso Martins (< > miguelcardosomart...@gmail.com>)

Re: Wildfly in NetBeans 11.3

2020-03-11 Thread Jose Ch
I think this PR fix it. https://github.com/apache/netbeans/pull/2000 Regards. Jose Contreras El mié., 11 mar. 2020 a las 10:06, Miguel Cardoso Martins (< miguelcardosomart...@gmail.com>) escribió: > Hello all > > I downloaded the wildfly plugin but after installing and restarting the > plugin

Best strategy to solve JavaHelp issue

2020-03-11 Thread Jean-Claude Dauphin
Hello, I have tried to build my application with Apache NetBeans 11.3 but got an error about JavaHelp. An annotation processor threw an uncaught exception. Consult the following stack trace for details. java.lang.NoClassDefFoundError: com/sun/java/help/search/Indexer ... Caused by:

Wildfly in NetBeans 11.3

2020-03-11 Thread Miguel Cardoso Martins
Hello all I downloaded the wildfly plugin but after installing and restarting the plugin is still not installed. Looking at the IDE logs I found the line INFO [org.netbeans.core.startup.NbEvents]: Warning: the module //modules/org-netbeans-modules-javaee-wildfly.jar could not be found,

Payara Logging issue

2020-03-11 Thread Stutzman, David K CTR USARMY CCDC C5ISR (USA)
Was wondering if someone could point me in the right direction with an issue we've been seeing. Ever since 11.0 came out the console logging for the Payara Server seems to be getting parsed incorrectly. We've been using SLF4J/Logback and <=NB 10.0 this has worked great. Once 11.0 came out it

Re: Apache Tomcat 9.0.31

2020-03-11 Thread Geertjan Wielenga
Probably this and it's been fixed: https://issues.apache.org/jira/browse/NETBEANS-3903 https://github.com/apache/netbeans/pull/1981 Gj On Wed, Mar 11, 2020 at 11:31 AM Emiliano Armellin wrote: > Hello, > > I have a similar problem with NB 11.3 and jdk 13 and Tomcat 8 latest > version (while

Re: Apache Tomcat 9.0.31

2020-03-11 Thread Emiliano Armellin
Hello, I have a similar problem with NB 11.3 and jdk 13 and Tomcat 8 latest version (while it works with previous versions of Tomcat eg. 8.0.21) Also Netbeans says that tomcat has not started but it’s not true, it responds perfectly to the browser at localhost… Emiliano Armellin technical

Apache Tomcat 9.0.31

2020-03-11 Thread Bradley Willcott
I have been using Tomcat 9.0.27 without problems for sometime. Since I have now upgraded to NB 11.3 and JDK 14, I thought I might as well upgrade Tomcat.  However, it has not been totally plug and play. Q: How does NB communicate with Tomcat? When I start Tomcat from the Services tab, it

Netbeans PHP type hint

2020-03-11 Thread Joao Rebelo
HI, The Netbeans PHP 7 does not show error when a wrong type is passed to a typed function argument, like this: Class Foo{ Public function baz(int $int) : int { } } $foo = new Foo(); $foo->baz("some string"); <-- should show error but not

Re: 11.3 - Can't use "Package As" with Ant project any more

2020-03-11 Thread Geertjan Wielenga
Give it a try, see if it meets your needs. Gj On Tue, 10 Mar 2020 at 23:05, Chris Olsen wrote: > Hello, All -- > >Regarding the Java 14 packaging tool, I see a phrase something like > "FX-specific" things will not be supported. I am not sure what this > means. Does it mean that no FX