Re: Specification version of OSGI implemented in felix main 7.0.3

2022-02-07 Thread Karl Pauls
he/felix-dev/blob/org.apache.felix.main-7.0.3/README.md?plain=1#L7 > talks about R7. > > https://felix.apache.org/documentation/subprojects.html talks about R8. > > Many thanks for any insight that can be shared, > Tom -- Karl Pauls karlpa...@gmail.com -

Re: Trouble creating a conditional AdminPermission with Felix 7.0.3 and OSGi Secutiry 2.8.3

2022-02-03 Thread Karl Pauls
t a misunderstanding somewhere on my part. > > Cheers, > Chris > > On Wed, 2 Feb 2022 at 17:40, Karl Pauls wrote: > > > > Sounds strange, do you have something you can share that reproduces the > > problem? > > > > regards, > > > > Karl >

Re: Trouble creating a conditional AdminPermission with Felix 7.0.3 and OSGi Secutiry 2.8.3

2022-02-02 Thread Karl Pauls
n's "name" > property works? I can't see how everyone has not noticed a bug in > something this crucial?! > > Cheers, > Chris > > - > To unsubscribe, e-mail: users-unsubs

Re: Felix on jdk11

2019-02-18 Thread Karl Pauls
loads/javafx/ > javafx-sdk-11.0.1/lib > --add-modules=ALL-MODULE-PATH com.yakridge.jfxfelix.JFXMain > If I comment out all the Felix stuff the program runs fine. My main class > is on the classpath. The felix bundles are in /sata2/modules directory. > > > On Mon, Feb 18,

Re: Felix on jdk11

