replaced testing usage of properties config file with default embedded derby usage and the ability to override using system properties including maven profile support with an example of MySQL usage.
diff --git a/employee/employee.model/src/test/java/test/JavaSEExampleTest.java b/employee/employee.model/src/test/java/test/JavaSEExampleTest.java
index 5bac744..6a2f003 100644
--- a/employee/employee.model/src/test/java/test/JavaSEExampleTest.java
+++ b/employee/employee.model/src/test/java/test/JavaSEExampleTest.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010-2012 Oracle. All rights reserved.
+ * Copyright (c) 2010-2013 Oracle. All rights reserved.
  * This program and the accompanying materials are made available under the 
  * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 
  * which accompanies this distribution.