Versions Compared

Key

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

...

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'

Wiki Markup
Let's use one of the existing examples and modify it to make it a deployment unit.
The quartz example is a good one. 
For a source distribution"
  cd \[servicemix_install_dir\]\assembly\target\servicemix-2.0.2\bin\servicemix-2.0.2\examples\quartz-binding
  create a directory elsewhere, such as \temp\JBIcomponent
  copy servicemix.xml to \temp\JBIcomponent
  cd \temp\JBIcomponent
  edit servicemix.xml
    -- need to change a few things to make this a service unit

Related Documentation

...