Need Derby to be in the final jar. Bloody hell - all the tests pass. 
diff --git a/standard-test/pom.xml b/standard-test/pom.xml
index 5700b70..bb3e595 100644
--- a/standard-test/pom.xml
+++ b/standard-test/pom.xml
@@ -114,7 +114,7 @@
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <version>10.4.2.0</version>
-      <scope>test</scope>
+      <!-- <scope>test</scope> -->  <!-- While test, we want it in the war -->
     </dependency>
     <dependency>
       <groupId>junit</groupId>