Build failed in Jenkins: ManifoldCF » ManifoldCF-ant-1x #62

2023-12-05 Thread Apache Jenkins Server
See 


Changes:


--
[...truncated 363.51 KB...]
A site/src/documentation/skins/common/xslt/svg
AUsite/src/documentation/skins/common/xslt/svg/document-to-svg.xsl
A site/src/documentation/skins/common/xslt/html
AUsite/src/documentation/skins/common/xslt/html/split.xsl
AUsite/src/documentation/skins/common/xslt/html/book-to-menu.xsl
AUsite/src/documentation/skins/common/xslt/html/pathutils.xsl
AUsite/src/documentation/skins/common/xslt/html/site-to-xhtml.xsl
AUsite/src/documentation/skins/common/xslt/html/dotdots.xsl
AUsite/src/documentation/skins/common/xslt/html/document-to-html.xsl
AUsite/src/documentation/skins/common/xslt/html/renderlogo.xsl
AUsite/src/documentation/skins/common/xslt/html/strip_namespaces.xsl
AUsite/src/documentation/skins/common/xslt/html/tabutils.xsl
AUsite/src/documentation/skins/common/xslt/html/tab-to-menu.xsl
AUsite/src/documentation/skins/common/skinconf.xsl
A site/src/documentation/skins/common/translations
AUsite/src/documentation/skins/common/translations/CommonMessages_es.xml
AUsite/src/documentation/skins/common/translations/CommonMessages_fr.xml
AUsite/src/documentation/skins/common/translations/CommonMessages_de.xml
AU
site/src/documentation/skins/common/translations/CommonMessages_en_US.xml
A site/src/documentation/skins/common/images
AUsite/src/documentation/skins/common/images/poddoc.svg.xslt
AUsite/src/documentation/skins/common/images/corner-imports.svg.xslt
AUsite/src/documentation/skins/common/images/rc.svg.xslt
AUsite/src/documentation/skins/common/images/README.txt
AUsite/src/documentation/skins/common/images/txtdoc.svg.xslt
AUsite/src/documentation/skins/common/images/dc.svg.xslt
AUsite/src/documentation/skins/common/images/instruction_arrow.png
A site/src/documentation/skins/common/scripts
AUsite/src/documentation/skins/common/scripts/menu.js
AUsite/src/documentation/skins/common/scripts/getMenu.js
AUsite/src/documentation/skins/common/scripts/prototype.js
AUsite/src/documentation/skins/common/scripts/getBlank.js
AUsite/src/documentation/skins/common/scripts/breadcrumbs.js
AUsite/src/documentation/skins/common/scripts/breadcrumbs-optimized.js
AUsite/src/documentation/skins/common/scripts/fontsize.js
A site/src/documentation/skins/common/css
AUsite/src/documentation/skins/common/css/forrest.css.xslt
A site/src/documentation/skins/lucene
A site/src/documentation/skins/lucene/xslt
A site/src/documentation/skins/lucene/xslt/html
AUsite/src/documentation/skins/lucene/xslt/html/site-to-xhtml.xsl
AUsite/src/documentation/skins/lucene/xslt/html/book-to-menu.xsl
AUsite/src/documentation/skins/lucene/xslt/html/document-to-html.xsl
AUsite/src/documentation/skins/lucene/xslt/html/tab-to-menu.xsl
A site/src/documentation/skins/lucene/xslt/fo
AUsite/src/documentation/skins/lucene/xslt/fo/document-to-fo.xsl
AUsite/src/documentation/skins/lucene/skinconf.xsl
AUsite/src/documentation/skins/lucene/note.txt
A site/src/documentation/skins/lucene/images
AUsite/src/documentation/skins/lucene/images/page.gif
AUsite/src/documentation/skins/lucene/images/current.gif
AUsite/src/documentation/skins/lucene/images/chapter.gif
AUsite/src/documentation/skins/lucene/images/instruction_arrow.png
A site/src/documentation/skins/lucene/css
AUsite/src/documentation/skins/lucene/css/profile.css.xslt
AUsite/src/documentation/skins/lucene/css/print.css
AUsite/src/documentation/skins/lucene/css/screen.css
AUsite/src/documentation/skins/lucene/css/basic.css
A site/src/documentation/conf
AUsite/src/documentation/conf/cli.xconf
AUsite/src/documentation/README.txt
A site/src/documentation/classes
AUsite/src/documentation/classes/CatalogManager.properties
AUsite/build.xml
A site/pdf
AUsite/pdf/helper-footerinfo.xsl
AUsite/pdf/config.xml
AUsite/pdf/document-to-fo.xsl
AUsite/pdf/output.xmap
AUsite/README.txt
AUsite/.htaccess
AUsite/forrest.properties.xml
AUsite/forrest.properties
A lib-license
AUlib-license/LICENSE.txt
AUlib-license/NOTICE.txt
AUlib-license/README.txt
AUNOTICE.txt
A dist-license
AUdist-license/NOTICE.txt
AUdist-license/LICENSE.txt
AUdist-license/DEPENDENCIES.txt
AUdist-license/README.txt
A src
A src/main
A src/main/assembly
AUsrc/main/assembly/src.xml
AUcommon-build.xml
A 

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  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 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 would have to include that jar as well.
>>
>> I'll look into this when I get done work.
>>
>> Karl
>>
>>
>> On Tue, Dec 5, 2023 at 6:11 AM Piergiorgio Lucidi 
>> wrote:
>>
>>> 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 ticket on Jira about this.
>>> Thank you again and hope this helps ;)
>>>
>>> Cheers,
>>> PG
>>>
>>>
>>>
>>>
>>>
>>> Il giorno mar 5 dic 2023 alle ore 11:55 Wolfinger Uwe <
>>> uwe.wolfin...@oegk.at>
>>> ha scritto:
>>>
>>> > 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 not been
>>> > found on module path or classpath.
>>> > - with linked exception:
>>> > [java.lang.ClassNotFoundException:
>>> > com.sun.xml.internal.bind.v2.ContextFactory]
>>> > javax.xml.bind.JAXBException: Implementation of JAXB-API has not been
>>> > found on module path or classpath.
>>> > - with linked exception:
>>> > [java.lang.ClassNotFoundException:
>>> > com.sun.xml.internal.bind.v2.ContextFactory]
>>> > at
>>> javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:232)
>>> > at javax.xml.bind.ContextFinder.find(ContextFinder.java:375)
>>> > at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:691)
>>> > at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:632)
>>> > at
>>> >
>>> org.apache.manifoldcf.authorities.authorities.generic.GenericAuthority$FetchTokensThread.run(GenericAuthority.java:717)
>>> > Caused by: java.lang.ClassNotFoundException:
>>> > com.sun.xml.internal.bind.v2.ContextFactory
>>> > at
>>> >
>>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1412)
>>> > at
>>> >
>>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1220)
>>> > at
>>> >
>>> javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:92)
>>> > at
>>> >
>>> javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:125)
>>> > at
>>> javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:230)
>>> > ... 4 more
>>> >
>>> > We are using JDK 11 as our runtime envirnoment. As far as i understood,
>>> > support for jaxb was removed in JDK 11. So my question is, does anybody
>>> > know a workaround for this problem (adding jaxb libs manually?) or are
>>> > there any plans to upgrade the GenericAuthority Connector to JDK 11
>>> > (jakarta.xml.bind).
>>> >
>>> > Kind Regards,
>>> > Uwe
>>> >
>>>
>>>
>>> --
>>> Piergiorgio
>>>
>>


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 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
> would have to include that jar as well.
>
> I'll look into this when I get done work.
>
> Karl
>
>
> On Tue, Dec 5, 2023 at 6:11 AM Piergiorgio Lucidi 
> wrote:
>
>> 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 ticket on Jira about this.
>> Thank you again and hope this helps ;)
>>
>> Cheers,
>> PG
>>
>>
>>
>>
>>
>> Il giorno mar 5 dic 2023 alle ore 11:55 Wolfinger Uwe <
>> uwe.wolfin...@oegk.at>
>> ha scritto:
>>
>> > 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 not been
>> > found on module path or classpath.
>> > - with linked exception:
>> > [java.lang.ClassNotFoundException:
>> > com.sun.xml.internal.bind.v2.ContextFactory]
>> > javax.xml.bind.JAXBException: Implementation of JAXB-API has not been
>> > found on module path or classpath.
>> > - with linked exception:
>> > [java.lang.ClassNotFoundException:
>> > com.sun.xml.internal.bind.v2.ContextFactory]
>> > at
>> javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:232)
>> > at javax.xml.bind.ContextFinder.find(ContextFinder.java:375)
>> > at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:691)
>> > at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:632)
>> > at
>> >
>> org.apache.manifoldcf.authorities.authorities.generic.GenericAuthority$FetchTokensThread.run(GenericAuthority.java:717)
>> > Caused by: java.lang.ClassNotFoundException:
>> > com.sun.xml.internal.bind.v2.ContextFactory
>> > at
>> >
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1412)
>> > at
>> >
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1220)
>> > at
>> >
>> javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:92)
>> > at
>> >
>> javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:125)
>> > at
>> javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:230)
>> > ... 4 more
>> >
>> > We are using JDK 11 as our runtime envirnoment. As far as i understood,
>> > support for jaxb was removed in JDK 11. So my question is, does anybody
>> > know a workaround for this problem (adding jaxb libs manually?) or are
>> > there any plans to upgrade the GenericAuthority Connector to JDK 11
>> > (jakarta.xml.bind).
>> >
>> > Kind Regards,
>> > Uwe
>> >
>>
>>
>> --
>> Piergiorgio
>>
>


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
would have to include that jar as well.

