<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>102</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>domain-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>da1575472904c80347a36a1715f23c22</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>2ce84ea8cd6c442395fe83338603a32d</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.jar</canonicalName><fileName>domain-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>bbd0dcc9deb99f07860ff84d24dc4a3e</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>236</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/236/</url></parent><pomArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>910e691853e753f4ed7be0c3e3dd5edc</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/236/mavenArtifacts/</url></action><action></action><artifact><displayPath>domain-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>domain-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>domain-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>domain-0.2.0-SNAPSHOT.jar</displayPath><fileName>domain-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>domain-0.2.0-SNAPSHOT.pom</displayPath><fileName>domain-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#236</displayName><duration>20312</duration><estimatedDuration>27522</estimatedDuration><fullDisplayName>LETTA » Domain #236</fullDisplayName><id>236</id><keepLog>false</keepLog><number>236</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1451797693372</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/236/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-five.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>additional-material/db/letta.test.sql</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>jsf/src/main/webapp/template/templateHeader.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/adminEventsPrivate.xhtml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-cancelled.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/service/util/security/AdminRoleCaller.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-modified.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/new-event.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-create.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJBTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-twenty.xml</affectedPath><affectedPath>additional-material/db/letta.full.sql</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminEventsController.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><commitId>bf17630fa96b485f28703280bd7230b0841e3e16</commitId><timestamp>1451797351000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aalopez</absoluteUrl><fullName>aalopez</fullName></author><authorEmail>aalopez@esei.uvigo.es</authorEmail><comment>tsk78 Adds to the admin's private view the list of all events ordered by
creation date
Adds a new view with a datatable for the list of all events and buttons
for manage them Modifies Event entity adding the create date Modifies
the database with the create date column (createdAt) Modifies the event
datasets adding the create date column Adds the util class
AdminRoleCaller to execute tests as admin
</comment><date>2016-01-03 06:02:31 +0100</date><id>bf17630fa96b485f28703280bd7230b0841e3e16</id><msg>tsk78 Adds to the admin's private view the list of all events ordered by</msg><path><editType>edit</editType><file>tests/src/main/resources/datasets/new-event.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-twenty.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.test.sql</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJBTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events.xml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/service/util/security/AdminRoleCaller.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-create.xml</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminEventsController.java</file></path><path><editType>edit</editType><file>additional-material/db/letta.full.sql</file></path><path><editType>add</editType><file>jsf/src/main/webapp/adminEventsPrivate.xhtml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-cancelled.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-modified.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-five.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateHeader.xhtml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aalopez</absoluteUrl><fullName>aalopez</fullName><id>aalopez</id><property _class='hudson.model.PaneStatusProperties'></property><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>false</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>aalopez@esei.uvigo.es</address></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property></culprit><mavenArtifacts><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>domain-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>da1575472904c80347a36a1715f23c22</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>2ce84ea8cd6c442395fe83338603a32d</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.jar</canonicalName><fileName>domain-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>bbd0dcc9deb99f07860ff84d24dc4a3e</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>236</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/236/</url></parent><pomArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>910e691853e753f4ed7be0c3e3dd5edc</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/236/mavenArtifacts/</url></mavenArtifacts></mavenBuild>