<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>21</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/79/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.2.0-SNAPSHOT/dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.2.0-SNAPSHOT/dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.2.0-SNAPSHOT/dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.war</displayPath><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.2.0-SNAPSHOT/dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>REST</displayName><duration>65323</duration><estimatedDuration>62516</estimatedDuration><fullDisplayName>LETTA 1617 Team A » REST REST</fullDisplayName><id>79</id><keepLog>false</keepLog><number>79</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1483897510210</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/79/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/LettaIllegalArgumentExceptionMapper.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/UserEJB.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/InvalidParamerterExceptionMapper.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/EJBAccessExceptionMapper.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/UserEJBTest.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/exception/LettaIllegalArgumentException.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/UpdateEventController.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</affectedPath><commitId>da52f0732006993fe174551521c1d2d1a3a77905</commitId><timestamp>1483897712000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifcunharro</absoluteUrl><fullName>ifcunharro</fullName></author><authorEmail>ifcunharro@esei.uvigo.es</authorEmail><comment>[sto19-tsk56] Change Generic Exception and adds mappers
 Change throw Exception by custom exceptions, also adds mappers to
exceptions to be used in rest layer
</comment><date>2017-01-08 18:48:32 +0100</date><id>da52f0732006993fe174551521c1d2d1a3a77905</id><msg>[sto19-tsk56] Change Generic Exception and adds mappers</msg><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/EJBAccessExceptionMapper.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/InvalidParamerterExceptionMapper.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/exceptions/mappers/LettaIllegalArgumentExceptionMapper.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/UpdateEventController.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/UserEJB.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/UserEJBTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/exception/LettaIllegalArgumentException.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifcunharro</absoluteUrl><fullName>ifcunharro</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/79/mavenArtifacts/</url></mavenArtifacts></mavenBuild>