I'll look into this when I get done work.

Karl


On Tue, Dec 5, 2023 at 6:11 AM Piergiorgio Lucidi 
wrote:

> 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 ticket on Jira about this.
> Thank you again and hope this helps ;)
>
> Cheers,
> PG
>
>
>
>
>
> Il giorno mar 5 dic 2023 alle ore 11:55 Wolfinger Uwe <
> uwe.wolfin...@oegk.at>
> ha scritto:
>
> > 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 not been
> > found on module path or classpath.
> > - with linked exception:
> > [java.lang.ClassNotFoundException:
> > com.sun.xml.internal.bind.v2.ContextFactory]
> > javax.xml.bind.JAXBException: Implementation of JAXB-API has not been
> > found on module path or classpath.
> > - with linked exception:
> > [java.lang.ClassNotFoundException:
> > com.sun.xml.internal.bind.v2.ContextFactory]
> > at
> javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:232)
> > at javax.xml.bind.ContextFinder.find(ContextFinder.java:375)
> > at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:691)
> > at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:632)
> > at
> >
> org.apache.manifoldcf.authorities.authorities.generic.GenericAuthority$FetchTokensThread.run(GenericAuthority.java:717)
> > Caused by: java.lang.ClassNotFoundException:
> > com.sun.xml.internal.bind.v2.ContextFactory
> > at
> >
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1412)
> > at
> >
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1220)
> > at
> >
> javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:92)
> > at
> >
> javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:125)
> > at
> javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:230)
> > ... 4 more
> >
> > We are using JDK 11 as our runtime envirnoment. As far as i understood,
> > support for jaxb was removed in JDK 11. So my question is, does anybody
> > know a workaround for this problem (adding jaxb libs manually?) or are
> > there any plans to upgrade the GenericAuthority Connector to JDK 11
> > (jakarta.xml.bind).
> >
> > Kind Regards,
> > Uwe
> >
>
>
> --
> Piergiorgio
>


