Skip to content

Instantly share code, notes, and snippets.

@jfuerth
Created March 19, 2012 21:24
Show Gist options
  • Save jfuerth/2127210 to your computer and use it in GitHub Desktop.
Save jfuerth/2127210 to your computer and use it in GitHub Desktop.
diff --git a/se-parent/se-errai/pom.xml b/se-parent/se-errai/pom.xml
index 8713010..33578b3 100644
--- a/se-parent/se-errai/pom.xml
+++ b/se-parent/se-errai/pom.xml
@@ -19,9 +19,18 @@
<jetty.version>6.1.25</jetty.version>
<slf4j.version>1.6.1</slf4j.version>
<uel.impl.version>2.1.2-b04</uel.impl.version>
+ <errai.marshalling.server.classOutput>${baseDir}/src/main/webapp/WEB-INF/classes</errai.marshalling.server.classOutput>
</properties>
<dependencies>
+ <!-- Exclude solder -->
+ <dependency>
+ <groupId>org.jboss.seam.solder</groupId>
+ <artifactId>seam-solder</artifactId>
+ <version>3.0.0.Final</version>
+ <scope>provided</scope>
+ </dependency>
+
<!-- Errai core -->
<dependency>
<groupId>org.jboss.errai</groupId>
@@ -392,6 +401,7 @@
<extraJvmArgs>-Xmx512m</extraJvmArgs>
<treeLogger>true</treeLogger>
<hostedWebapp>src/main/webapp/</hostedWebapp>
+ <server>org.jboss.errai.cdi.server.gwt.JettyLauncher</server>
</configuration>
<executions>
<execution>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment