Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--EjercitarJPA/lib/EjercitarDS-ds.xml10
-rw-r--r--EjercitarJPA/lib/postgresql-9.0-801.jdbc4.jarbin0 -> 539705 bytes
-rw-r--r--EjercitarWeb/lib/jboss-servlet-api_3.0_spec.jarbin0 -> 72316 bytes
3 files changed, 10 insertions, 0 deletions
diff --git a/EjercitarJPA/lib/EjercitarDS-ds.xml b/EjercitarJPA/lib/EjercitarDS-ds.xml
new file mode 100644
index 0000000..ddd8be5
--- /dev/null
+++ b/EjercitarJPA/lib/EjercitarDS-ds.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<datasources>
+<local-tx-datasource>
+<jndi-name>EjercitarDS</jndi-name>
+<connection-url>jdbc:postgresql://localhost:5432/EjercitarBD</connection-url>
+<driver-class>org.postgresql.Driver</driver-class>
+<user-name>postgres</user-name>
+<password>postgres</password>
+</local-tx-datasource>
+</datasources>
diff --git a/EjercitarJPA/lib/postgresql-9.0-801.jdbc4.jar b/EjercitarJPA/lib/postgresql-9.0-801.jdbc4.jar
new file mode 100644
index 0000000..63e5416
--- /dev/null
+++ b/EjercitarJPA/lib/postgresql-9.0-801.jdbc4.jar
Binary files differ
diff --git a/EjercitarWeb/lib/jboss-servlet-api_3.0_spec.jar b/EjercitarWeb/lib/jboss-servlet-api_3.0_spec.jar
new file mode 100644
index 0000000..b4d2516
--- /dev/null
+++ b/EjercitarWeb/lib/jboss-servlet-api_3.0_spec.jar
Binary files differ