UnstableChanges

Summary

  1. tsk37 Adds the functionality to create a new Story in the EJB (details)
Commit d29cfc81348dc1198af86dfb4b8327f0b6c8fe80 by bcgonzalez4
tsk37 Adds the functionality to create a new Story in the EJB
Adds a method to storyEJB to create stories. The relevant tests are also
added to this method. Adds the AuthorRoleCaller class to run test like a
AUTHOR role. Adds the attribute role to the table user and the AUTHOR
role in the sql script
The file was modifiedtests/src/main/resources/datasets/stories-add.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRoleCaller.java (diff)