Versions Compared

Key

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

Creating the CXF-BC Service Unit

Wiki Markup
{scrollbar}

On this page we are going to

Excerpt

create the cxf-bc service unit.

.

Using a Maven archetype to create the service unit project

ServiceMix provides several Maven archetypes to help you create your projects more rapidly and reliably. We start off by using the servicemix-cxf-bc-service-unit archetype, which is used for creating a servicemix-cxf-bc service unit project.

...

No Format
 
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] ------------------------------------------------------------------------
...
[INFO] OldArchetype created in dir: c:\home\Diplomka\_mySA\tutorial-wsdl-cxf-ser
vice\my-cxf-bc-su
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Tue Aug 05 07:56:59 CEST 2008
[INFO] Final Memory: 8M/14M
[INFO] ------------------------------------------------------------------------

What is being generated?

First of all, the archetype creates the project directory my-cxf-bc-su, containing:

...

Now, we will have to configure this service unit to provide the services we want.

Proceed to the next step



Wiki Markup
{scrollbar}