2019-02-18 Thread Karl Pauls
t; > > > try { > framework.start(); > context = framework.getBundleContext(); > } catch (BundleException ex) { > //Logger.getLogger(JFXMain.class.getName()).log(Level.SEVERE, > null, ex); > } > > On Mon, Feb 18

Re: Felix on jdk11

2019-02-18 Thread Karl Pauls
Are you maybe trying to add the framework as an automatic module? That wouldn't work, it needs to be on the classpath (i.e., in the unnamed module)... regards, Karl On Mon, Feb 18, 2019 at 4:11 PM Karl Pauls wrote: > > Hm, that would be new - are you sure that happens on java11 and how

Re: Felix on jdk11

2019-02-18 Thread Karl Pauls
load the following bundles separately to replace missing > > classes: > > > > > > > > jre-1.8_extra_bundles= > > > > jre-9_extra_bundles=${j9_replacement_packages} > > > > jre-10_extra_bundles=${j9_repl

Re: Problems using the servlet bridge

2018-12-20 Thread Karl Pauls
servlet in a standalone framework everything works fine. > So the problem is definitely not my servlet, but the bridge. > > Was there a recent change made to the bridge, that made the example stopped > working? > Any other thoughts? > > Kind regards > Bernd -- Karl Pauls ka

Re: Bundle inspection command for gogo

2018-11-13 Thread Karl Pauls
; > > PART detail levels, which is why the output of the lb command doesn't > > look > > > terrible. It seems to lack an implementation for the INSPECT level > > however. > > > > > > Regards, > > > Neil > > > > > > On Tue, Nov 1

Re: Running felix container inside another felix container

2018-11-05 Thread Karl Pauls
> - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > -- Karl Pauls karlpa...@gmail.com -

Re: Felix Http Jetty packaging as uber bundle?

2018-07-16 Thread Karl Pauls
> Regards, > Eric > > On Sun, Jul 15, 2018 at 10:28 AM, Karl Pauls wrote: > > > I think you can just set the thread context classloader to the classloader > > of the bundle in the activator and then you don’t need the spifly thingy at > > all anymore... > > &g

Re: Felix Http Jetty packaging as uber bundle?

2018-07-15 Thread Karl Pauls
> based on support baked into the runtime for JDK9+ (doesn't work for JDK > > > 8). No alpn-boot-*.jar is required. > > > #org.eclipse.jetty.alpn/alpn-api/1.1.3.v20160715 > > > #org.eclipse.jetty/jetty-alpn-java-server/9.4.11.v20180605 > > > > > > # Alternatively, exclude the JDK8/JDK9 ALPN impl bundles and provide > > > support for ALPN based on the conscrypt impl (NOTE: I haven't gotten > this > > > one to work yet). > > > # > > > org.apache.servicemix.bundles/org.apache.servicemix.bundles. > > conscrypt-openjdk/1.0.1_1 > > > #org.eclipse.jetty/jetty-alpn-conscrypt-server/9.4.11.v20180605 > > > > > > > > > FYI: I've stashed the changes to the felix.http.jetty code at [1] if > you > > > wish to review. > > > > > >1. > > >https://github.com/enapps-enorman/felix/commit/ > > 76adf9d3a445cb620d2baa9fd1155f5e25aa3ca5 > > > > > > > > > Please let me know if you have any thoughts on this. > > > > > > Regards, > > > Eric Norman > > > > > -- > > Carsten Ziegeler > > Adobe Research Switzerland > > cziege...@apache.org > > > > - > > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > > For additional commands, e-mail: users-h...@felix.apache.org > > > > > -- Karl Pauls karlpa...@gmail.com

Re: is current version of Maven-Bundle-Plugin aware of @ComponentPropertyType from DS 1.4?

2018-07-03 Thread Karl Pauls
> >> descriptor ()Ljava/lang/String; is not acceptable. > >> > > > > > > thanks, > > > > Cristiano > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@

Re: How to download / install Felix?

2018-05-28 Thread Karl Pauls
can I download and install Felix, and how can I run it > using the console after installation? > > Kind regards > Peter > > > ----- > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apac

Re: Resolving to micro version

2018-04-04 Thread Karl Pauls
t; wrote: >> >> >> >>> >> >>>> On 3 Apr 2018, at 22:17, Katsuya Tomioka <katsuya.tomi...@gmail.com> >> >>> wrote: >> >>>> >> >>>> Felix users, >> >>>> >> >>>> I have same bu

Re: Dex Oat Felix Android

2018-04-03 Thread Karl Pauls
m I missing something? Do I maybe have to also "OATify" the bundle > before I can load it? > > Best regards, > Jörg -- Karl Pauls karlpa...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Felix startup performance on Windows due to secure random and network card MAC access

2018-03-22 Thread Karl Pauls
g stack for a Mac address? This will make a huge > difference in my CLI startup times for sure. > > Perhaps a library like this could be used: > > https://github.com/jchambers/fast-uuid > > Thanks! > > ~Brad > > *Developer

Re: [Framework] Using the bundle: URL handler when felix.service.urlhandlers=false

2018-03-22 Thread Karl Pauls
obvious way to > register the bundle: protocol in this way... Is this possible? > > Many thanks, > > David > > [1] http://felix.apache.org/documentation/subprojects/ > apache-felix-framework/apache-felix-framework-faq.html#why- > do-i-get-an-unknown-protocol-http-exceptio

Re: Replace ResourceServlet

2018-02-12 Thread Karl Pauls
N/path/to/resource" are still handled by a > ResourceServlet (DefaultServlet?) which, of course, is not able to find the > non-existent css files. > > Is there a way to tell felix http to use a custom servlet instead of its > default resource servlet? > > Kind regards,

Re: Felix and JavaFX

2017-12-12 Thread Karl Pauls
. I'm in the process of improving the documentation at >>> the moment. >>> >>> Kerry >>> >>> ⁣Sent from BlueMail >>> >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org >> For additional commands, e-mail: users-h...@felix.apache.org >> >> -- Karl Pauls karlpa...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: boot/classloader delegation not working?

2017-10-12 Thread Karl Pauls
at > org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:2018) > > Any idea, what went wrong or where to go from here? > > Thanks in advance! > Kind regards, > Max > > ---

Re: Felix: bundle double update with osgi refresh

2017-05-13 Thread Karl Pauls
art. You can read more about the why here: http://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-faq.html#when-i-update-my-bundle-why-are-my-bundles-old-classes-still-being-used regards, Karl > >Пятница, 12 мая 2017, 14:38 +03:00

Re: Re[2]: Felix: bundle double update with osgi refresh

2017-05-12 Thread Karl Pauls
ng was introduced didn't change this behavior >>for backward compatibility reasons. >> >>If refresh were there from the beginning, then it would have likely been >>better to have update() simply prepare the updated version and refresh >>enact it. >> >>->

Re: Avoiding copying jars in the bundle cache?

2017-04-29 Thread Karl Pauls
undles to be deployed are kept in a read-only directory and I don't > have any guarantee that old bundles will be deleted in a timely manner). > From what I can tell, Felix can't do this right now, but is there any > pleasant way that I could implement this? > > M > -- Karl Pauls karlpa...@gmail.com

Re: Not able to open through console

2017-02-27 Thread Karl Pauls
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org >> For additional commands, e-mail: users-h...@felix.apache.org > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.

Re: how to enable felix verify the contents of a signed bundle

2016-10-21 Thread Karl Pauls
gt; -- > View this message in context: http://apache-felix.18485.x6.nabble.com/how-to-enable-felix-verify-the-contents-of-a-signed-bundle-tp5018089p5018412.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > -- Karl Pauls karlpa...@gmail.com

Re: Felix container and Java SecurityManager -- does the container always implement security

2016-09-21 Thread Karl Pauls
> if there is one? > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Karl Pauls karlpa...@gmail.com

Re: how to enable felix verify the contents of a signed bundle

2016-08-22 Thread Karl Pauls
For additional commands, e-mail: users-h...@felix.apache.org > > > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Karl Pauls karlpa...@gmail.com

Re: how to enable felix verify the contents of a signed bundle

2016-08-16 Thread Karl Pauls
gned-bundle-tp5018089p5018116.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail:

Re: how to enable felix verify the contents of a signed bundle

2016-08-12 Thread Karl Pauls
ts-of- > a-signed-bundle-tp5018089.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Karl Pauls karlpa...@gmail.com

Re: felix bundle security

2016-05-18 Thread Karl Pauls
te my own logic that checks the bundle via a "custom > condition"? That would be perfect - is there a resource that you would > recommend that shows how to implement a custom condition? > > Thanks! > > --Stephen > > - Original Message - > From:

Re: felix bundle security

2016-05-18 Thread Karl Pauls
s > during startup and thereafter? > > Thank you, > > Stephen Higgs > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org

Re: Space issues with Felix

2016-04-25 Thread Karl Pauls
any copies of it. Although we believe that the > message and any attachments are free from viruses and other errors that > might affect the computer or IT system where it is received and read, the > recipient opens the message at his or her own risk. We assume no > responsibility for any loss or damage arising from the receipt or use of > this message. > > -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Using Felix Framework Security

2016-04-15 Thread Karl Pauls
> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Is instance based security possible?

2016-02-05 Thread Karl Pauls
ty-possible-tp5016405.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Karl Pauls karlpa...@gmail.com

Re: Security Conditions not working on Java 1.8

2016-01-11 Thread Karl Pauls
ssage in context: > http://apache-felix.18485.x6.nabble.com/Security-Conditions-not-working-on-Java-1-8-tp5016167p5016171.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > ----- > To unsubscr

Re: Security Conditions not working on Java 1.8

2016-01-10 Thread Karl Pauls
; > > p1.zip <http://apache-felix.18485.x6.nabble.com/file/n5016167/p1.zip> > > > > -- > View this message in context: > http://apache-felix.18485.x6.nabble.com/Security-Conditions-not-working-on-Java-1-8-tp5016167.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: problem about felix framework 4.2 +jamvm 1.5.4+classpath-0.98

2015-01-21 Thread Karl Pauls
...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Felix security and Tomcat 7

2014-10-15 Thread Karl Pauls
); Class.forName(org.apache.felix.framework.security.util.Permissions$2); Class.forName(org.osgi.framework.FrameworkListener); Could you please help me in finding the normal solution for embedding Felix with security into WebApp that is running under Tomcat? Thanks! -- Karl Pauls karlpa

