<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>1</failCount><skipCount>0</skipCount><totalCount>7</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>service-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8c827071ffb7a942612d48aa59714f97</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>service-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>9448e82ebf3305370bc60538dab94d32</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT.jar</canonicalName><fileName>service-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>2de08d68335bde9d89fc83deb5e2a0ad</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>12</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/12/</url></parent><pomArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>668b1c365d4cbfebd23ca9fc3f420e88</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/12/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>service-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>service-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>service-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>service-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>service-0.0.1-SNAPSHOT.jar</displayPath><fileName>service-0.0.1-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>service-0.0.1-SNAPSHOT.pom</displayPath><fileName>service-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>Service</displayName><duration>59083</duration><estimatedDuration>105919</estimatedDuration><fullDisplayName>LETTA » Service Service</fullDisplayName><id>12</id><keepLog>false</keepLog><number>12</number><queueId>-1</queueId><result>UNSTABLE</result><timestamp>1447957151269</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/12/</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/RegisterEJB.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/MailerEJB.java</affectedPath><affectedPath>service/src/test/resources-wildfly-embedded-h2/beans.xml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/MailerStubEJB.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/User.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java</affectedPath><commitId>873259a9472c5e5c7bc81af5dbafc06b90e8946f</commitId><timestamp>1447956680000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>Creates EJBs to handle email and user registration
Creates simple User entity(to be modified later). Creates EJB
RegisterEJB to handle the registration of an user, as well as the
confirmation of the registration. Creates EJB MailerEJB to handle the
sending of the registration email. Creates test class RegisterEJBTest to
test EJB Creates stub MailerStub for testing purposes.
</comment><date>2015-11-19 19:11:20 +0100</date><id>873259a9472c5e5c7bc81af5dbafc06b90e8946f</id><msg>Creates EJBs to handle email and user registration</msg><path><editType>edit</editType><file>tests/src/main/resources/datasets/events.xml</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/MailerStubEJB.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/User.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/RegisterEJB.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/MailerEJB.java</file></path><path><editType>edit</editType><file>service/src/test/resources-wildfly-embedded-h2/beans.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java</affectedPath><commitId>9488b2f944794c56d86c6efe90ddfbebeaf940cc</commitId><timestamp>1447957100000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>Renames RegisterEJBTEst.java to RegisterEJBTest.java
</comment><date>2015-11-19 19:18:20 +0100</date><id>9488b2f944794c56d86c6efe90ddfbebeaf940cc</id><msg>Renames RegisterEJBTEst.java to RegisterEJBTest.java</msg><path><editType>delete</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTest.java</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.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>service-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8c827071ffb7a942612d48aa59714f97</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>service-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>9448e82ebf3305370bc60538dab94d32</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT.jar</canonicalName><fileName>service-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>2de08d68335bde9d89fc83deb5e2a0ad</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>12</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/12/</url></parent><pomArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>668b1c365d4cbfebd23ca9fc3f420e88</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/12/mavenArtifacts/</url></mavenArtifacts></mavenBuild>