Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A basic ServiceMix deployer has been integrated with Geronimo. You can now deployer JBI deployment units to a running Geronimo server using the geronimo deployment tool.

TODOs

  • Servicemix geronimo deployer should be ehanced to take advantage of Geronimo's classloader architecture
  • Build and integrate JBI binding compoents with geronimo. (At least integrate a HTTP, WS, and JMS binding components)

Deploying JBI Components

The JBI spec describes in detail how to create a valid JBI deployment unit. In essence, it is a jar file with a META-INF/jbi.xml with other resource jars inside it. Please see Deployment Units for more information.

...

Code Block
11:44:24,865 INFO  [Configuration] Started configuration example-engine-1
11:44:24,869 INFO  [ServiceMixDeployment] Starting: /Users/chirino/sandbox/geronimo/modules/assembly/target/geronimo-1.0-SNAPSHOT/config-store/20/META-INF/jbi.xml
...
11:44:25,783 INFO  [DefaultListableBeanFactory] Creating shared instance of singleton bean 'jbi'

TODOs

  • Servicemix geronimo deployer should be ehanced to take advantage of Geronimo's classloader architecture
  • Build and integrate JBI binding compoents with geronimo. (At least integrate a HTTP, WS, and JMS binding components)