Re: Comprehension question about ProtectionDomain of a Bundle

2014-09-29 Thread Karl Pauls
Aufsichtsrat: Thilo Kusch (Vorsitzender) Geschäftsführung: Peter Klingenburg, Susanne Heger, Dr. Rolf Werner Handelsregister: Amtsgericht Dresden HRB 11433 Sitz der Gesellschaft: Dresden Ust-IdNr.: DE 811 807 949 -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http

Re: Comprehension question about ProtectionDomain of a Bundle

2014-09-29 Thread Karl Pauls
URLStreamHandlerService. For the JarURLConnection: Is the cached file transient? Cheers, Dirk -Ursprüngliche Nachricht- Von: Karl Pauls [mailto:karlpa...@gmail.com] Gesendet: Montag, 29. September 2014 10:23 An: users@felix.apache.org Betreff: Re: Comprehension question about

Re: Comprehension question about ProtectionDomain of a Bundle

2014-09-29 Thread Karl Pauls
it might work but I wouldn't be surprised if they don't (URLs and how to handle them are a mess in java). regards, Karl Regards, Dirk -Ursprüngliche Nachricht- Von: Karl Pauls [mailto:karlpa...@gmail.com] Gesendet: Montag, 29. September 2014 12:47 An: users@felix.apache.org Betreff

