Camel/Karaf feature file for Spring 3.0.1

2010-06-16 Thread Charles Moulliard
Hi, Do we have a camel (or maybe karaf) feature file including Spring bundles 3.0.1 ? KR, Charles Moulliard Senior Enterprise Architect (J2EE, .NET, SOA) Apache Camel/ServiceMix Committer *** - Blog :

Re: Testing Swing apps built with OSGi

2010-06-16 Thread Duncan Child
Thanks for the suggestions. I know how to write regular unit tests with fragment bundles and was hoping for something comparable for the UI. Anyway, I am still interested to hear how people are structuring their acceptance tests for Swing/OSGi applications. I will also take a look at SWTBot

Web Management Console / Configuration and Spring-DM

2010-06-16 Thread Olaf Otto
Hi everybody What are the requirements for a service to show up in Configurations in the Configuration of the web management console? I am using spring-osgi (spring DM) version 1.2.1 and Spring 3.0 in felix. According to their documentation

Re: Web Management Console / Configuration and Spring-DM

2010-06-16 Thread Justin Edelson
IIRC, you need to manually create metatype information for configurations to show up in this plugin. Create a file /OSGI-INF/metatype/metatype.xml and populate it according to the Metatype spec using the PID you reference from Spring DM. You can see an example of this here:

Re: Web Management Console / Configuration and Spring-DM

2010-06-16 Thread Olaf Otto
Hi Justin Thank's for the hint! I'll try that. Regards, Olaf On 06/16/2010 06:57 PM, Justin Edelson wrote: IIRC, you need to manually create metatype information for configurations to show up in this plugin. Create a file /OSGI-INF/metatype/metatype.xml and populate it according to the

Swing Apps OSGI...

2010-06-16 Thread Tony Anecito
Has anyone been able to get OSGI working with java Web Start? Or is there a different recommendation for intial deployment for Swing-OSGI. Seems like OSGI is good for after you deploy but not the model for initial deployment for java apps. Web Start handles jnlp initial deployment of the java

Re: Swing Apps OSGI...

2010-06-16 Thread Marcel Offermans
Hello Tony, On Jun 16, 2010, at 19:41 , Tony Anecito wrote: Has anyone been able to get OSGI working with java Web Start? Yes. You can use web start to bootstrap the framework plus some kind of launcher or management agent that understands the web start environment (perhaps reading some

Re: Swing Apps OSGI...

2010-06-16 Thread Tony Anecito
Thanks Marcel that confirms what I have read. I had heard no one has tried using JWS + OSGI but I asked that question many months ago. I tried using that combination but ran into issues and had some other deadlines to get through first. Have you or anyone else seen an example you can point me

NoClassDefFoundError after 15 method calls

2010-06-16 Thread Issac Noé García
Hi, this is my first post here, I have a bug I can solve :( The context: The platform: I'm using iPOJO 1.6.2, Felix 2.0.5, Jetty 1.0.1, XMLRPC or JsonRPC The application : I have two iPOJO components (service-exporter and real-service) service-exporter requires the real-service and expose it as a

Re: Swing Apps OSGI...

2010-06-16 Thread Rob Walker
Yep - we have it working fine, albeit we use a very thin webstart layer which is really just a custom launcher. The launcher loads the usual OSGi properties via URL, which amongst other things then installs and starts the various bundles, whose location are also specified via URLs in the