equinox
OSGi bundle start order linux vs windows
I am currently deploying a numb开发者_高级运维er of bundles into equnox using pax-runner.The bundles are in a folder, the path to this is passed to runner in an args file.The problem I have is that th[详细]
2023-01-23 02:04 分类:问答JAX-WS with Equinox OSGi
We have created a web service using JAX-WS and ProSyst OSGi. Accessing the service with the following code works fine in a standalone Java application[详细]
2023-01-18 11:22 分类:问答maven : getting dependency details (Equinox)
New to maven and equinox. While going through a tutorial on OSGi, I issued the following commmand. pax-provision[详细]
2023-01-17 13:09 分类:问答Who framed the org.osgi.framework.* interfaces?
I understand that OSGI is just a specification and they don\'t event mandate that implementation be in Java.[详细]
2023-01-13 03:16 分类:问答Starting OSGi bundle
I try to run OSGi plug in in Ecl开发者_开发百科ipse. It is empty bundle, but eclipse always send me errors[详细]
2023-01-10 18:19 分类:问答EclipseLink : No Persistence provider for EntityManager named
I\'d like to create one Bundle that is able to use Java Persistence. To achieve this, I\'ve created a plugin project within Eclipse. In my project, I\'ve created a persistence.xml file into META-INF.[详细]
2023-01-06 17:21 分类:问答Best solution for using AOP with OSGI?
I am using Equinox, so the Equinox Aspect project seems like a no-brainer, but that project appears to 开发者_开发技巧be inactive and has only one page of documentation that leaves me hanging at the e[详细]
2023-01-04 09:49 分类:问答In Equinox is it possible to for one feature/bundle to obsolete another?
I have a Eclipse-based project (the Scala IDE for Eclipse) which has recently moved to a new home. I want to change the various feature ids, Bundle-SymbolicNames etc. to reflect the move (ie. so that[详细]
2023-01-04 08:55 分类:问答In Equinox Is it possible to to mark an OSGi bundle as started from its containing feature's p2.inf?
I have an Eclipse feature which includes several bundles. I want to tell p2 to mark one of those bundles as started when the feature is installed. This is possible using the bundles own META-INF/p2.in[详细]
2023-01-03 21:20 分类:问答Can I package my Eclipse extension so the right version is automatically installed?
Is there a way to build an Eclipse Update Site s开发者_如何学Pythono that Eclipse 3.3 will install one version of my plug-in while Eclipse 3.4 will install another version? The feature spec allows for[详细]
2023-01-02 05:48 分类:问答