Re: Comprehension question about ProtectionDomain of a Bundle

2014-09-29 Thread Karl Pauls
On Mon, Sep 29, 2014 at 1:34 PM, Felix Meschberger fmesc...@adobe.com wrote: Hi Am 29.09.2014 um 13:13 schrieb Karl Pauls karlpa...@gmail.com: On Mon, Sep 29, 2014 at 12:56 PM, dirk.rudo...@t-systems.com wrote: What happens with Bundle-Location: inputstream:bundle-1.0.0.jar

Re: Comprehension question about ProtectionDomain of a Bundle

2014-09-29 Thread Karl Pauls
in your solution. Thanks so far, Dirk -Ursprüngliche Nachricht- Von: Karl Pauls [mailto:karlpa...@gmail.com] Gesendet: Montag, 29. September 2014 14:00 An: users@felix.apache.org Betreff: Re: Comprehension question about ProtectionDomain of a Bundle On Mon, Sep 29, 2014 at 1:34 PM

Re: IPojo performance benchmark

2014-06-20 Thread Karl Pauls
to the official business of the company are neither given nor endorsed by the company. Thank You. -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Unknown Protocol Exception for Embedded Felix Container.

2014-06-15 Thread Karl Pauls
it to false then the Felix URL handler is not able to delegate to our other protocols that we support and get the malformed URL exception. Is there a way I can add to just route the bundle protocol to Felix and rest to be handled by WLS handler? Regards, Rashi On 6/14/14 5:32 AM, Karl Pauls [via

Re: Unknown Protocol Exception for Embedded Felix Container.

2014-06-14 Thread Karl Pauls
- Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls

Re: Deadlock in URLHandlers when Felix.init and Felix.stop are called concurrently

2014-05-26 Thread Karl Pauls
...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Deadlock in URLHandlers when Felix.init and Felix.stop are called concurrently

2014-05-26 Thread Karl Pauls
I take it back - it seems to be a bug. Can you create a jira issue for it? regards, Karl On Mon, May 26, 2014 at 2:57 PM, Karl Pauls karlpa...@gmail.com wrote: Are you using the latest felix version? regards, Karl On Mon, May 26, 2014 at 2:44 PM, Benjamin Rogge felix-o...@benjamin

Re: Problems with ConditionalPermissionAdmin

2014-04-04 Thread Karl Pauls
-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Problems with ConditionalPermissionAdmin

2014-04-04 Thread Karl Pauls
For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Problems with ConditionalPermissionAdmin

2014-04-03 Thread Karl Pauls
{ ( java.security.AllPermission * *) } Give all other not denied permissions to all bundles In the end, what is the logic more restrictive conditions first, right? I've already spent a lot of time on this without success...any help or hint is highly appreciated (and needed :-) )! Thanks, Andrea -- Karl Pauls

Re: Problem with compiling Felix 3.1.1

2014-02-14 Thread Karl Pauls
. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Problem with compiling Felix 3.1.1

2014-02-14 Thread Karl Pauls
,CometdServiceImpl,Properties) [ERROR] - [Help 1] Karl Pauls wrote Try to disable the tests with -Dmaven.test.skip=true -- View this message in context: http://apache-felix.18485.x6.nabble.com/Problem-with-compiling-Felix-3-1-1-tp5007226p5007234.html Sent from the Apache Felix - Users

