diff --git a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties index dfacb99..71ae24e 100755 --- a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties +++ b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties @@ -1,5 +1,5 @@ -#Enables JPA transaction strategy, automatically detected if demoiselle-jpa component is detected. Use only if you need to overwrite the default behaviour +# Enables JPA transaction strategy, automatically detected if demoiselle-jpa component is detected. Use only if you need to overwrite the default behaviour #frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JPATransaction -#Enables JTA transaction strategy, automatically detected if demoiselle-jta component is detected. Use only if you need to overwrite the default behaviour +# Enables JTA transaction strategy, automatically detected if demoiselle-jta component is detected. Use only if you need to overwrite the default behaviour #frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JTATransaction diff --git a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties new file mode 100644 index 0000000..8bb4aa9 --- /dev/null +++ b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties @@ -0,0 +1 @@ +frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JPATransaction -- libgit2 0.21.2