Something wrong with coderview so I cant create entry to fix build issue =(
Here is the diff: Index: java/samples/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java =================================================================== --- java/samples/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java (revision 948924) +++ java/samples/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java (working copy) @@ -17,6 +17,9 @@ */ package org.apache.shindig.social.opensocial.jpa; +import static javax.persistence.CascadeType.MERGE; +import static javax.persistence.CascadeType.PERSIST; +import static javax.persistence.CascadeType.REFRESH; import static javax.persistence.GenerationType.IDENTITY; import org.apache.shindig.social.opensocial.jpa.api.DbObject; @@ -29,7 +32,9 @@ import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; +import javax.persistence.JoinColumn; import javax.persistence.ManyToMany; +import javax.persistence.ManyToOne; import javax.persistence.PostLoad; import javax.persistence.PrePersist; import javax.persistence.Table; I am also attaching as file - Henry On Thu, May 27, 2010 at 6:21 PM, Apache Hudson Server < [email protected]> wrote: > See < > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/1575/ > > > > ------------------------------------------ > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Shindig Sample SPI and API Implementations > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting file set: < > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/target> > (included: [**], excluded: []) > [INFO] Deleting file set: < > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/> > (included: [create.sql, derby.log, drop.sql], excluded: []) > [TASKS] Scanning folder '< > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java'> > for tasks ... > [TASKS] Found 0. > [TASKS] Scanning folder '< > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/test/java'> > for tasks ... > [TASKS] Found 0. > [TASKS] Scanning folder '< > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/resources'> > for tasks ... > [TASKS] Found 0. > [TASKS] Scanning folder '< > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/test/resources'> > for tasks ... > [TASKS] Found 0. > [INFO] [enforcer:enforce {execution: enforce-java}] > [TASKS] Skipping maven reporter: there is already a result available. > [INFO] [remote-resources:process {execution: default}] > [TASKS] Skipping maven reporter: there is already a result available.[INFO] > [resources:resources] > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 4 resources > [INFO] Copying 3 resources > > [TASKS] Skipping maven reporter: there is already a result available.[INFO] > [compiler:compile] > [INFO] Compiling 44 source files to < > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/target/classes > > > > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] < > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[190,3] > cannot find symbol > symbol : class ManyToOne > location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb > > [ERROR] < > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[191,3] > cannot find symbol > symbol : class JoinColumn > location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb > > [INFO] 2 errors > [INFO] ------------------------------------------------------------- > [TASKS] Skipping maven reporter: there is already a result available. > [HUDSON] Archiving < > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/pom.xml> > to > /export/home/hudson/hudson/jobs/Shindig/modules/org.apache.shindig$shindig-samples/builds/2010-05-28_01-16-18/archive/org.apache.shindig/shindig-samples/2.0.0-SNAPSHOT/pom.xml > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > < > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[190,3] > cannot find symbol > symbol : class ManyToOne > location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb > > < > http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[191,3] > cannot find symbol > symbol : class JoinColumn > location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4 minutes 44 seconds > [INFO] Finished at: Fri May 28 01:21:16 UTC 2010 > [INFO] Final Memory: 59M/253M > [INFO] > ------------------------------------------------------------------------ > Waiting for Hudson to finish collecting data > >
