Re: [equinox-dev] Issue with Felix SCR and Dependency manager Annotations jars with Eclipse Equinox R4_19

2021-12-09 Thread Mark Hoffmann
-- Mark Hoffmann M.A. Dipl.-Betriebswirt (FH) Geschäftsführer Tel:+49 3641 384 910 0 Mobil: +49 175 701 2201 E-Mail: m.hoffm...@data-in-motion.biz Web: www.datainmotion.de Data In Motion Consulting GmbH Kahlaische Straße 4 07745 Jena Geschäftsführer Mark Hoffmann Jürgen Albert Jena HRB

Re: [equinox-dev] Best way to contribute values (eg PGP keys) with OSGi?

2021-12-01 Thread Mark Hoffmann
 Kahlaische Strasse 4 07745 Jena Germany Geschäftsführer/CEO Mark Hoffmann Jürgen Albert Jena HRB 513025  Steuernummer 162/107/05779 USt-Id DE310002614 Ursprüngliche Nachricht Von: Mickael Istria Datum: 01.12.21 16:43 (GMT+01:00) An: Equinox development mailing list , P2 developer

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-07 Thread Mark Hoffmann
Hi Lars,obviously the implementations want to have different Jaxb implementations. com.sun.xml vs the glassfish one. Maybe choosing just the obe from the Jax-Ws stuff is your candidate.This is why we use EMF for that 😉Mark Hoffmann M.A. Dipl.-Betriebswirt (FH) CEO/CTO Phone: +49 3641 384 910

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-06 Thread Mark Hoffmann
4 07745 Jena Germany Geschäftsführer/CEO Mark Hoffmann Jürgen Albert Jena HRB 513025  Steuernummer 162/107/05779 USt-Id DE310002614 Ursprüngliche Nachricht Von: Lars Vogel Datum: 06.05.21 18:02 (GMT+01:00) An: Equinox development mailing list Betreff: Re: [equinox-dev] OSGi

Re: [equinox-dev] OSGi and javax.jws.WebService with Java 11

2021-05-06 Thread Mark Hoffmann
Hi Lars, this is simular related to Jaxb. I believe you will need a Frgament for the jakarta.xml.ws-api that declares an Import to ProviderImplRegards,Mark Hoffmann M.A. Dipl.-Betriebswirt (FH) CEO/CTO Phone: +49 3641 384 910 0  Mobile: +49 175 701 2201 E-Mail: m.hoffm...@data-in-motion.biz

Re: [equinox-dev] Bug 566085 - javax.annotation package-uses problems with Java 8

2020-08-28 Thread Mark Hoffmann
ading order is even relevant here. The stack trace linked by Brian was an OSGi resolution error... resolution happens before a Bundle ClassLoader is constructed and therefore before the bundle attempts to load any class name. Neil On Sat, 22 Aug 2020 at 09:50, Mark Hoffmann mailto:mark.hoffm...@w

Re: [equinox-dev] Bug 566085 - javax.annotation package-uses problems with Java 8

2020-08-22 Thread Mark Hoffmann
-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/equinox-dev -- Mark Hoffmann E-Mail: mark.hoffm...@web.de ___ equinox-dev mailing list equinox-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-08-02 Thread Mark Hoffmann
ed. Maybe you have additionally define the packages via org.osgi.framework.system.packages.extra. Regards, Mark At some point you will reach Am 01.08.20 um 14:53 schrieb Lars Vogel: Thanks, Mark Mark Hoffmann mailto:mark.hoffm...@web.de>> schrieb am Fr., 31. Juli 2020, 20:49: Hi Lars, I will

Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-08-01 Thread Mark Hoffmann
Or you provide the class loader as parameter, when you create the JaxbContext. Mark Ursprüngliche Nachricht Von: Tom Schindl Datum: 31.07.20 21:28 (GMT+01:00) An: equinox-dev@eclipse.org Betreff: Re: [equinox-dev] JAXB with Java 11 in OSGi IIRC you need to set the thread-cont

Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-07-31 Thread Mark Hoffmann
v mailing list> equinox-dev@eclipse.org> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/equinox-dev-- Eclipse Platform project co-leadCEO vogella GmbHHaindaalwisch 17a, 22395 HamburgAmtsgericht Hamburg: HRB 127058Geschä

Re: [equinox-dev] JAXB with Java 11 in OSGi

2020-07-28 Thread Mark Hoffmann
ist equinox-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/equinox-dev -- Mark Hoffmann E-Mail: mark.hoffm...@web.de ___ equinox-dev mailing list equinox-dev@eclipse.org To unsubscribe from this list, visit h

Re: [equinox-dev] Accessing files of a feature project during runtime

2018-04-20 Thread Mark Hoffmann
Hi Simon, Features or no bundles. they are no part of the OSGi specification and only related to Eclipse. Features can be seen as an meta-aggregation of bundle into a functionality description. It is more to ease the humans mind, when handling with large numbers of bundles and get them "categ

Re: [equinox-dev] equinox start problem

2017-12-21 Thread Mark Hoffmann
Hi, you have to add: - org.eclipse.equinox.console, - org.apache.felix.gogo.command - org.apache.felix.gogo.shell - org.apache.felix.gogo.runtime to your launch configuration. Maybe you dont need gogo.command. Regards, Mark Am 21.12.2017 um 09:34 schrieb Wang, Julian: Hi, I am studyin

[equinox-dev] Question to: java.lang.ClassCircularityError: org/eclipse/equinox/internal/app/CommandLineArgs

2012-03-04 Thread Mark Hoffmann
time, to avoid a misconfiguration of service component definitions. Another posibility is to integrate such a check into the launch configuration of the PDE to avoid the mistakes I made. Regards, Mark -- Geckoware Consulting and Development Inhaber: Mark Hoffmann M.A. Dipl.-Betriebswirt (FH

RE: [equinox-dev] Using LIRc library in Equinox

2009-08-14 Thread Mark Hoffmann
problem from sockets? > > Any Idea? > > Thank you in advance > ___ equinox-dev mailing > list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/ > > equinox-dev --  Mark Hoffmann

RE: [equinox-dev] Problem with security in Equinox

2009-04-27 Thread Mark Hoffmann
Hi, I run equinox with my own policy, that looks like this: grant codeBase "file:/path_to_launcher_bundle/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar" { permission java.util.PropertyPermission "*", "read, write"; permission java.io.FilePermission "<>", "read, write, delete";

Re: [equinox-dev] Adding Equinox Declarative Services (DS) to the Eclipse SDK

2009-01-27 Thread Mark Hoffmann
+1 --  Dipl.-Betriebswirt (FH) Mark Hoffmann Schrödingerstraße 90 07745 Jena e-Mail: mark.hoffm...@software-in-motion.de Pt! Schon vom neuen WEB.DE MultiMessenger gehört? Der kann`s mit allen: http://www.produkte.web.de