Hide Forgot
Description of problem: The s-ramp UI war is failing to start because it is missing the errai-ui JAR. The fix is easy - just include that JAR in the WAR's WEB-INF/lib directory.
The product build relies on "s-ramp-ui-war-eap61", so the fix needs to go in there too.
I fixed this in the latest s-ramp ER7 tag. The pom.xml file was excluding the errai-ui JAR from the WAR. That used to be OK to do when errai-ui was client-side only. But now there is a server-side component to it as well and it must be included in the WAR.
Verified in CR1