equinox
NoClassDefFoundError although OSGi bundle is there
I get a run time error when trying to run a grails application on Eclipse Equinox. java.lang.NoClassDefFoundError: org/apache/commons/collections/Transformer[详细]
2023-03-22 04:55 分类:问答osgi bundle lifecycle question
I try to learn how osgi works. I\'ve written my first hello-world bundle which gives some console output when the start-method of the bundle activator class is executed. Now, I\'ve read about the lazy[详细]
2023-03-20 13:38 分类:问答How can I use BundleWiring to lookup Bundle/Class relationships (previously done via PackageAdmin)?
I\'m in the process of upgrading my application the latest release of Eclipse Equinox 3.7 and associated libraries. I\'m excited to have the generic support in OSGi 4.3 and digging the new Bundle.adap[详细]
2023-03-18 13:57 分类:问答simple hello world bundle (osgi) fails
I am trying to become familiar with the OSGI platform and I read a German book about it. I tried to follow every tutorial step to get a simple \'hello world\' bundle running but it fails.[详细]
2023-03-15 14:43 分类:问答Running Equinox stand-alone with --launcher.ini option
I\'m trying to run Equinox and antRunner in \"headless\" mode with a custom eclipse.ini file. The \"--launcher.ini\" option should work according to:[详细]
2023-03-12 11:35 分类:问答Services provider and consumer in Spring DM
I have a bundle that should provide and consum a service. My application context is: <bean id=\"dbConsumer\" class=\"service.User\">[详细]
2023-03-12 04:28 分类:问答CannotLoadBeanClassException: Hibernate in a Equinox Bundle
I am developing an application on Equinox. I an a Web Client that calls a jar server service. This jar integrates Spring and Hibernate. My spring config file is:[详细]
2023-03-11 03:57 分类:问答Problem integrating GWT and OSGi
I have a problem integrating GWT into OSGi Equinox container. The entry point webpage runs. I see my first page. However, when I click on a button to realize server call, it does not run.[详细]
2023-03-08 11:54 分类:问答Can Java Interactive Profiler profile osgi bundles?what is the workaround?
you need to specify 开发者_StackOverflow中文版classloader to select classes to profile in JIP.But in OSGi platform each bundle has separate class loader which is decided dynamically. JIP has its own a[详细]
2023-03-07 23:56 分类:问答How to make Axis2 run in an OSGi environment?
I need to access an webservice in an OSGi-Environment (Equinox). I do already have the code for using the webservice as a stand-alone application.[详细]
2023-03-05 23:45 分类:问答