Versions Compared

Key

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

...

Now, we are ready to deploy our service assembly. For doing this we just copy the created service assembly jar file (my-cxf-sa/target/my-cxf-sa-1.0-SNAPSHOT.jar) into the hotdeploy folder of your ServiceMix installation. Watch the service mix console window for success (or maybe errors).

Conclusion

Things to remember

  • You can use the servicemix-service-assembly archetype to quickly create a Maven SA project.
  • Add SU to your SA by adding dependencies to your pom.xml

...