<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>77</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>service-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>24a51c990a9b3535a58cde1a68cd4949</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>service-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>1f7c2da43748bf97e880a325cecc8ef6</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT.jar</canonicalName><fileName>service-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8092c1e4aed67388072bc7bce5055c94</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>216</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/216/</url></parent><pomArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>673a97377f0dfd537c31e2837021d9ed</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$service/216/mavenArtifacts/</url></action><action></action><artifact><displayPath>service-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>service-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.2.0-SNAPSHOT/service-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>service-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>service-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.2.0-SNAPSHOT/service-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>service-0.2.0-SNAPSHOT.jar</displayPath><fileName>service-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.2.0-SNAPSHOT/service-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>service-0.2.0-SNAPSHOT.pom</displayPath><fileName>service-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.2.0-SNAPSHOT/service-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#216</displayName><duration>89712</duration><estimatedDuration>105919</estimatedDuration><fullDisplayName>LETTA » Service #216</fullDisplayName><id>216</id><keepLog>false</keepLog><number>216</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1451058249801</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/216/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/EventSearchController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</affectedPath><affectedPath>jsf/src/main/webapp/searchResults.xhtml</affectedPath><affectedPath>jsf/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>rest/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ModifyEventController.java</affectedPath><affectedPath>jsf/src/main/webapp/createEvent.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/modifyEvent.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><commitId>f5a760376dad414ad59af5c573d83ddb48272ee1</commitId><timestamp>1451058324000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>tsk59-85 Adds capitals in create/modify Event and fixes search
Modifies rest and jsf persistence.xml to include the Capital  and
CapitalDistances entities. Modifies createEvent.xhtml and
modifyEvent.xhtml to include the place field. Modifies
CreateEventController and ModifyEventController  to include the place
field. Modifies EventEJB to include a method to get all the Capitals. 
Modifies EventSearchController to hide all the passed events in the
search (without any parameter). Modifies EventEJBTest to support the new
search.
</comment><date>2015-12-25 16:45:24 +0100</date><id>f5a760376dad414ad59af5c573d83ddb48272ee1</id><msg>tsk59-85 Adds capitals in create/modify Event and fixes search</msg><path><editType>edit</editType><file>jsf/src/main/webapp/modifyEvent.xhtml</file></path><path><editType>edit</editType><file>rest/src/main/resources/META-INF/persistence.xml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ModifyEventController.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/searchResults.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/createEvent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/EventSearchController.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</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>jsf/src/main/resources/META-INF/persistence.xml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName><id>jacasanova</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>jacasanova@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>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>service-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>24a51c990a9b3535a58cde1a68cd4949</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>service-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>1f7c2da43748bf97e880a325cecc8ef6</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT.jar</canonicalName><fileName>service-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8092c1e4aed67388072bc7bce5055c94</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><number>216</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/216/</url></parent><pomArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>673a97377f0dfd537c31e2837021d9ed</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$service/216/mavenArtifacts/</url></mavenArtifacts></mavenBuild>