UnstableChanges

Summary

  1. Sto1: corrections bugs and new implementations (details)
Commit 0e5b26fdd96f683b2ac0325637f80030ade40181 by mgrodriguez3
Sto1: corrections bugs and new implementations
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
    - letta-mysql.inserts.sql
    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
    - Event.java is modified to put the size of attribute head to
      50 characters
task15: add test data
     -user-create-event.xml add new good events and
     bad events to prove they are not created
    -User.java is modified to add public to the default
     constructor
The file was addedservice/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java (diff)
The file was addedadditional-material/db/letta-mysql.initialization.sql (diff)
The file was addedadditional-material/db/letta-mysql.clean.sql (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java (diff)
The file was removedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/EventEJBTest.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/project/ejb/ServiceTestSuite.java (diff)
The file was removedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java (diff)