Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: hit "Run Ant before example"

...

Code Block
cd [servicemix_install_dir]\examples\basic

 


Tip
titleHandy Hint

Note: if you are running versione 3.0-M2 and experience a error like
  bla, bla, bla 'Bean class org.quartz.SimpleTrigger' not found bla, bla, bla
probably you have to run ant in \examples\basic directory to download additional packages (as Quartz, Common Pools and Common Collection)

Then type:

Code Block
[servicemix_install_dir]\bin\servicemix servicemix.xml

...