http.jetty-4.08 release required

2019-02-16 Thread Paul F Fraser
Hi, I am not on the dev list but have been advised to petition the dev list to request the release of http.jetty-4.08. Missing metadata is causing some concern. Can someone please pass this on to the dev list. Paul Fraser

Felix Http DecoratedObjectFactory

2018-08-16 Thread Paul F Fraser
websockets. Paul Fraser - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Replace ResourceServlet

2018-02-13 Thread Paul F Fraser
text. Well done by all concerned. Paul Fraser - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: Using Felix Framework Security

2016-04-15 Thread Paul F Fraser
Hi Robert, You have done your duty now and given back to the list :-) What you have provided will help me through this security jungle, Thanks for your contribution, Paul On 15/04/2016 8:38 PM, Robert Onslow wrote: Glad I can maybe do something useful for the list here, because I spent

Re: Using Felix Framework Security

2016-04-15 Thread Paul F Fraser
, Regards Paul On 15/04/2016 8:33 PM, Karl Pauls wrote: Hi, Any of the tutorial/slideshare/examples etc. I could find are very old. there are some examples that should still work here: https://github.com/mcculls/osgi-in-action/tree/master/chapter14/combined-example Is OSGi security being used

Using Felix Framework Security

2016-04-14 Thread Paul F Fraser
assistance in this area, which seems to be bypassed by many OSGi developers, would be most appreciated. Regards Paul Fraser - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h

Re: Using config admin to setup https

2016-04-13 Thread Paul F Fraser
On 14/04/2016 5:11 AM, Karel Haeck wrote: Paul, any reason why you are using a factory configuration ? replacing config = configAdmin.createFactoryConfiguration(pid, null); with config = configAdmin.getConfiguration(pid, null); should work. Hi Karel, Thanks, the problem was as you

Using config admin to setup https

2016-04-12 Thread Paul F Fraser
. Presumably the http bundle starts and creates the default version. How do I replace the default service? Thanks, Paul Fraser @Component public class JettyConfig { @Reference ConfigurationAdmin configAdmin; private Configuration config; private Path keystorePath; @Activate

Re: Felix and JavaMail

2016-03-06 Thread Paul Bakker
Hi Mark, Do you explicitly need JavaMail, or do you just want to send mail from Java? If you don't need JavaMail, there's a component in Amdatu that offers this. It supports both smtp and AWS SES. http://amdatu.org/components/email.html <http://amdatu.org/components/email.html>

Re: Websockets in felix.http?

2015-10-21 Thread Paul Bakker
w-default Cheers, Paul On Wed, Oct 21, 2015 at 2:45 PM Thomas Driessen < thomas.driessen...@gmail.com> wrote: > Hi, > > I wanted to ask if Websockets are supported by felix.http like servlets > are, which means I only have to annotate my class with > > @ServerEndpoi

Re: Aries Subsystems using Repository

2015-10-10 Thread Paul F Fraser
Capability. At least, I am not going mad, Thanks John & David, Paul - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Aries Subsystems using Repository

2015-10-09 Thread Paul F Fraser
y one able to point me to a working feature subsystem example where the dependent bundles use DS and are not in the esa file? Perhaps David might be kind enough to add a simple example to his Github examples :) Regards Paul F

Re: Spring MVC equivalent for OSGI webapps

2015-04-20 Thread Paul Bakker
.java?at=master 3) Example of Felix HTTP WebSockets: https://github.com/paulbakker/osgi-websockets-examples Cheers, Paul On Tue, Apr 21, 2015 at 6:34 AM Andy Lee wrote: > I'm trying to build a webapp with Felix embedded in a war, using Spring MVC > for mapping controllers and

Re: WebSockets usage

2015-03-30 Thread Paul Bakker
Hi Alexander, It's not completely up to date (it was created before the release of Felix HTTP), but I have two examples on github: https://github.com/paulbakker/osgi-websockets-examples Cheers, Paul On Mon, Mar 30, 2015 at 11:03 AM Alexander Broekhuis wrote: > Hi all, > > I&#