Re: Problem with felix://extensions?

2014-01-30 Thread Karl Pauls
of DNS requests. Best, Dan. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http

Re: Problem with Felix security and bundle policies

2014-01-23 Thread Karl Pauls
. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https

Re: Problem with Felix security and bundle policies

2014-01-23 Thread Karl Pauls
Sent from the Apache Felix - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa

Re: Problem with Felix security and bundle policies

2014-01-23 Thread Karl Pauls
that this is what you really used but just saying): CN=logboxIP, O=CRF, OU=ITS, L=Trento C=IT CN=xxx, O=xxx, OU=xxx, L=x C=xx there clearly seems to be a missing comma before the C=IT/C=xx regards, Karl On Thu, Jan 23, 2014 at 1:49 PM, Karl Pauls karlpa...@gmail.com wrote: Its very hard to say

Re: Problem with Felix security and bundle policies

2014-01-23 Thread Karl Pauls
archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http

Re: Security Warning: Felix with Java Web Start

2013-10-25 Thread Karl Pauls
, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Access denied in spite of permissions

2013-10-24 Thread Karl Pauls
. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Access denied in spite of permissions

2013-10-23 Thread Karl Pauls
. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https

Re: Access denied in spite of permissions

2013-10-22 Thread Karl Pauls
. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Security Warning: Felix with Java Web Start

2013-10-16 Thread Karl Pauls
- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Security Warning: Felix with Java Web Start

2013-10-16 Thread Karl Pauls
Alternatively, can you try to get me more information about what is failing exactly? regards, Karl On Wed, Oct 16, 2013 at 2:40 PM, Karl Pauls karlpa...@gmail.com wrote: it would be really helpful if you could provide me with a failing toy example... regards, Karl On Wed, Oct 16

Re: Security Warning: Felix with Java Web Start

2013-10-11 Thread Karl Pauls
Maria, RS - (55) 3286 4010 http://animati.com.br - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com

Re: Security Warning: Felix with Java Web Start

2013-10-11 Thread Karl Pauls
. The problem is with this new Java update 40. Can you investigate this problem, please ? On Fri, Oct 11, 2013 at 2:52 PM, Karl Pauls karlpa...@gmail.com wrote: its possible that we are having problems with the latest Java 7 update. I read that they changed how they handle this stuff. Can you make

Re: How to improve the start time of Apache Felix

2013-09-05 Thread Karl Pauls
...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Error while using felix -framework with jamvm.

2013-08-27 Thread Karl Pauls
ix.scr [11].) === Please let me know if i missed something. -- Thanks Regards, Aditya Kapoor -- Thanks Regards, Aditya Kapoor -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com

Re: Error while using felix -framework with jamvm.

2013-08-21 Thread Karl Pauls
(org.osgi.framework.BundleException: Activator start error in bundle org.apache.fel ix.scr [11].) === Please let me know if i missed something. -- Thanks Regards, Aditya Kapoor -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https

Re: [SECURITY] permissions.perm file ignored

2013-07-15 Thread Karl Pauls
. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https

Re: [SECURITY] permissions.perm file ignored

2013-07-12 Thread Karl Pauls
...@felix.apache.org javascript:; For additional commands, e-mail: users-h...@felix.apache.orgjavascript:; -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Invalid package name: '*' ????

