From 2547297e4fe60baa341d326a229a7b2e3cdcca5a Mon Sep 17 00:00:00 2001 From: Cleverson Sacramento Date: Thu, 5 Jul 2012 16:03:39 -0300 Subject: [PATCH] Ajustes no arquétipo e no parent pom --- archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml | 11 ----------- archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml | 38 +++++++++++++++++++++++++++++++++++--- archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/demoiselle.properties | 1 + archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/beans.xml | 11 +++++++++++ parent/jsf/pom.xml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 119 insertions(+), 14 deletions(-) delete mode 100644 archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml create mode 100644 archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/beans.xml diff --git a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml deleted file mode 100644 index d565263..0000000 --- a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - br.gov.frameworkdemoiselle.transaction.JPATransaction - - - - diff --git a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml index 855fd84..a481000 100644 --- a/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml +++ b/archetype/jsf-jpa/src/main/resources/archetype-resources/src/main/resources/META-INF/persistence.xml @@ -2,10 +2,41 @@ - + + java:jboss/datasources/ExampleDS + + ${package}.domain.Bookmark + + + + + + + + + + + + + + - + - +