Versions Compared

Key

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

...

Now, run mvn install from the parent directory to get this output:

No Format
 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] ServiceMix :: tutorial-wsdl-cxf-service ............... SUCCESS [3.031s]
...
[INFO] CXF WSDL Tutorial :: CXF SA ........................... SUCCESS [1.265s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 47 seconds
[INFO] Finished at: Tue Aug 05 09:44:23 CEST 2008
[INFO] Final Memory: 38M/69M
[INFO] ------------------------------------------------------------------------

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

...