AW: JAXBContext - JDK 11

2023-12-05 Thread Wolfinger Uwe
Hi Piergiorgio!

Thank you for your reply.

Actually it tried adding these jars to /connector-lib-proprietary/, 
unfortunately with no effect - or do i have to add them to a different location?

Kind Regards,
Uwe




-Ursprüngliche Nachricht-
Von: Piergiorgio Lucidi  
Gesendet: Dienstag, 5. 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
   - jaxb-api:2.3.1
   - jaxb-impl:2.3.1

I'm going to replicate the issue and raise a ticket on Jira about this.
Thank you again and hope this helps ;)

Cheers,
PG





Il giorno mar 5 dic 2023 alle ore 11:55 Wolfinger Uwe  
ha scritto:

> When trying to use the Generic Authority Connector
> (org.apache.manifoldcf.authorities.authorities.generic.GenericAuthorit
> y) we experienced some problems:
>
> Line 681 (context = JAXBContext.newInstance(Auth.class);) results in 
> an
> error:
>
> javax.xml.bind.JAXBException: Implementation of JAXB-API has not been 
> found on module path or classpath.
> - with linked exception:
> [java.lang.ClassNotFoundException:
> com.sun.xml.internal.bind.v2.ContextFactory]
> javax.xml.bind.JAXBException: Implementation of JAXB-API has not been 
> found on module path or classpath.
> - with linked exception:
> [java.lang.ClassNotFoundException:
> com.sun.xml.internal.bind.v2.ContextFactory]
> at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:232)
> at javax.xml.bind.ContextFinder.find(ContextFinder.java:375)
> at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:691)
> at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:632)
> at
> org.apache.manifoldcf.authorities.authorities.generic.GenericAuthority
> $FetchTokensThread.run(GenericAuthority.java:717)
> Caused by: java.lang.ClassNotFoundException:
> com.sun.xml.internal.bind.v2.ContextFactory
> at
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1412)
> at
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1220)
> at
> javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:92)
> at
> javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:125)
> at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:230)
> ... 4 more
>
> We are using JDK 11 as our runtime envirnoment. As far as i 
> understood, support for jaxb was removed in JDK 11. So my question is, 
> does anybody know a workaround for this problem (adding jaxb libs 
> manually?) or are there any plans to upgrade the GenericAuthority 
> Connector to JDK 11 (jakarta.xml.bind).
>
> Kind Regards,
> Uwe
>


