- 09 Nov, 2015 1 commit
-
-
Administrator authored
Missing version for compiler, javadoc, source and deploy plugin in POM was causing some warning messages during the compilation with Maven. In addition, the Javadoc was fixed in the OwnerService and PetService classes.
-
- 02 Nov, 2015 1 commit
-
-
Administrator authored
The addition of the jboss-ejb3.xml file with the security domain configuration allows the deployment of the "services" project as an independent project in a Wildfly/JBoss container.
-
- 27 Oct, 2015 1 commit
-
-
Administrator authored
The REST layer has been added but with incomplete tests. Students will have to complete the tests. This commit includes an important refactorization regarding tests. Test classes and datasets have been moved from the "service" project to a new "tests" project. This way, any project can include this "tests" project as a dependency in order to have access to these common testing resources.
-
- 25 Oct, 2015 1 commit
-
-
Administrator authored
This commit adds the OwnerService and PetService EJBs to the implementation. This commit also includes the tests for this EJBs with two different Wildfly profiles: a H2 profile and a MySQL profile.
-