Seam Spring Example
===================

This example shows Seam/Spring integration. This application runs on AS as
a WAR file.

To deploy the example, follow these steps:

* In the example root directory run:

    mvn clean install

* Set JBOSS_HOME environment property.

* In the spring-web directory run:

    mvn jboss-as:deploy