2013-06-21 Thread Karl Pauls
: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: [SECURITY] permissions.perm files

2013-03-25 Thread Karl Pauls
...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Security Felix bundles

2013-03-14 Thread Karl Pauls
On Thu, Mar 14, 2013 at 8:18 AM, Felix Meschberger fmesc...@adobe.comwrote: Hi, Am 13.03.2013 um 23:16 schrieb Karl Pauls: Is it planned to add permissions file into Felix subprojects bundles (Config Admi, Event Admin, etc.)? Planned, no. Not at this point - however, I'm sure

Re: Security Felix bundles

2013-03-13 Thread Karl Pauls
track of it. regards, Karl Romain -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Regarding https://issues.apache.org/jira/browse/FELIX-3302

2013-03-11 Thread Karl Pauls
- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Compatibility for JBOSS 7.1.1 with Felix 3.2.3

2013-02-27 Thread Karl Pauls
suggest/share for Felix versions. (One of the forums suggested to use 4.0.3). Thanks, Bhushan -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: felix security: Bundle in cache doesn't pass security check anymore.

2013-02-12 Thread Karl Pauls
, yet neither overrides the other [INFO] 2 errors Cheers, Reto On Mon, Feb 11, 2013 at 11:19 PM, Karl Pauls karlpa...@gmail.com wrote: You could try to see whether it works with the current framework.security trunk. If not, please open a jira (and if possible attach some example

Re: felix security: Bundle in cache doesn't pass security check anymore.

2013-02-12 Thread Karl Pauls
and adapt(Class) in Bundle have the same erasure, yet neither overrides the other [INFO] 2 errors Cheers, Reto On Mon, Feb 11, 2013 at 11:19 PM, Karl Pauls karlpa...@gmail.com wrote: You could try to see whether it works with the current framework.security trunk. If not, please open

Re: felix security: Bundle in cache doesn't pass security check anymore.

2013-02-12 Thread Karl Pauls
I commited a fix for the java7 issue so the security provider should compile for you. regards, Karl On Tue, Feb 12, 2013 at 3:28 PM, Karl Pauls karlpa...@gmail.com wrote: Well, i just tried and it seems to work with the current framework and security trunk. It be nice if you could double

Re: felix security: Bundle in cache doesn't pass security check anymore.

2013-02-12 Thread Karl Pauls
/felix/org.apache.felix.framework.security/ this would safe me from installing an old java version. Cheers, Reto On Tue, Feb 12, 2013 at 3:28 PM, Karl Pauls karlpa...@gmail.com wrote: Well, i just tried and it seems to work with the current framework and security trunk. It be nice if you

Re: felix security: Bundle in cache doesn't pass security check anymore.

2013-02-11 Thread Karl Pauls
- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: felix security: Bundle in cache doesn't pass security check anymore.

2013-02-11 Thread Karl Pauls
You could try to see whether it works with the current framework.security trunk. If not, please open a jira (and if possible attach some example that fails :-) regards, Karl On Mon, Feb 11, 2013 at 10:49 PM, Karl Pauls karlpa...@gmail.com wrote: Looks like a bug to me. Can you please open

Re: Class loading issues for embedded felix within tomcat

2013-01-03 Thread Karl Pauls
://www.linkedin.com/in/itayhindy -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Class loading issues for embedded felix within tomcat

2013-01-03 Thread Karl Pauls
. Thanks a lot On Thu, Jan 3, 2013 at 11:00 AM, Karl Pauls karlpa...@gmail.com wrote: Can you make a simple example of this available to me? regards, Karl On Wed, Jan 2, 2013 at 9:21 AM, itay hindy itay.hi...@gmail.com wrote: Sorry, I had some issues and I was not clear enough. Let

Re: Class loading issues for embedded felix within tomcat

2013-01-03 Thread Karl Pauls
Hm, on second thought - how do you call update on the bundle? regards, Karl On Thu, Jan 3, 2013 at 3:54 PM, Karl Pauls karlpa...@gmail.com wrote: Yes, it should be possible to run more than one war with felix inside side by side without disabling url handlers. 4.0.3 had a bug in this area

Re: Configuration for multiple tomcat wars each with embedded felix

2013-01-02 Thread Karl Pauls
/in/itayhindy -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Configuration for multiple tomcat wars each with embedded felix

2013-01-02 Thread Karl Pauls
)* * }* and in *URL.setURLStreamHandlerFactory* if (factory != null) { throw new Error(factory already defined); } So I can not have 2 wars both with *felix.service.urlhandlers*=true? On Wed, Jan 2, 2013 at 5:48 PM, Karl Pauls karlpa...@gmail.com wrote: did you try with the latest felix trunk? That should at least fix

