Commit d07b1b0d10c6729f8ac13c14a193e101fcfd7d0a
1 parent
44df7719
Exists in
master
Ajuste no arquivo demoiselle.properties do arquétipo jsf-jpa
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties
1 | -#Enables JPA transaction strategy, automatically detected if demoiselle-jpa component is detected. Use only if you need to overwrite the default behaviour | 1 | +# Enables JPA transaction strategy, automatically detected if demoiselle-jpa component is detected. Use only if you need to overwrite the default behaviour |
2 | #frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JPATransaction | 2 | #frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JPATransaction |
3 | 3 | ||
4 | -#Enables JTA transaction strategy, automatically detected if demoiselle-jta component is detected. Use only if you need to overwrite the default behaviour | 4 | +# Enables JTA transaction strategy, automatically detected if demoiselle-jta component is detected. Use only if you need to overwrite the default behaviour |
5 | #frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JTATransaction | 5 | #frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JTATransaction |
archetype/jsf-jpa/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties
0 → 100644
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +frameworkdemoiselle.transaction.class=br.gov.frameworkdemoiselle.transaction.JPATransaction |