1. 05 Oct, 2016 2 commits
    • Administrator's avatar
      Completes some tests for better coverage · 7cda9769
      Administrator authored
      Some test of the service and rest projects have been updated for better
      coverage, achieving a 100% coverage in most of them.
      7cda9769
    • Administrator's avatar
      Fixes the EAR deployment to Wildfly · 6e691966
      Administrator authored
      On previous commits, the name of the EAR was changed but the Wildfly plugin
      wasn't updated to use the new name. This commit changes the Wildfly deployment
      configuration to fix this problem.
      6e691966
  2. 28 Sep, 2016 2 commits
    • Administrator's avatar
      Disables, temporarily, the JSF tests · ebf380df
      Administrator authored
      The JSF tests are misbehaving with the latest Firefox versions and,
      therefore, they have been temporaly disabled.
      ebf380df
    • Administrator's avatar
      Updates the project for the 16/17 course · 6840294c
      Administrator authored
      The README.md has been update to reference the new course and the new
      Eclipse version. In addition, the general pom.xml file has been updated
      to include the newer versions of the dependencies, and the ear/pom.xml
      has been modified to include more project information in the generated
      EAR.
      
      On the other hand, the testing mysql-ds.xml have been removed and the
      standalone.xml testing files have been updated to include the datasource
      data.
      6840294c
  3. 09 Nov, 2015 1 commit
    • Administrator's avatar
      Minor fixes to solve some compilation warnings · 0a51d50a
      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.
      0a51d50a
  4. 08 Nov, 2015 4 commits
  5. 03 Nov, 2015 2 commits
    • Administrator's avatar
      Updates the README.md explaining how to run the application · 9663e093
      Administrator authored
      This commit adds the instructions to run the application in a WildFly server.
      9663e093
    • Administrator's avatar
      Adds the JSF and EAR projects · f5c55dc2
      Administrator authored
      This commit adds the JSF project with a web application that allows the
      management of owners (by the administrators) and pets (by the owners).
      The JSF project includes the functional tests for the owners management
      page.
      
      The EAR project only contains a POM that creates an EAR distribution of
      the system.
      f5c55dc2
  6. 02 Nov, 2015 2 commits
  7. 27 Oct, 2015 3 commits
    • Administrator's avatar
      Explains the Arquillian configuration in the README.md file · e28f2a5e
      Administrator authored
      An explanation of how Arquillian tests are configured and how to run the
      Arquillian tests in the Eclipse project has been added to the root
      README.md.
      e28f2a5e
    • Administrator's avatar
      Adds the HasHttpStatus matcher · 40bf4a1a
      Administrator authored
      This matchers makes the Response status easier to check in tests.
      40bf4a1a
    • Administrator's avatar
      Adds the REST layer implementation partially tested · f739d617
      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.
      f739d617
  8. 25 Oct, 2015 1 commit
    • Administrator's avatar
      Adds the service layer implementation · 7fe00cf8
      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.
      7fe00cf8
  9. 23 Oct, 2015 2 commits
  10. 05 Oct, 2015 1 commit
  11. 29 Sep, 2015 1 commit
  12. 27 Sep, 2015 1 commit
    • Administrator's avatar
      Initial commit · 0fea0159
      Administrator authored
      Initial commit with a basic .gitignore, README.md and POM files.
      0fea0159