Hello,

You have access to some examples in the <servicemix_home>\samples directory from your install. One of the first examples I got to work was the Protocol Bridge <http://incubator.apache.org/servicemix/creating-a-protocol-bridge.html> example (http://incubator.apache.org/servicemix/creating-a-protocol-bridge.html). This example is fairly simple because its all done without writing any java code.

As for Maven, if you have a pom.xml in a directory (which is true for most of ServiceMix) it is equivalent to an Ant build.xml. Unlike Ant, it will look in subdirectories for other pom.xml documents and build them as well.

Most of the build scripts are in Maven, but you don't need to know a lot about it, just some simple commands. From the directory with the pom.xml

   Typical build and jar:
   /mvn install/

   Clean, build and jar:
   /mvn clean install/

Regards,
Gordon Dickens


cjn wrote:
Hi,

  I'm attempting to evaluate ServiceMix but am struggling to get started.
I'd like to use ServiceMix in embedded mode, using Spring 2.0 and wsdl-first
JAX-WS services, along with various WS-* extras. I have service mix
installed and have sucessfully run some of the examples. However the example
servicemix.xml Spring app contexts just give XML Schema errors and I can't
find any source code for the examples, just Maven poms? (I'm afraid I'm from
an Ant background)

Any help (links or simple examples) gratefully received!
--
View this message in context: 
http://www.nabble.com/Struggling-to-evaluate-ServiceMix-tf4202768s12049.html#a11954116
Sent from the ServiceMix - User mailing list archive at Nabble.com.




Reply via email to