<mavenModuleSetBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>19</buildNumber><marked><SHA1>ae95a171823f7c9ca5006543718546f77ae2a701</SHA1><branch><SHA1>ae95a171823f7c9ca5006543718546f77ae2a701</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>ae95a171823f7c9ca5006543718546f77ae2a701</SHA1><branch><SHA1>ae95a171823f7c9ca5006543718546f77ae2a701</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>ae95a171823f7c9ca5006543718546f77ae2a701</SHA1><branch><SHA1>ae95a171823f7c9ca5006543718546f77ae2a701</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action></action><action></action><building>false</building><displayName>#19</displayName><duration>107730</duration><estimatedDuration>205050</estimatedDuration><fullDisplayName>μStories 2122 - Team B #19</fullDisplayName><id>19</id><keepLog>false</keepLog><number>19</number><queueId>56</queueId><result>SUCCESS</result><timestamp>1636653367663</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/19/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pom.xml</affectedPath><commitId>65d057a9c10347fbf9e42f6312351ad02ffe964a</commitId><timestamp>1636566783000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/braisda</absoluteUrl><fullName>braisda</fullName></author><authorEmail>braisda@gmail.com</authorEmail><comment>Update pom.xml
Fix execution error with white spaces
</comment><date>2021-11-10 18:53:03 +0100</date><id>65d057a9c10347fbf9e42f6312351ad02ffe964a</id><msg>Update pom.xml</msg><path><editType>edit</editType><file>pom.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java</affectedPath><commitId>b1892193e9f7f83faca27d0d63cb854c468394f4</commitId><timestamp>1636567054000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></author><authorEmail>aggarcia3@esei.uvigo.es</authorEmail><comment>Adds IsEqualToStory Hamcrest matcher
This commit just contains the IsEqualToStory matcher, useful for tests.
</comment><date>2021-11-10 18:57:34 +0100</date><id>b1892193e9f7f83faca27d0d63cb854c468394f4</id><msg>Adds IsEqualToStory Hamcrest matcher</msg><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><commitId>de9208f0f3089846af8c57d52fea7cc876090763</commitId><timestamp>1636567054000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></author><authorEmail>aggarcia3@esei.uvigo.es</authorEmail><comment>Fixes DB creation script not working on some MySQL servers
At least the following server does not like line breaks in the USE 
statement: mysqld  Ver 10.5.12-MariaDB-1 for debian-linux-gnu on x86_64
(Debian 11)
</comment><date>2021-11-10 18:57:34 +0100</date><id>de9208f0f3089846af8c57d52fea7cc876090763</id><msg>Fixes DB creation script not working on some MySQL servers</msg><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/resources-wildfly-embedded-mysql/cleanup-autoincrement.sql</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teamb/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamb/microstories/service/StoryServiceTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/utils/StoriesCompareUtils.java</affectedPath><affectedPath>tests/src/main/resources/scripts/cleanup.sql</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryEJB.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java</affectedPath><affectedPath>service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql</affectedPath><commitId>56015acd1e6c8af0198435f99fd6d965217c69bc</commitId><timestamp>1636567054000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></author><authorEmail>aggarcia3@esei.uvigo.es</authorEmail><comment>Fixes issues derived from the display issue
Fixes part of the integration problems of the untested parts. They have 
participated: Alejandro, Rubén, Irene and Javier.
</comment><date>2021-11-10 18:57:34 +0100</date><id>56015acd1e6c8af0198435f99fd6d965217c69bc</id><msg>Fixes issues derived from the display issue</msg><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java</file></path><path><editType>add</editType><file>service/src/test/resources-wildfly-embedded-mysql/cleanup-autoincrement.sql</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teamb/microstories/jsf/controllers/StoryController.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/utils/StoriesCompareUtils.java</file></path><path><editType>add</editType><file>tests/src/main/resources/scripts/cleanup.sql</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamb/microstories/service/StoryServiceTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java</file></path><path><editType>delete</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryEJB.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java</file></path><path><editType>add</editType><file>service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamb/microstories/service/StoryServiceTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Genre.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/util/HasHttpStatus.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/TestPrincipal.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/utils/StoriesCompareUtils.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teamb/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/RoleCaller.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToEntity.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/utils/StoriesCompareUtils.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Topic.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</affectedPath><commitId>a87aa864c78f730cd1307002c550893f44f2c4a2</commitId><timestamp>1636567054000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></author><authorEmail>aggarcia3@esei.uvigo.es</authorEmail><comment>Fixes problem with package names
The name of the packages is passed from .teamb. a .teamB.
</comment><date>2021-11-10 18:57:34 +0100</date><id>a87aa864c78f730cd1307002c550893f44f2c4a2</id><msg>Fixes problem with package names</msg><path><editType>delete</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teamb/microstories/jsf/controllers/StoryController.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToEntity.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/RoleCaller.java</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/TestPrincipal.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Topic.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java</file></path><path><editType>delete</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamb/microstories/service/StoryServiceTest.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Genre.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/utils/StoriesCompareUtils.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/utils/StoriesCompareUtils.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/util/HasHttpStatus.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java</affectedPath><commitId>fb352839ec2b715eecdca20c5b6172ca2b8f3862</commitId><timestamp>1636567054000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></author><authorEmail>aggarcia3@esei.uvigo.es</authorEmail><comment>Deletes uncompleted tasks
</comment><date>2021-11-10 18:57:34 +0100</date><id>fb352839ec2b715eecdca20c5b6172ca2b8f3862</id><msg>Deletes uncompleted tasks</msg><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>delete</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java</file></path><path><editType>delete</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/util/HasHttpStatus.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>jsf/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>service/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/TestPrincipal.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/http/util/HasHttpStatus.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.java</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/RoleCaller.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/TestPrincipal.java</affectedPath><commitId>2d4227837ab43e805b5c8cb8053df2ce9af3645f</commitId><timestamp>1636646891000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></author><authorEmail>aggarcia3@esei.uvigo.es</authorEmail><comment>Readds JSF code and fixes several things
- Persistence unit definition files were repeated accross modules. This
 is not ideal because it opens the possibility of them becoming out of
 sync, and using symlinks is awkward in Windows. More importantly,
 though, this also caused definitions to be overwritten in the result
 WARs and JPA failing to locate the domain entity classes. An
 alternative way to fix this would be adding &lt;class&gt; elements to the
 unit definition files, but that just adds even more complexity. Let's
 see if Java EE is concise and DRY for once...
