Commit 214660179ac864b61da9391f55c320ba2540ddbd

Authored by Ednara Oliveira
2 parents 199ad6dd 9ba9ff7c
Exists in master

Merge branch '2.3' of git@github.com:demoiselle/framework.git into 2.3

archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/java/domain/Bookmark.java
... ... @@ -14,6 +14,9 @@ public class Bookmark implements Serializable {
14 14  
15 15 private static final long serialVersionUID = 1L;
16 16  
  17 + /*
  18 + * If you are using Glassfish then remove the strategy attribute
  19 + */
17 20 @Id
18 21 @GeneratedValue(strategy = SEQUENCE)
19 22 private Long id;
... ...