Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] javax.xml.bind not found

Hi Ed,

thanks for the link. Ok, I see the need to bring my plugin project up to date...


regards

Ralph

On 01.12.20 12:41, Ed Willink wrote:

Hi

https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/ is the source of many things that come in useful.

Many of them are redistributed by Eclipse projects so that users are unaware that they actually come from Orbit.

It may be that you are not using some project that you used to, or that some project no longer redistributes. IIRC Mylyn has been restructuring.

    Regards

        Ed Willink

On 01/12/2020 08:05, Ralph Soika wrote:

Hi,

I have a problem with one of my plugins which is using the javax.xml.bind packages to marshal and unmarshal xml classes. The javax.xml.bind is missing in Eclipse 2020-09. So I see exceptions like this one during runtime:

org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBContext

Also I am not able to do a maven build from Eclipse 2020-09. The strange thing is that the same plugin still works in Eclipse 2020-06 - and I can build it from that platform. I fear that I had missed something important and also I guess my Maven tycho plugins are outdated.

Can someone point me to a example how a Eclipse Plugin with Tycho should look like. Or better can some point me to a eclipse plugin project of the current release train using  javax.xml.bind, so that I can take the correct configuration from there?

Thanks for any hints and help

===
Ralph

--

Imixs Software Solutions GmbH
Web: www.imixs.com Phone: +49 (0)89-452136 16
Office: Agnes-Pockels-Bogen 1, 80992 München
Registergericht: Amtsgericht Muenchen, HRB 136045
Geschaeftsführer: Gaby Heinle u. Ralph Soika

Imixs is an open source company, read more: www.imixs.org


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Virus-free. www.avast.com

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
--

Imixs Software Solutions GmbH
Web: www.imixs.com Phone: +49 (0)89-452136 16
Office: Agnes-Pockels-Bogen 1, 80992 München
Registergericht: Amtsgericht Muenchen, HRB 136045
Geschaeftsführer: Gaby Heinle u. Ralph Soika

Imixs is an open source company, read more: www.imixs.org


Back to the top