Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Problems with dependencies in Eclipse for Testers (Jubula)

PTP is having the same problem that CDT was having, namely that javax.xml.bind has been removed from Java 11 so running with that JVM or later causes problem. Rather than every project that has this problem having to create a solution, is there some way this could be done via the platform?

Thanks,
Greg

On Jun 3, 2019, at 10:05 AM, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

Hi Marvin,

There was a bunch of last minute work on 2018-12 release that had similar underlying issues relating to resolution problems around javax.xml.bind. I think there were a number of solutions put forward, but I can point you at what CDT did to resolve the issues:


This may not be the same issue you are facing, but hopefully it points you in a useful direction.

Thanks
Jonah
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Mon, 3 Jun 2019 at 09:55, Marvin Mueller <Marvin.Mueller@xxxxxxxxx> wrote:

Hello,

 

The Jubula part of eclipse for testers is not running at this moment[1] since javax.xml.bind is pulled into the eclipse. The dependency resolution now find multiple exposed packages for “javax.xml.bind”( Uses constraint violation… because it is exposed to package
'javax.xml.bind' from resources org.eclipse.osgi and javax.xml.bind) This error did not occur in M2 and I am unsure why javax.xml.bind bundle is now pulled into the eclipse. I assume it has to do with java 11.
 
My solution would be to exclude the javax.xml.bind to be excluded from pulling like it was done before for javax.transaction. But I am unsure if this may help.
Is there any way, that I can get this to run? Any help would be appreciated.
 

 

Thanks and best regards

Marvin Mueller

 

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=547865



BREDEX GmbH
Lindentwete 1
38100 Braunschweig

Tel.: +49 531 24330-0
Fax: +49 531 24330-99


Geschäftsführer: Andreas Vogel, Ulrich Obst, Achim Lörke
Amtsgericht Braunschweig HRB 2450


www.bredex.de

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top