<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>7</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%20B/es.uvigo.esei.dgss.teamb.letta$dgss1617-letta-teamb-rest/125/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-rest/0.2.0-SNAPSHOT/dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-rest/0.2.0-SNAPSHOT/dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-rest/0.2.0-SNAPSHOT/dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT.war</displayPath><fileName>dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-rest/0.2.0-SNAPSHOT/dgss1617-letta-teamb-rest-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#125</displayName><duration>55427</duration><estimatedDuration>69334</estimatedDuration><fullDisplayName>LETTA 1617 Team B » REST #125</fullDisplayName><id>125</id><keepLog>false</keepLog><number>125</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1483446250706</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20B/es.uvigo.esei.dgss.teamb.letta$dgss1617-letta-teamb-rest/125/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/events1.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/eventBeforeModified.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/userEventNotAssist.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/eventsAssist.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events4.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/SearchPageBean.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/lettab/service/EventEJBTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/findEvents.xml</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/lettab/rest/EventREST.java</affectedPath><affectedPath>tests/src/main/resources/datasets/userEventAssist.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/lettab/rest/EventRESTTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-with-users.xml</affectedPath><commitId>e4e4ea7e0996438f3044bc5e375634c16b1d5a6b</commitId><timestamp>1483446365000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/doambroa</absoluteUrl><fullName>doambroa</fullName></author><authorEmail>doambroa@esei.uvigo.es</authorEmail><comment>tsk 78 &amp; tsk 39 Search Events by REST and refine search
Corrected search pattern in the JPQL syntax Added capability to search
an event by REST. Updated datasets new events date to future. Changed
getUserByLogin in EventREST to getEventByLogin. Uncommented
EventEJBTests now working properly Some javadoc and minor changes
</comment><date>2017-01-03 13:26:05 +0100</date><id>e4e4ea7e0996438f3044bc5e375634c16b1d5a6b</id><msg>tsk 78 &amp; tsk 39 Search Events by REST and refine search</msg><path><editType>edit</editType><file>tests/src/main/resources/datasets/events.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/userEventAssist.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events4.xml</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/lettab/rest/EventRESTTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/eventBeforeModified.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/userEventNotAssist.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-with-users.xml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/SearchPageBean.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/lettab/rest/EventREST.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/eventsAssist.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events1.xml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/lettab/service/EventEJBTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/findEvents.xml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/doambroa</absoluteUrl><fullName>doambroa</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20B/es.uvigo.esei.dgss.teamb.letta$dgss1617-letta-teamb-rest/125/mavenArtifacts/</url></mavenArtifacts></mavenBuild>