Re: Deploying jar (javax.persistence) using fileInstall causes DependencyManager to Stop

2015-02-09 Thread Paul Bakker
Hi Frank, Good that you fixed it :-) In general, you don't want to add osgi.cmpn and the like to a run configuration. Use them build time only. Cheers, Paul On Mon Feb 09 2015 at 5:02:50 PM Frank Langel wrote: > Update and resolution: > > Hi, I was able to fix th

Re: iPOJO in JavaFX Application

2015-02-04 Thread Paul Bakker
27;ve also written a blog with a slightly different approach: http://paulonjava.blogspot.nl/2014/11/making-javafx-better-with-osgi.html Cheers, Paul On Wed Feb 04 2015 at 2:29:09 PM Arjay Sitoy wrote: > I am doing a Javafx application in Apache Felix along with some experiments > using iPO

Re: OSGi and Git - what release process, how many repos?

2014-08-12 Thread Paul Bakker
ctices might be completely different when using Maven for example. Before deciding on a repository structure you should probably first decide on the tool stack. Of course I would recommend Bndtools. Cheers, Paul On Tue, Aug 12, 2014 at 11:48 AM, Bulu wrote: > Hi Paul, hi all > > D

Re: OSGi and Git - what release process, how many repos?

2014-08-11 Thread Paul Bakker
means that although we always tag our complete product version in GIT, it might mean that a new product release only contains a single updated bundle. Our release process is entirely automated, all the way from setting the tag to deploying to production servers and is used on several large projects

Re: Building better OSGi applications

2014-07-19 Thread Paul Bakker
@Bram, that would be great! Like Marcel said, contact us on the Amdatu mailinglist about this :-) Cheers, Paul On Sat, Jul 19, 2014 at 5:50 PM, Marcel Offermans < marcel.offerm...@luminis.eu> wrote: > On 19 Jul 2014, at 16:26 pm, Bram Pouwelse wrote: > > > I've built

Re: Building better OSGi applications

2014-07-19 Thread Paul Bakker
I assume you're talking about JPA with Apache Aries? I'm not very familiar with Aries, but if it really requires Blueprint I would seriously consider not using CMP. It's fairly easy to manage JPA transactions manually, so CMP doesn't really justify the downsides in my opinion.

Re: Building better OSGi applications

2014-07-17 Thread Paul Bakker
the next major version is almost completed. I have a preference for DM, but like Neil said; both are fine. Cheers, Paul On Thu, Jul 17, 2014 at 12:18 PM, Bulu wrote: > Thanks for the answers so far. > > Basically I now have to choose one of two methods (declarative services

Re: Building better OSGi applications

2014-07-17 Thread Paul Bakker
e the problem you are describing, which is a very common one :-) Cheers, Paul On Thu, Jul 17, 2014 at 10:04 AM, Bulu wrote: > Hi all > > I'm building an application on an embedded system which will contain ~20 > bundles. > > There are many dependencies of services - sa

Re: Upgrading to Java 8 with Felix and BND

2014-03-18 Thread Paul Bakker
Java 8 support in Bnd is high on my wish list as well, I created an issue to track further discussion and progress: https://github.com/bndtools/bnd/issues/485 Cheers, Paul On Tue, Mar 18, 2014 at 10:52 PM, Mark Derricutt wrote: > ASM 5.0 is out: http://asm.ow2.org/history.html > >

Re: ipojo - service setup with constructor-parameter or method