--
Piergiorgio


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 ticket on Jira about this.
Thank you again and hope this helps ;)

Cheers,
PG





Il giorno mar 5 dic 2023 alle ore 11:55 Wolfinger Uwe 
ha scritto:

> 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 not been
> found on module path or classpath.
> - with linked exception:
> [java.lang.ClassNotFoundException:
> com.sun.xml.internal.bind.v2.ContextFactory]
> javax.xml.bind.JAXBException: Implementation of JAXB-API has not been
> found on module path or classpath.
> - with linked exception:
> [java.lang.ClassNotFoundException:
> com.sun.xml.internal.bind.v2.ContextFactory]
> at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:232)
> at javax.xml.bind.ContextFinder.find(ContextFinder.java:375)
> at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:691)
> at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:632)
> at
> org.apache.manifoldcf.authorities.authorities.generic.GenericAuthority$FetchTokensThread.run(GenericAuthority.java:717)
> Caused by: java.lang.ClassNotFoundException:
> com.sun.xml.internal.bind.v2.ContextFactory
> at
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1412)
> at
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1220)
> at
> javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:92)
> at
> javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:125)
> at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:230)
> ... 4 more
>
> We are using JDK 11 as our runtime envirnoment. As far as i understood,
> support for jaxb was removed in JDK 11. So my question is, does anybody
> know a workaround for this problem (adding jaxb libs manually?) or are
> there any plans to upgrade the GenericAuthority Connector to JDK 11
> (jakarta.xml.bind).
>
> Kind Regards,
> Uwe
>


-- 
Piergiorgio


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 not been found on 
module path or classpath.
- with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on 
module path or classpath.
- with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:232)
at javax.xml.bind.ContextFinder.find(ContextFinder.java:375)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:691)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:632)
at 
org.apache.manifoldcf.authorities.authorities.generic.GenericAuthority$FetchTokensThread.run(GenericAuthority.java:717)
Caused by: java.lang.ClassNotFoundException: 
com.sun.xml.internal.bind.v2.ContextFactory
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1412)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1220)
at 
javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:92)
at 
javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:125)
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:230)
... 4 more

We are using JDK 11 as our runtime envirnoment. As far as i understood, support 
for jaxb was removed in JDK 11. So my question is, does anybody know a 
workaround for this problem (adding jaxb libs manually?) or are there any plans 
to upgrade the GenericAuthority Connector to JDK 11 (jakarta.xml.bind).

Kind Regards,
Uwe