Re: JAXBContext - JDK 11

2023-12-05 Thread Karl Wright
It looks like jaxb is already included in connector-common. These are the versions downloaded: Karl On Tue, Dec 5, 2023 at 10:18 AM Karl Wright wrote: > And Uwe: you also would need to add it to connector-build.xml. > Karl > > > On Tue, Dec 5, 2023 at 10:03 AM Karl Wright

Re: JAXBContext - JDK 11

2023-12-05 Thread Karl Wright
And Uwe: you also would need to add it to connector-build.xml. Karl On Tue, Dec 5, 2023 at 10:03 AM Karl Wright wrote: > Have a look at the list of dependencies in framework/build.xml for various > contexts. I believe jaxb-api is there already but possibly not jaxb-impl. > The fix would then

Re: JAXBContext - JDK 11

2023-12-05 Thread Karl Wright
Have a look at the list of dependencies in framework/build.xml for various contexts. I believe jaxb-api is there already but possibly not jaxb-impl. The fix would then be to add jaxb-impl to every place we see jaxb-api in that file. Also, the download for jaxb is in the main build.xml and it

AW: JAXBContext - JDK 11

2023-12-05 Thread Wolfinger Uwe
. Dezember 2023 12:11 An: dev@manifoldcf.apache.org Betreff: Re: JAXBContext - JDK 11 Hi Uwe, Thank you for sharing this issue and I think that the jaxb library is needed to solve this problem. I didn't tested it yet but probably adding these dependencies should solve it: - jaxb-core:2.3.1

Re: JAXBContext - JDK 11

2023-12-05 Thread Piergiorgio Lucidi
Hi Uwe, Thank you for sharing this issue and I think that the jaxb library is needed to solve this problem. I didn't tested it yet but probably adding these dependencies should solve it: - jaxb-core:2.3.1 - jaxb-api:2.3.1 - jaxb-impl:2.3.1 I'm going to replicate the issue and raise a

JAXBContext - JDK 11

2023-12-05 Thread Wolfinger Uwe
When trying to use the Generic Authority Connector (org.apache.manifoldcf.authorities.authorities.generic.GenericAuthority) we experienced some problems: Line 681 (context = JAXBContext.newInstance(Auth.class);) results in an error: javax.xml.bind.JAXBException: Implementation of JAXB-API has