SuccessChanges

Summary

  1. Updates script sql, user javadoc; Creates EventEJB, EventEJBTest (details)
  2. Changes the WildFly testing ports (details)
Commit 7f11998c9f353357237569177ad2d257cf3b4b1a by drvidal
Updates script sql, user javadoc; Creates EventEJB, EventEJBTest
Updates script sql that creates user and event tables; Creates EventEJB
with 2 methods without Test Fixes mapping atribute "dataEvent" by date
with @Column on Event
The file was modifiedadditional-material/db/letta-mysql.full.sql
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/letta/entities/EventsDataset.java
The file was addedtests/src/main/resources/datasets/events4.xml
The file was modifiedadditional-material/db/letta-mysql.test.sql
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java
The file was addedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/EventEJBTest.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/EventEJB.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/EJBTestSuite.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/lettab/domain/Event.java
Commit 1822299167cc13655f68fe3ec7ce11a35d2a46ea by drvidal
Changes the WildFly testing ports
The ports used by the WildFly executed during tests had an offset of
10000. This was the same offset used by the other team, causing port
collisions in the integration server.
This commit increases the offset to 20000 in order to avoid this port
collision.
The file was modifiedjsf/src/test/resources-wildfly-embedded-h2/standalone.xml
The file was modifiedjsf/src/test/resources-wildfly-embedded-mysql/standalone.xml
The file was modifiedjsf/src/test/resources/arquillian.xml
The file was modifiedservice/src/test/resources-wildfly-embedded-mysql/standalone.xml
The file was modifiedservice/src/test/resources/arquillian.xml
The file was modifiedrest/src/test/resources-wildfly-embedded-mysql/standalone.xml
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/standalone.xml
The file was modifiedrest/src/test/resources-wildfly-embedded-h2/standalone.xml
The file was modifiedrest/src/test/resources/arquillian.xml