<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>1</failCount><skipCount>0</skipCount><totalCount>13</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>a12dfbb274447dc5092ce10838b9c1a4</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>3fa62b5b9713ba6fb99c0a8417da434a</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>f13dd57198904209f7e6f2b9db62ba4f</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>48</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/48/</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/48/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>66158</duration><estimatedDuration>105919</estimatedDuration><fullDisplayName>LETTA » Service Service</fullDisplayName><id>48</id><keepLog>false</keepLog><number>48</number><queueId>-1</queueId><result>UNSTABLE</result><timestamp>1448483830990</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/48/</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/DefaultMailerEJB.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java</affectedPath><affectedPath>service/src/test/resources-wildfly-embedded-h2/beans.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/mail/Mailer.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/Mailer.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/TestingMailerEJB.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/mail/TestingMailer.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/mail/DefaultMailer.java</affectedPath><affectedPath>service/src/test/resources-wildfly-embedded-mysql/beans.xml</affectedPath><commitId>a1d60b3794c6a7de3678496f13d7c927202000c0</commitId><timestamp>1448483763000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/arfarinha</absoluteUrl><fullName>arfarinha</fullName></author><authorEmail>arfarinha@esei.uvigo.es</authorEmail><comment>Adds some tests in UserEJBTest and fixes some errors
Adds some tests in UserEJBTest. The Mailer and DefaultMailer has been
moved to a new package RegisterUserController now register a
Registration instead of an User. The beans.xml has been updated to
include TestingMailer.
</comment><date>2015-11-25 21:36:03 +0100</date><id>a1d60b3794c6a7de3678496f13d7c927202000c0</id><msg>Adds some tests in UserEJBTest and fixes some errors</msg><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/mail/DefaultMailer.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java</file></path><path><editType>delete</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/TestingMailerEJB.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/mail/Mailer.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java</file></path><path><editType>delete</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/Mailer.java</file></path><path><editType>edit</editType><file>service/src/test/resources-wildfly-embedded-mysql/beans.xml</file></path><path><editType>delete</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/DefaultMailerEJB.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/mail/TestingMailer.java</file></path><path><editType>edit</editType><file>service/src/test/resources-wildfly-embedded-h2/beans.xml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/arfarinha</absoluteUrl><fullName>arfarinha</fullName><id>arfarinha</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>arfarinha@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>a12dfbb274447dc5092ce10838b9c1a4</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>3fa62b5b9713ba6fb99c0a8417da434a</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>f13dd57198904209f7e6f2b9db62ba4f</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>48</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/48/</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/48/mavenArtifacts/</url></mavenArtifacts></mavenBuild>