Re: Android, boot delegation, and preverification

2012-11-26 Thread Karl Pauls
the IS master. This means I can use Android devices in the interactive physical space. Great. If you have the time it would be great if you write something up and contribute it so that we can put it on the felix documentation page :-) regards, Karl On Mon, Nov 19, 2012 at 3:23 PM, Karl Pauls

Re: Android, boot delegation, and preverification

2012-11-26 Thread Karl Pauls
, there is a really old one around: http://felix.apache.org/site/apache-felix-framework-and-google-android.html but really, anything you can get together to help people that want to run on android would be really welcome :-) regards, Karl -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http

Re: Android, boot delegation, and preverification

2012-11-20 Thread Karl Pauls
having the shapes OSGi example running as bundles under OSGi on Android. It mentioned http://opensource.luminis.net/ to get the source for the example, but the page seems to just have the host name. Where would I find that code? Thanks, -Keith On Mon, Nov 19, 2012 at 3:23 PM, Karl Pauls

Re: Android, boot delegation, and preverification

2012-11-19 Thread Karl Pauls
the Android runtime. Argh. Classloader problems are bad enough, but to have this as well. On Thu, Nov 1, 2012 at 2:31 AM, Karl Pauls karlpa...@gmail.com wrote: Part of your problem is that android/davlik is not Java. It doesn't follow normal Java classloading rules. Where that bites us from

Re: Android, boot delegation, and preverification

2012-11-19 Thread Karl Pauls
to avoid that as it will make my build process even worse. I am going to contact members of the Android team to see if they can suggest anything. I will respond with what they say. On Mon, Nov 19, 2012 at 3:15 AM, Karl Pauls karlpa...@gmail.com wrote: I guess you have to patch

Re: how can i give a ConfigurationPermission to a bundle to configure another bundle

2012-11-11 Thread Karl Pauls
...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: how can i give a ConfigurationPermission to a bundle to configure another bundle

2012-11-11 Thread Karl Pauls
the framework whit a security manager, and less where to put the security police whit the allpermission. Regards, Lissuan. -Original Message- From: Karl Pauls [mailto:karlpa...@gmail.com] Sent: Sunday, November 11, 2012 1:49 PM To: users@felix.apache.org Subject: Re: how can i give

Re: how can i give a ConfigurationPermission to a bundle to configure another bundle

2012-11-11 Thread Karl Pauls
- From: Karl Pauls [mailto:karlpa...@gmail.com] Sent: Sunday, November 11, 2012 2:05 PM To: users@felix.apache.org Subject: Re: how can i give a ConfigurationPermission to a bundle to configure another bundle try it without netbeans first maybe? :-) regards, Karl On Mon, Nov 12, 2012 at 2

Re: how can i give a ConfigurationPermission to a bundle to configure another bundle

2012-11-11 Thread Karl Pauls
Lissuan.. -Original Message- From: Karl Pauls [mailto:karlpa...@gmail.com] Sent: Sunday, November 11, 2012 2:21 PM To: users@felix.apache.org Subject: Re: how can i give a ConfigurationPermission to a bundle to configure another bundle You have to also say: -Djava.security.policy

Re: Permissions and 3rd party bundles

2012-11-04 Thread Karl Pauls
: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

Re: Tuning permissions

2012-11-04 Thread Karl Pauls
. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls

  1   2   3   4   5   >