Swing GUI doesn't show up in ipojo 10 minutes

2010-04-12 Thread Yu Huang
hello, I am a new bie to felix and ipojo, just simply followed the iPojo in 10 minnutes instruction :http://felix.apache.org/site/ipojo-in-10-minutes.html successfully compiled every java files, and started all of them, but, there is no UI showed up after start the spell.checker.gui bundle.

Deadlock while calling "Toolkit.getDefaultToolkit()" in an OSGi environment

2010-04-12 Thread simon . eiersbrock
Hi, My use case is: I want to render an image on the server side. I'm using the AWT-APIs for this. My problem: I'm getting a deadlock when calling the method "Toolkit.getDefaultToolkit()" in an OSGi environment (equinox or felix). Here is a test case to reproduce the problem: http://support.i

Re: Swing GUI doesn't show up in ipojo 10 minutes

2010-04-12 Thread Clement Escoffier
Hi, Did you try the 'solution' ? Go to the solution directory, call 'ant'. Then, go back to the felix directory, and launch felix (java -jar bin/felix.jar). Then, execute the following commands: start file:../solution/spell.services/output/spell.services.jar start file:../solution/spell.english/o

Re: Swing GUI doesn't show up in ipojo 10 minutes

2010-04-12 Thread Yu Huang
it works, didn't notice the 'solution', thank you very much. On Mon, Apr 12, 2010 at 2:18 PM, Clement Escoffier < clement.escoff...@gmail.com> wrote: > Hi, > > Did you try the 'solution' ? > Go to the solution directory, call 'ant'. Then, go back to the felix > directory, and launch felix (jav

Maven SCR Plugin, SCR Annotations and DS reference bind order.

2010-04-12 Thread Stephen Flynn
Apologies if this is posted in the wrong place or this issue has already been raised and I have missed it. We use SCR annotations (1.2.0) and the SCR Maven Plug-in (1.4.2) to generate DS 1.1 component descriptors. All works well except for one issue - we cannot find a way to control the orde

Re: Maven SCR Plugin, SCR Annotations and DS reference bind order.

2010-04-12 Thread Carsten Ziegeler
Hi Stephen, I think you understand 112.5.7 correctly and looking at the SCR Maven Plugin implementation, we use a map to store the references before they are written out - so we definitly loose the order; which is bad. Therefore I think you found a bug; can you open a Jira issue (against the Mave

Re: Deadlock while calling "Toolkit.getDefaultToolkit()" in an OSGi environment

2010-04-12 Thread Richard S. Hall
There apparently is a bug in Java native library loading that causes this: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4809647 If you are using the Felix shell TUI, you can try to set the following system property when you launch the framework: -Dshell.tui.checkinput=true -> r

working with felix and maven

2010-04-12 Thread Nicolas Delsaux
Hi all, I'm wishing to build an application atop of OSGi. For now, i've choose to work with Felix. What I would like to have is a stack allowing me to have my projects built and tested by maven. For now, I've tested - maven-bundle-plugin, which works great for its task - maven-ipojo-plugin, which

karaf 1.4.0 and webconsole javax.servlet.UnavailableException: java.lang.NullPointerException

2010-04-12 Thread Mark
Hello, I have done a clean install of karaf 1.4.0 from the console I then did features:install webconsole [  33] [Active ] [    ] [   60] geronimo-servlet_2.5_spec (1.1.2) [  34] [Active ] [    ] [   60] Apache ServiceMix Bundles: jetty-6.1.22 (6.1.22.1) [  35] [Active   

classcastexception configuration admin

2010-04-12 Thread Christopher Brind
Hi, I'm getting the exception at the end of the email when running our app on Java 5. However, it runs fine on Java 6. The app is actually running embedded in a WAR deployed to JBoss 4.2.2 GA. This problem stops our components (all SCR based) from being activated and actually sets them to disab

Re: Regression in OBR 1.6.0?

2010-04-12 Thread Allen Lau
The SNAPSHOT version works. Thanks for the fix. On Fri, Apr 9, 2010 at 10:29 AM, Guillaume Nodet wrote: > It should be fixed now. I've just uploaded a snapshot of 1.6.1-SNAPSHOT > that should fix the problem. > > On Fri, Apr 9, 2010 at 16:02, Guillaume Nodet wrote: > > > Yes, this is a regress

Re: classcastexception configuration admin

2010-04-12 Thread Felix Meschberger
Hi, It looks like for some interesting reasons the configadmin and the scr bundles bind to different exported Configuration Admin API packages. I would assume, that this is an issue of multiple bundles exporting the same package, probably at different versions and thus causing this mishap. The ex