Netbeans, JSF and Entity classes from database

2020-06-23 Thread Charles Johnson
I departed from usual suspicion of using IDEs to generate stuff for me automatically and went for the above. That worked out OK, although the 'black-boxishness' of it makes extending the (admittedly quite full-featured) result tricky. One thing that is currently exercising me is to treat the en

How to block a global shortcut action on a TopComponent ?

2020-06-23 Thread Jerome Lelasseux
In my NB application I have always enabled actions for which a global shortcut is defined using annotations such as @ActionReference(path = "Shortcuts", name = "SPACE"). It works fine. I'd like these global shortcuts to NOT work when a specific TopComponent is active. Is there a way to do it in

RE: NetBeans 12 Distribution URL Certificate

2020-06-23 Thread Jordan Conner
Thank you very much for the info. You made me realize that I can change the jdk version NetBeans runs on, without having to change my local jdk, or the jdk I build projects with. I downloaded jdk-14 and pointed “netbeans_jdkhome” in netbeans.conf to this jdk-14 distro and now checking for pl

Re: NetBeans 12 Distribution URL Certificate

2020-06-23 Thread Fred Welland
It's funny and a round about way on how I got to NB12 and JDK14. My remote situation is just easier if I RDC -- so my fedora workstation runs XRDP. To conserve bandwidth I generally run my rdc client (remmina on F31 laptop) in 16 bit color depth. Many/Most Java/Swing like programs; including

RE: NetBeans 12 Distribution URL Certificate

2020-06-23 Thread Jordan Conner
Thank you for the reply. I am not behind any http proxies. Interesting point about the JDK version you use with NB 12. Does NB 12 support JDK 8? I looked around but don’t see any information on that. Am I missing something obvious? Thanks From: Fred Welland Sent: Tuesday, June 23, 2020

Re: NetBeans 12 Distribution URL Certificate

2020-06-23 Thread Fred Welland
Are you behind a DLP http proxy?I am and the DLP I am behind messes with HTTPS traffic and certs. I've had to import a trusted cert at system level (also Fedora 31, but running selinux and firewalld). A few java programs I've run had this problem; just had this with JMeter a week or so ago.

NetBeans 12 Distribution URL Certificate

2020-06-23 Thread Jordan Conner
Hello, Excited to try out NetBeans 12. I've downloaded the latest LTS release this morning. When selecting the 'Check for Updates' under Plugins menu I am receiving this error. Unable to connect to the NetBeans Distribution because of sun.security.validator.ValidatorException: PKIX

[PHP] Make XDebug working with Netbeans 12.0 and WSL on Windows 10

2020-06-23 Thread Aurélien Adamezyk
Hello, I'm struggling to make XDebug work with Apache2 on a WSL (Ubuntu 18.04) instance. Apache and the website are correctly configured on WSL and working. Website files are in the directory /var/www/myproject which is a symbolic link to /mnt/d/myproject Netbeans uses D:\myproject directory and i