2009-10-21

Knopflerfish at the OSGi Users Forum Germany Oct 27

We've been invited to take part in a panel session at the OSGi Users Forum Germany meeting on the 27th of October in Ludwigsburg, Germany.

The panel will be a beauty contest between the major OSGi frameworks, comparing the pros and cons. I'm convinced this will be a very interesting panel discussion. We should actually have them more often at other OSGi events. The full agenda for the event is here.

Hope to see you there!

/Christer

1 comment:

NewBlogger said...

facing problem in installing a bundle

Postby disismukesh on Today, 14:20
Hi all ..I am new to java and OSGI .
I have downloaded OSGI Tutorial by Knopflerfish to do some hands on with Bundles services etc.
I satrting it using a bat file startup.bat .

Its giving error as below:


E:\Projects\OSGI\knopflerfish.org\osgi>java -jar framework.jar
Knopflerfish OSGi framework, version 4.1.3
Copyright 2003-2009 Knopflerfish. All Rights Reserved.

See http://www.knopflerfish.org for more information.
Loading xargs file E:\Projects\OSGI\knopflerfish.org\osgi\restart.xargs



Loading xargs file E:\Projects\OSGI\knopflerfish.org\osgi\props.xargs
[stderr] Error: java.net.SocketException: Permission denied: connect
[stderr] Error: java.net.SocketException: Permission denied: connect
[stderr] Error: java.net.SocketException: Permission denied: connect
> [stdout] Framework launched

Also when i m trying to build the bundle in eclipse , its says:

[javac] C:\Users\Mukesh\workspace\simplebundle\src\de\vpe\simplebundle\impl\Activator.java:3: package org.osgi.framework does not exist
[javac] import org.osgi.framework.BundleActivator;

I have included the framework.jar in my build path. Then also i m getting this error.

So i m not able to proceed further ..
I wd be grateful for help.