I have an OSGi bundle that uses the bundle-context.xml file to initialize a bean. <bean id=\"myBean\" class=\"test.MyClass\">
I wrote a custom annotation containing metadata for a property and an AnnotationProcessor: @SupportedAnnotationTypes({\"<package>.Property\"})
is it possible to run JSF 2.0 Application as Spring Web Bundle? Is there any OSGi support for JSF 2.0? I didn\'t found any OSGified bundles for Apache MyFaces 2.0开发者_运维百科.
I am writing test cases that have to be executed in 开发者_运维技巧osgi environment, i have put the test data which is a set of files in the test bundle. I am able to access the test data files using
I\'m looking to add the SpringSource EBR (Enterprise Bundle Repository: http://www.springsource.com/repository/) to Nexus as a proxy. My main reason to doing so is that SpringSource OSGi-fied various
I\'m working on a EMF project where I\'ve created a ecore model from a mdl file. I created the corresponding gencore file and generated the code from the gencore file. While EMF has a own serializatio
I have one bundle using the following configuration in pom.xml: <plugin> <groupId>org.apache.felix</groupId>
i have an application server (JBoss) with some EJBs deployed. Now i must develop an OSGi application which i would like to reuse with my application server. I know that new application servers allows
When I run my Eclipse RCP application, it creates a whole lot of directories in my $HOME/.eclipse directory. What is this?
I\'m slightly confused and intrigued as to 开发者_JS百科how blueprint bundles perform dependency injection with an OSGI container.