SuccessChanges

Summary

  1. tsk37 Adds the functionality to create a new Story in the EJB (details)
Commit 4657d45a9a562ae574bcea2578f9c09527bee9fb 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 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 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 addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/util/security/AuthorRollerCaller.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)