THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
 
  Apache ServiceMix NMR #usernavbar() #printableicon() #pdficon() #feedicon()  
When you contribute content to this Wiki, you grant a license to the ASF for inclusion in ASF works (as per the Apache Software License).
  1. Quick Start

Versions Compared

Key

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

...

Anchor
top
top

1. Quick start

Installing the NMR and JBI layers

  • Install ServiceMix Runtime
  • Inside the Runtime console, launch the following commands:
    Code Block
    features addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features-snapshot.xml
    obr addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/repository-snapshot.xml
    nmr   
    jbi
    

You should have the following output:
No Format
bgColor#000000
borderStylesolid
gnodet@Guillaume-Nodets-MacPro.local:/> features addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features-snapshot.xml
gnodet@Guillaume-Nodets-MacPro.local:/> obr addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/repository-snapshot.xml
gnodet@Guillaume-Nodets-MacPro.local:/> nmr
This feature is not yet installed.  Do you want to install it (y/n) ? 
Installing feature.  Please wait...
Target resource(s):
-------------------
   ServiceMix NMR Core (1.0.0.SNAPSHOT)
   ServiceMix NMR Spring (1.0.0.SNAPSHOT)
   ServiceMix NMR Commands (1.0.0.SNAPSHOT)
   ServiceMix NMR API (1.0.0.SNAPSHOT)
   ServiceMix NMR OSGi (1.0.0.SNAPSHOT)

Required resource(s):
---------------------
   ServiceMix OSGI Common Bundles: junit-4.4 (1.0.0.m1)

Deploying...done.
gnodet@Guillaume-Nodets-MacPro.local:/> jbi
This feature is not yet installed.  Do you want to install it (y/n) ? 
Installing feature.  Please wait...
Target resource(s):
-------------------
   ServiceMix NMR Core (1.0.0.SNAPSHOT)
   ServiceMix NMR Spring (1.0.0.SNAPSHOT)
   geronimo-javamail_1.4_spec (1.2.0)
   geronimo-activation_1.1_spec (1.0.1)
   ServiceMix NMR Commands (1.0.0.SNAPSHOT)
   ServiceMix JBI Runtime (1.0.0.SNAPSHOT)
   ServiceMix OSGI Common Bundles: woodstox-3.2.3 (1.0.0.SNAPSHOT)
   ServiceMix JBI Deployer (1.0.0.SNAPSHOT)
   ServiceMix JBI OSGi (1.0.0.SNAPSHOT)
   ServiceMix JBI Commands (1.0.0.SNAPSHOT)
   ServiceMix JBI API (1.0.0.SNAPSHOT)
   ServiceMix NMR API (1.0.0.SNAPSHOT)
   ServiceMix NMR OSGi (1.0.0.SNAPSHOT)

Required resource(s):
---------------------
   ServiceMix OSGI Common Bundles: junit-4.4 (1.0.0.m1)

Deploying...done.

Installing an example

  • Inside the Runtime console, launch the following commands:
    Code Block
    
    features addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features-snapshot.xml
    wsdl-first-example
    
  • Point your web browser to the following location to see the WSDL of the deployed web service:
    Code Block
    
    http://guillaume-nodets-macpro.local:8192/PersonService/main.wsdl
    

#top

Wiki Markup
{scrollbar}