Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Sep 29th, 2011  |  syntax: Visual Pro Log  |  size: 6.78 KB  |  views: 1,319  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Description     Resource        Path    Location        Type
  2. Class "Account" is included in a persistence unit, but is not mapped    Account.java    /src    line 12 JPA Problem
  3. Class "Artifact" is included in a persistence unit, but is not mapped   Artifact.java   /src    line 13 JPA Problem
  4. Class "ArtifactPK" is included in a persistence unit, but is not mapped ArtifactPK.java /src    line 10 JPA Problem
  5. Class "Inventory" is included in a persistence unit, but is not mapped  Inventory.java  /src    line 12 JPA Problem
  6. Class "InventoryPK" is included in a persistence unit, but is not mapped        InventoryPK.java        /src    line 10 JPA Problem
  7. Class "Location" is included in a persistence unit, but is not mapped   Location.java   /src    line 13 JPA Problem
  8. Class "Museum" is included in a persistence unit, but is not mapped     Museum.java     /src    line 12 JPA Problem
  9. Class "MuseumPK" is included in a persistence unit, but is not mapped   MuseumPK.java   /src    line 10 JPA Problem
  10. Class "Staff" is included in a persistence unit, but is not mapped      Staff.java      /src    line 13 JPA Problem
  11. Column cannot be resolved to a type     Staff.java      /src    line 25 Java Problem
  12. Embeddable cannot be resolved to a type ArtifactPK.java /src    line 9  Java Problem
  13. Embeddable cannot be resolved to a type InventoryPK.java        /src    line 9  Java Problem
  14. Embeddable cannot be resolved to a type MuseumPK.java   /src    line 9  Java Problem
  15. EmbeddedId cannot be resolved to a type Artifact.java   /src    line 16 Java Problem
  16. EmbeddedId cannot be resolved to a type Inventory.java  /src    line 15 Java Problem
  17. EmbeddedId cannot be resolved to a type Museum.java     /src    line 15 Java Problem
  18. Entity cannot be resolved to a type     Account.java    /src    line 11 Java Problem
  19. Entity cannot be resolved to a type     Artifact.java   /src    line 12 Java Problem
  20. Entity cannot be resolved to a type     Inventory.java  /src    line 11 Java Problem
  21. Entity cannot be resolved to a type     Location.java   /src    line 12 Java Problem
  22. Entity cannot be resolved to a type     Museum.java     /src    line 11 Java Problem
  23. Entity cannot be resolved to a type     Staff.java      /src    line 12 Java Problem
  24. Id cannot be resolved to a type Account.java    /src    line 15 Java Problem
  25. Id cannot be resolved to a type Location.java   /src    line 16 Java Problem
  26. Id cannot be resolved to a type Staff.java      /src    line 16 Java Problem
  27. JoinColumn cannot be resolved to a type Account.java    /src    line 24 Java Problem
  28. JoinColumn cannot be resolved to a type Artifact.java   /src    line 29 Java Problem
  29. JoinColumn cannot be resolved to a type Artifact.java   /src    line 30 Java Problem
  30. JoinColumn cannot be resolved to a type Inventory.java  /src    line 26 Java Problem
  31. JoinColumn cannot be resolved to a type Museum.java     /src    line 22 Java Problem
  32. JoinColumn cannot be resolved to a type Staff.java      /src    line 37 Java Problem
  33. JoinColumn cannot be resolved to a type Staff.java      /src    line 38 Java Problem
  34. JoinColumns cannot be resolved to a type        Artifact.java   /src    line 28 Java Problem
  35. JoinColumns cannot be resolved to a type        Staff.java      /src    line 36 Java Problem
  36. ManyToOne cannot be resolved to a type  Account.java    /src    line 23 Java Problem
  37. ManyToOne cannot be resolved to a type  Artifact.java   /src    line 27 Java Problem
  38. ManyToOne cannot be resolved to a type  Inventory.java  /src    line 25 Java Problem
  39. ManyToOne cannot be resolved to a type  Museum.java     /src    line 21 Java Problem
  40. ManyToOne cannot be resolved to a type  Staff.java      /src    line 35 Java Problem
  41. OneToMany cannot be resolved to a type  Inventory.java  /src    line 21 Java Problem
  42. OneToMany cannot be resolved to a type  Location.java   /src    line 30 Java Problem
  43. OneToMany cannot be resolved to a type  Location.java   /src    line 34 Java Problem
  44. OneToMany cannot be resolved to a type  Museum.java     /src    line 26 Java Problem
  45. OneToMany cannot be resolved to a type  Staff.java      /src    line 31 Java Problem
  46. Temporal cannot be resolved to a type   Artifact.java   /src    line 21 Java Problem
  47. TemporalType cannot be resolved to a variable   Artifact.java   /src    line 21 Java Problem
  48. The attribute mappedBy is undefined for the annotation type OneToMany   Inventory.java  /src    line 21 Java Problem
  49. The attribute mappedBy is undefined for the annotation type OneToMany   Location.java   /src    line 30 Java Problem
  50. The attribute mappedBy is undefined for the annotation type OneToMany   Location.java   /src    line 34 Java Problem
  51. The attribute mappedBy is undefined for the annotation type OneToMany   Museum.java     /src    line 26 Java Problem
  52. The attribute mappedBy is undefined for the annotation type OneToMany   Staff.java      /src    line 31 Java Problem
  53. The attribute name is undefined for the annotation type Column  Staff.java      /src    line 25 Java Problem
  54. The attribute name is undefined for the annotation type JoinColumn      Account.java    /src    line 24 Java Problem
  55. The attribute name is undefined for the annotation type JoinColumn      Artifact.java   /src    line 29 Java Problem
  56. The attribute name is undefined for the annotation type JoinColumn      Artifact.java   /src    line 30 Java Problem
  57. The attribute name is undefined for the annotation type JoinColumn      Inventory.java  /src    line 26 Java Problem
  58. The attribute name is undefined for the annotation type JoinColumn      Museum.java     /src    line 22 Java Problem
  59. The attribute name is undefined for the annotation type JoinColumn      Staff.java      /src    line 37 Java Problem
  60. The attribute name is undefined for the annotation type JoinColumn      Staff.java      /src    line 38 Java Problem
  61. The attribute referencedColumnName is undefined for the annotation type JoinColumn      Artifact.java   /src    line 29 Java Problem
  62. The attribute referencedColumnName is undefined for the annotation type JoinColumn      Artifact.java   /src    line 30 Java Problem
  63. The attribute referencedColumnName is undefined for the annotation type JoinColumn      Staff.java      /src    line 37 Java Problem
  64. The attribute referencedColumnName is undefined for the annotation type JoinColumn      Staff.java      /src    line 38 Java Problem
  65. The attribute value is undefined for the annotation type JoinColumns    Artifact.java   /src    line 28 Java Problem
  66. The attribute value is undefined for the annotation type JoinColumns    Staff.java      /src    line 36 Java Problem
  67. The attribute value is undefined for the annotation type Temporal       Artifact.java   /src    line 21 Java Problem
  68. The import javax.persistence cannot be resolved Account.java    /src    line 3  Java Problem
  69. The import javax.persistence cannot be resolved Artifact.java   /src    line 3  Java Problem
  70. The import javax.persistence cannot be resolved ArtifactPK.java /src    line 3  Java Problem
  71. The import javax.persistence cannot be resolved Inventory.java  /src    line 3  Java Problem
  72. The import javax.persistence cannot be resolved InventoryPK.java        /src    line 3  Java Problem
  73. The import javax.persistence cannot be resolved Location.java   /src    line 3  Java Problem
  74. The import javax.persistence cannot be resolved Museum.java     /src    line 3  Java Problem
  75. The import javax.persistence cannot be resolved MuseumPK.java   /src    line 3  Java Problem
  76. The import javax.persistence cannot be resolved Staff.java      /src    line 3  Java Problem
  77.  
  78.  
clone this paste RAW Paste Data