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>) escribió:
>
>> 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,
>> ignoring...
>>
>> Anyone experienced this before? Any Tips?
>>
>> Thanks
>>
>


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 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,
> ignoring...
>
> Anyone experienced this before? Any Tips?
>
> Thanks
>


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: java.lang.ClassNotFoundException:
com.sun.java.help.search.Indexer
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

My application is a modules suite and non commercial.
I know that JavaHelp is not part of Apache NetBeans but what would be the
best strategy to solve that issue

Thank you in advance for any advice on this issue
Best regards,
Jean-Claude


-- 
Jean-Claude Dauphin

jc.daup...@gmail.com

https://github.com/J-ISIS

http://www.greenstone.org


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,
ignoring...

Anyone experienced this before? Any Tips?

Thanks


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 appears that all of the log messages from Payara that are displayed 
in the NB console have |#] at the end and all of our application log messages 
come out empty with just |#] on the line.  If I switch to the slf4j-jdk14 
logging implementation I at least get my log messages (without the logback 
formatting we've come to expect), but no level information whatsoever and all 
the lines *still* have the |#] at the end.

Since 11.3 just came out I was eager to test it out but alas the problem 
persists.  I previously found a bug filed by someone else (NETBEANS-3042) and I 
added some comments a while back and just this morning.

We see this problem on Linux and Windows, JDK version doesn't seem to matter 
(8, 11,13),  Payara version doesn't seem to matter (tried everything from 5.183 
on up to latest 5.201). 

I futzed around with the Payara logging settings yesterday like changing the 
formats, multi-line output on/off, etc and could only break things further, not 
improve the situation.

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 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 leader*
>
> earmel...@atklab.com
> 
>
> < un brand di Ateikon Internet & Multimedia />
> --
>
> via Benedetto Marcello 18 - 31100 Treviso (TV) | tel. 0422 45.21.01 |
> i...@atklab.com - atklab.com
>
> Le informazioni trasmesse sono destinate esclusivamente alla persona o
> alla società in indirizzo e sono da intendersi confidenziali e riservate.
> Ogni trasmissione, inoltro, diffusione o altro uso di queste informazioni a
> persone o società differenti dal destinatario è proibita. Se ricevete
> questa comunicazione per errore, contattate il mittente e cancellate le
> informazioni da ogni computer.
> Il 11 mar 2020, 11:24 +0100, Bradley Willcott ,
> ha scritto:
>
> 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 displays the normal run of
> information, then when it reaches: ". . .Catalina.start Server startup .
> . .", it stops, then after a delay, pops up a message saying that Apache
> Tomcat failed to start.  Obviously NB is not communicating with Tomcat.
>
> I have compared all the configuration files between v9.0.27 and v9.0.31
> and could find nothing of consequence.
>
> Any ideas before I dump 31?
>
> Thanks,
>
> Brad.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


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 leader

earmel...@atklab.com
< un brand di Ateikon Internet & Multimedia />
via Benedetto Marcello 18 - 31100 Treviso (TV) | tel. 0422 45.21.01 | 
i...@atklab.com - atklab.com
Le informazioni trasmesse sono destinate esclusivamente alla persona o alla 
società in indirizzo e sono da intendersi confidenziali e riservate. Ogni 
trasmissione, inoltro, diffusione o altro uso di queste informazioni a persone 
o società differenti dal destinatario è proibita. Se ricevete questa 
comunicazione per errore, contattate il mittente e cancellate le informazioni 
da ogni computer.
Il 11 mar 2020, 11:24 +0100, Bradley Willcott , ha 
scritto:
> 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 displays the normal run of
> information, then when it reaches: ". . .Catalina.start Server startup .
> . .", it stops, then after a delay, pops up a message saying that Apache
> Tomcat failed to start.  Obviously NB is not communicating with Tomcat.
>
> I have compared all the configuration files between v9.0.27 and v9.0.31
> and could find nothing of consequence.
>
> Any ideas before I dump 31?
>
> Thanks,
>
> Brad.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>


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 displays the normal run of 
information, then when it reaches: ". . .Catalina.start Server startup . 
. .", it stops, then after a delay, pops up a message saying that Apache 
Tomcat failed to start.  Obviously NB is not communicating with Tomcat.


I have compared all the configuration files between v9.0.27 and v9.0.31 
and could find nothing of consequence.


Any ideas before I dump 31?

Thanks,

Brad.


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

Are there any intention to correct this?


--
Cumprimentos,
João Rebelo

[cid:image001.jpg@01D5F787.B3FE49D0]

PCHouse - Reflexão, Estudos e Sistemas Informáticos, Lda
Rua Heróis de Quionga, 64-C * 1170-180 LISBOA
Telf. +351-218162999 +351-218144944
e-mail: joao.reb...@pchouse.pt * url: 
http://www.pchouse.pt




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 features are supported, or only a few and
> we're not saying which, or ???
>
>And if FX is not supported in this packaging tool, where would people
> suggest going for a (low budged!) packaging tool that does support FX?
>
>Thanks again to all those who have worked so hard and so well on the
> new Netbeans!
>
>-- Chris
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>