Re: XML in Netbeans Module

2021-01-17 Thread Mark A. Flacy
My "There's built-in support for that." meant only that there is built-in support for XML parsing. Not DBus support. :) -- Mark A. Flacy mfl...@verizon.net On Sunday, January 17, 2021 1:02:32 AM CST Mark A. Flacy wrote: > Greetings, > > In my particular use-case, I was merely parsing DBus XM

Re: XML in Netbeans Module

2021-01-16 Thread Mark A. Flacy
Greetings, In my particular use-case, I was merely parsing DBus XML messages as part of a heart rate monitor app. There's built-in support for that. The error message that you've gotten earlier (I haven't worked on my Netbeans application since release 8.2) indicates to me that you won't get t

Re: XML in Netbeans Module

2021-01-16 Thread Will Hartung
On Sat, Jan 16, 2021 at 3:40 PM Mark A. Flacy wrote: > Greetings, > > Netbeans itself uses tons of XML internally; I've gotten away with just > importing xml-apis:xml-apis. It probably matters what you are trying to > do, > of course. > Can you be more specific? I'm using JAXB for Marshalling/

Re: XML in Netbeans Module

2021-01-16 Thread Mark A. Flacy
Greetings, Netbeans itself uses tons of XML internally; I've gotten away with just importing xml-apis:xml-apis. It probably matters what you are trying to do, of course. For OSGI dependencies, that's in the nbm-maven-plugin's configuration block. -- Mark A. Flacy mfl...@verizon.net On Satur

XML in Netbeans Module

2021-01-16 Thread Will Hartung
I have a simple Maven NB module project, with Java 11, and I need to use XML. I have these dependencies: com.sun.activation javax.activation 1.2.0 javax.xml.bind jaxb-api 2.3.0