- JSF code that did not work was added.
- Code added in previous commits, namely test, JSF controller and EJB
 code was refactored and simplified.
</comment><date>2021-11-11 17:08:11 +0100</date><id>2d4227837ab43e805b5c8cb8053df2ce9af3645f</id><msg>Readds JSF code and fixes several things</msg><path><editType>delete</editType><file>service/src/main/resources/META-INF/persistence.xml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/util/HasHttpStatus.java</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/TestPrincipal.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/RoleCaller.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/TestPrincipal.java</file></path><path><editType>delete</editType><file>jsf/src/main/resources/META-INF/persistence.xml</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/http/util/HasHttpStatus.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><commitId>fa7da1c8c6378d52d7ea7a8491c2ff23991acfe7</commitId><timestamp>1636647476000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></author><authorEmail>aggarcia3@esei.uvigo.es</authorEmail><comment>Fixes tests of story EJB not passing
This was due to a missing class that was referenced in beans.xml.
</comment><date>2021-11-11 17:17:56 +0100</date><id>fa7da1c8c6378d52d7ea7a8491c2ff23991acfe7</id><msg>Fixes tests of story EJB not passing</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/main/resources/META-INF/persistence.xml</affectedPath><commitId>77b432d4f82e1fb1a743f8f19cc7e55455d56ee5</commitId><timestamp>1636647613000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></author><authorEmail>aggarcia3@esei.uvigo.es</authorEmail><comment>Deletes remnants of maybe unneeded persistence.xml files
See description of commit 2d4227837ab43e805b5c8cb8053df2ce9af3645f for 
more information.
</comment><date>2021-11-11 17:20:13 +0100</date><id>77b432d4f82e1fb1a743f8f19cc7e55455d56ee5</id><msg>Deletes remnants of maybe unneeded persistence.xml files</msg><path><editType>delete</editType><file>rest/src/main/resources/META-INF/persistence.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/styles/main.css</affectedPath><commitId>aad46b7ef0980d39fc3be11badf2de4c0e06fdc8</commitId><timestamp>1636652748000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/braisda</absoluteUrl><fullName>braisda</fullName></author><authorEmail>braisda@gmail.com</authorEmail><comment>tsk6 Lists Recent Stories
This commit permits add recent stories to main page
</comment><date>2021-11-11 18:45:48 +0100</date><id>aad46b7ef0980d39fc3be11badf2de4c0e06fdc8</id><msg>tsk6 Lists Recent Stories</msg><path><editType>edit</editType><file>jsf/src/main/webapp/styles/main.css</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></culprit><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/braisda</absoluteUrl><fullName>braisda</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>