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

2021-12-09 Thread Mark Hoffmann
://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.component.html https://developer.ibm.com/articles/osgi-demystified-part-5-using-declarative-services/ I hope this helps. Regards, Mark Am 09.12.21 um 11:01 schrieb Kuldeep Singh Budania: Hi All, I am working on an OSGI project where I am

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-07 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
, where the Import-Package is ignored by the framework: https://docs.osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module-import.export.same.package Or am I missing something here? Regards, Mark Am 26.08.20 um 16:44 schrieb Neil Bartlett: I'm not sure that class loading

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

2020-08-22 Thread Mark Hoffmann
for this constellation, no matter, if in Java 1.8 or 11. The same applies to JAXB problems. https://wiki.eclipse.org/Equinox_Boot_Delegation Regards, Mark Am 21.08.20 um 22:43 schrieb Brian de Alwis: Unfortunately javax.annotation /package-uses/ issues have returned <https://bugs.eclipse.org/b

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

2020-08-02 Thread Mark Hoffmann
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 take a look into it over the weekend. Regards,

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

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

2020-07-28 Thread Mark Hoffmann
g list 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

[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
Hi, just an idea. Maybe jlirc works with JNI? Maybe you have to give the library path to the VM similar to subclipse? Like: -vmargs -Djava.library.path=path_to_lirc_libs Mark David Conde dco...@citic.es schrieb am 14.08.2009 14:23:22: The problem can be because OSGI does not recognize

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

2009-04-27 Thread Mark Hoffmann
) (javax.security.auth.AuthPermission getSubject) (java.security.SecurityPermission getPolicy) (java.security.SecurityPermission setPolicy) Regards, Mark David Conde dco...@citic.es schrieb am 27.04.2009 09:32:16: I got a solution for my problem, if I modify the common policy file in JVM directory

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

Re: [equinox-dev] Installing a bundle from console does not make it available to the workspace?

2008-05-07 Thread Mark
caches the target environment, and you have to refresh it. You can do that from window preferences pde target. Then your bundle should he available. Alex Sent from my iPhone On 7 May 2008, at 00:20, Mark [EMAIL PROTECTED] wrote: Installing a bundle after launching Eclipse using

[equinox-dev] Installing a bundle from console does not make it available to the workspace?

2008-05-06 Thread Mark
) prior to launching eclipse. Then the bundle is available and can be used in the workspace. Unless anyone has any bright ideas ? I will submit more information in the morning, if required. Regards Mark ___ equinox-dev mailing list equinox-dev

[equinox-dev] Sprint releases OSGi based Next Gen Mobile Java Platform

2008-02-25 Thread Mark Rogalski
RCP developers, I'd like to inform you that Sprint has made publicly available their Titan platform based on OSGi and Eclipse eRCP. This platform for Windows Mobile devices brings the power of OSGi and Eclipse to mobile phones in a big way. You can run eRCP applications and may even be

Re: [equinox-dev] Reference remote bundles when writing a new plugin.

2008-02-11 Thread Mark
Thanks once again. Regarding the pde list - seems even the forums are bundles ): Kind Regards Mark On 11/02/2008, Alex Blewitt [EMAIL PROTECTED] wrote: On Feb 11, 2008 12:57 PM, Mark [EMAIL PROTECTED] wrote: Thanks Alex. Perhaps this is also a possible feature for the PDE team. PDE

Re: [equinox-dev] Reference remote bundles when writing a new plugin.

2008-02-11 Thread Mark
Thanks Alex. Perhaps this is also a possible feature for the PDE team. On 11/02/2008, Alex Blewitt [EMAIL PROTECTED] wrote: On Feb 10, 2008 8:01 PM, Mark [EMAIL PROTECTED] wrote: I have created a couple of plugins that use maven2 in order to publish the jar files in the repository

[equinox-dev] Reference remote bundles when writing a new plugin.

2008-02-10 Thread Mark
) when writing a new plugin using eclipse 3.3+ I can add them to the classpath / however the access restrictions are not enforced. Any ideas ? Regards Mark ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo

Re: [equinox-dev] is this a service tracker bug?

2008-01-25 Thread Mark
I see - It's in an IllegalState until you refresh On 25/01/2008, Mark [EMAIL PROTECTED] wrote: Try adding: Import-Package: bundlea.service to the Bundle A manifest. = I just tried the suggestion above - but it blows up? Framework

Re: [equinox-dev] is this a service tracker bug?

2008-01-25 Thread Mark
Try adding: Import-Package: bundlea.service to the Bundle A manifest. = I just tried the suggestion above - but it blows up? Framework is launched. idState Bundle 0ACTIVE org.eclipse.osgi_3.3.1.R33x_v20070828 1

Re: [equinox-dev] is this a service tracker bug?

2008-01-25 Thread Mark
Thanks. So that's expected behaviour - and all makes sense. Regards Mark On 25/01/2008, Jeremy Volkman [EMAIL PROTECTED] wrote: Mark, Since your service interface (IA.java) is contained within bundleA, bundleB requires a package import from bundleA. The effect that you're seeing

Re: [equinox-dev] Launching with Foundation 1.1 VM

2007-09-06 Thread Mark Rogalski
unless you build SWT against Foundation 1.1 you won't know where the issues are. I suggest you try using eRCP as it is a project specifically developed to work on Foundation 1.0. Mark Thomas Watson/Austin/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/06/2007 12:19 PM Please