2011-04-24 Thread Paul Neyens
Hi, I do need the property value to be injected, so the combination of a and section is a perfect solution for me. Thanks for clarifying! Paul On 24 April 2011 14:56, Clement Escoffier wrote: > Hi, > > Service properties can only be injected into fields or be 'static' (n

ipojo - service setup with constructor-parameter or method

2011-04-22 Thread Paul Neyens
service is registered but the property is never injected (through constructor or setter). Am I overlooking some mistake I made, is there another way to achieve this or is this a missing feature? Thanks, Paul - To unsub

RE: File Install & ManagedServiceFactory configurations

2009-01-21 Thread Paul Neyens
Done: FELIX-895 Kind regards, Paul > -Oorspronkelijk bericht- > Van: Peter Kriens [mailto:peter.kri...@aqute.biz] > Verzonden: woensdag 21 januari 2009 19:11 > Aan: users@felix.apache.org > Onderwerp: Re: File Install & ManagedServiceFactory configurations > >

File Install & ManagedServiceFactory configurations

2009-01-21 Thread Paul Neyens
:= ( '-' )? '.cfg') Is this desired/expected behavior? I would expect that subnames only have to be unique for a specific pid. Thanks, Paul - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org

Re: Exposing classes to bundles in an application embedding the framework

2008-12-04 Thread Paul
Le Thursday 04 December 2008 15:51:36 Karl Pauls, vous avez écrit : > felix.apache.org > > - documentation > >- Subprojects > > - Apache Felix Framework > > -Apache Felix launching and embedding > > :-) !! It seems I didn't wake up today... Thanks again Ka

Re: Exposing classes to bundles in an application embedding the framework

2008-12-04 Thread Paul
Thanks a lot Karl, this page is very instructive. I couldn't find a way to it from the felix site, is it linked from any other page ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Exposing classes to bundles in an application embedding the framework

2008-12-04 Thread Paul
ndle I get this exception : org.osgi.framework.BundleException: Unresolved constraint in bundle 1: package; (package=net.acme.utils) Do I have to specify which packages in my main classpath are exposed to bundles ? There must be something I didn't understood well. Any help appreciated.

Re: Felix on read-only filesystem

2008-10-28 Thread Paul
ook at BundleCache, BundleArchive and BundleRevision and several public methods use File as parameter or return type so I feel that implementing a full inmemory bundle cache won't be trivial. I've not yet looked at bundle installation by reference, could you tell me

Re: Felix on read-only filesystem

2008-10-27 Thread Paul
your time Karl. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Felix on read-only filesystem

2008-10-27 Thread Paul
felix is not my buddy on this one :) Any other idea ? Paul Le Monday 27 October 2008 17:04:04 Karl Pauls, vous avez écrit : > Hi Paul, > > the simple answer is no. Currently, there is no way to configure felix > without the bundle cache stored on disk. However, it should be > poss

Felix on read-only filesystem

2008-10-27 Thread Paul
felixaware-body explain me what would be the steps needed to achieve this ? I'm not closed about other options, but felix is oss and is supported by the asf. This is important to me. Thanks in advance Paul - To unsubscribe, e-ma

RE: SCR race condition

2008-06-19 Thread Paul Neyens
Hi Felix, Sorry for the late response, I haven't been accessing these mails for a while. I've tried the current 1.0.2 version and it works fine! Thanks, Paul -Oorspronkelijk bericht- Van: Felix Meschberger [mailto:[EMAIL PROTECTED] Verzonden: maandag 2 juni 2008 15:13

RE: SCR race condition

2008-05-08 Thread Paul Neyens
Done: key = FELIX-550 As mentioned in the JIRA entry, I could not reproduce the error with logging turned on and set to debug level. Best regards, Paul -Oorspronkelijk bericht- Hi, Am Donnerstag, den 08.05.2008, 11:09 +0200 schrieb Paul Neyens: > What I am seeing, is that w

RE: SCR race condition

2008-05-08 Thread Paul Neyens
tion is helpfull, I haven't been able to extract a log (yet). Regards, Paul -Oorspronkelijk bericht- Van: Felix Meschberger [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 6 mei 2008 14:59 Aan: users@felix.apache.org Onderwerp: Re: SCR race condition Hi, Am Dienstag, den 06.05.2008,

SCR race condition

2008-05-06 Thread Paul Neyens
y however be a more appropriate solution... Regards, Paul Neyens - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]