Re: IDE JAXB library for maven-Javafx

2020-08-28 Thread Patrik Karlström
Looks like I only need org.glassfish.jaxb jaxb-runtime 2.3.3 Den fre 28 aug. 2020 kl 08:56 skrev Patrik Karlström : > I have a project where I have the following deps, perhaps you can get some > inspiration from that. > > > >

RE: Restful Web Services

2020-08-28 Thread Nelligan, Steven M
The tutorial looks interesting. In NetBeans, how do I create a “Dynamic Web Application” project. I don’t see this option in the new project wizard. Also, in the sample/tutorial at https://netbeans.org/kb/docs/websvc/rest.html has a section “Testing the RESTful Web Services” I cannot find the

Re: Restful Web Services

2020-08-28 Thread Geertjan Wielenga
These tools and templates are no longer there. You have a Tomcat 7/Java 7 application that needs to use REST, best to Google for that combination and to assume you’ll use the Java Editor in NetBeans for coding, not for generating or setting anything up. Gj On Fri, 28 Aug 2020 at 15:24, Nelligan,

Reporting problems with NB12

2020-08-28 Thread Greenberg, Gary
I am periodically getting notifications about exceptions in the IDE. However, there is no more button to report the problem, that existed in v.8.2: [cid:image002.png@01D67D32.FE0D7560] Am I missing something? Gary Greenberg Staff Software Engineer Data Product Development, BI-A E:

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Geertjan Wielenga
But you’re not able to open files: https://issues.apache.org/jira/browse/NETBEANS-4751 So, not being able to create a GitHub repo (even at home when you’re not at Visa) seems the very least of your problems. Also, sending this to the mailing list, where it belongs. Let’s figure out how to open

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Ernie Rael
The "reflective access" warnings are not unusual. Not being able to get a thread dump is unusual. Have you tried it *before* it hangs to insure your process is good? You can also try uSoft/SysInternals Process Explorer, if you get properties on a parent, there is a threads tab. Have you

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Geertjan Wielenga
You've never been able to open a file in NetBeans before? Gj On Fri, Aug 28, 2020 at 10:31 PM Greenberg, Gary wrote: > I have to use One-Drive. > Otherwise my code won’t be backed-up. > > That is how Visa environment is set up. > > Why Netbeans is so sensitive to the file system? > Other

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I have to use One-Drive. Otherwise my code won’t be backed-up. That is how Visa environment is set up. Why Netbeans is so sensitive to the file system? Other developers using SDS and JetBrain do not have such problems. Gary Greenberg Staff Software Engineer Data Product Development, BI-A E:

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
No it is just today. Yesterday and before it was OK. Actually, I quit Netbeans and removed userdir and I am back to normal. I.e. can open source files and edit them. Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I did try it before it hangs and still no thread dump. However, messages.log contains a lot of the following exceptions: Even though the source level of C:\Users\ggreenbe\OneDrive - Visa Inc\Development\Projects\batch-merchant-search\src\main\java;C:\Users\ggreenbe\OneDrive - Visa

Re: Reporting problems with NB12

2020-08-28 Thread Alan
It seems you're missing the contents of the instructive paragraph saying copy the data and paste it into a JIRA issue. It's that "what you were trying to achieve before" bit that can give a developer critical insight into what all that attached data actually means. There's no automated tool

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Laszlo Kishalmi
Do not use one-drive mapped files it messes up the filesystem operations NetBeans is trying to perform. On 8/28/20 12:59 PM, Geertjan Wielenga wrote: But you’re not able to open files: https://issues.apache.org/jira/browse/NETBEANS-4751 So, not being able to create a GitHub repo (even at

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I was very wrong when I thought that I am back to normal. It is not throwing me exceptions when I am opening files, but still I cannot do my work. Netbeans is hanging every 5-10 minutes and I can’t even save my edits. I have to kill it with TaskManager and start over again. In 3 hours I haven’t

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I haven't try jstack yet. I do not think JDK 1.8 is corrupted. Last week it was working fine. Couple days ago I started new project. Created 4 java files without problems, but today on the 5-th one I got these un-ending problems. Gary Greenberg Staff Software Engineer Data Product Development,

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Ernie Rael
So the java.lang.AssertionError cannot be found on the bootclasspath:     ...  Changing source level to 1.3 is unexpected. When does that happen? Only with one project? I guess that could mean the classpath is wrong (if it's not the jdk). Does the classpath look correct? Could it

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I do not think it is a hardware failure. Actually last night Visa pushed security update to my laptop. May be they messed up something with it. Last time their security updates wiped out my browser cache, cookies, bookmarks and history. I do not have control over it. Gary Greenberg Staff

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Ernie Rael
On 8/28/2020 5:57 PM, Greenberg, Gary wrote: I did try it before it hangs and still no thread dump. So you're unable to take a thread dump, independent of the hang. I'm on Win7, I got thread dumps with both jdk1.8 and jdk-14. I entered ctrl-break in the window created by the '--console new'