UnstableChanges

Summary

  1. Access service for wall event (details)
  2. Access service for wall event (details)
Commit d99bde47660939773e1a37f2ba81bc5f354d9d46 by mgrodriguez3
Access service for wall event
Correction of some bugs:
- supress the anotation transcient on verificationToken
- persistence.xml in jsf need the class name of the entity
- persistence.xml in rest need the class name of the entity
- *.xml update the name of the atributes to the same in
  the database and add users and events to use in the test
- UserEJB modification of the method sendConfirmationUrl
  because the other code not have a good functionality
  when the verificationToken is null
Create:
- EventEJB
- EventEJBTest
- ServiceTestSuite
Update:
- isEqualToUser ckeck the new attribute accepted
- User add new attribute and put the method getter, setter
  and registeredUser with the javaDoc of the method
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-title.xml (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-description.xml (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/EventEJBTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/UserEJB.java (diff)
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-create-event.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToUser.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-location.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-start.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-delete-event.xml (diff)
The file was modifiedadditional-material/db/letta-mysql.full.sql (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-head.xml (diff)
Commit 96be75b39fbd975f4050b1c8136a4d8a7d5b8473 by mgrodriguez3
 Access service for wall event
Correction of some bugs:
- supress the anotation transcient on verificationToken
- persistence.xml in jsf need the class name of the entity
- persistence.xml in rest need the class name of the entity
- *.xml update the name of the atributes to the same in
   the database and add users and events to use in the test
- UserEJB modification of the method sendConfirmationUrl
   because the other code not have a good functionality
   when the verificationToken is null
Create:
- EventEJB
- EventEJBTest
- ServiceTestSuite
Update:
- isEqualToUser ckeck the new attribute accepted
- User add new attribute and put the method getter, setter
and registeredUser with the javaDoc of the method
- letta-mysql.full.sql is empty
The file was modifiedadditional-material/db/letta-mysql.full.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java (diff)