Difference between revisions of "How to add OSGI Bundles"

From RifidiWiki

Jump to: navigation, search
Line 5: Line 5:
  
 
oracle.jdbc.driver,1.0.0,plugins/oracle.jdbc.driver_1.0.0.jar,4,true
 
oracle.jdbc.driver,1.0.0,plugins/oracle.jdbc.driver_1.0.0.jar,4,true
 +
* 3) Once RIFIDI Edge starts at OSGI prompt type ss to verify bundle is ACTIVE
  
 
Note: OSGI Bundles include in the Spring Framework can be found here - http://ebr.springsource.com/repository/app/
 
Note: OSGI Bundles include in the Spring Framework can be found here - http://ebr.springsource.com/repository/app/

Revision as of 20:23, 6 October 2013

  • 1) Add Osgi bundle .jar to server/plugins (not included out of teh box with RIFIDI Edge)
  • 2) update bundles.info in server/configuration/org.eclipse.equinox.simpleconfigurator

example bundles.info entry

oracle.jdbc.driver,1.0.0,plugins/oracle.jdbc.driver_1.0.0.jar,4,true

  • 3) Once RIFIDI Edge starts at OSGI prompt type ss to verify bundle is ACTIVE

Note: OSGI Bundles include in the Spring Framework can be found here - http://ebr.springsource.com/repository/app/

Personal tools