Nova versao do simulador e tratamento de erros das chamadas.
authormaroni <maroni@192.168.1.103>
Mon, 21 May 2012 05:16:29 +0000 (02:16 -0300)
committermaroni <maroni@192.168.1.103>
Mon, 21 May 2012 05:16:29 +0000 (02:16 -0300)
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
setup/sun-resources.xml [new file with mode: 0644]

index cb9c374..8926f6f 100644 (file)
@@ -1,8 +1,8 @@
-build.xml.data.CRC32=5ed66ad7
+build.xml.data.CRC32=9cef979c
 build.xml.script.CRC32=9f680c47
 build.xml.stylesheet.CRC32=651128d4@1.36.1.1
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=5ed66ad7
+nbproject/build-impl.xml.data.CRC32=9cef979c
 nbproject/build-impl.xml.script.CRC32=9fe94479
 nbproject/build-impl.xml.stylesheet.CRC32=b7883b1f@1.36.1.1
index 75696f6..922f216 100644 (file)
@@ -124,8 +124,7 @@ source.encoding=UTF-8
 source.root=src
 src.dir=${source.root}/java
 test.src.dir=test
-war.content.additional=\
-    ${libs.Java-EE-GlassFish-v3.classpath}
+war.content.additional=
 war.ear.name=SimDeCS.war
 war.name=SimDeCS.war
 web.docbase.dir=web
index da12aaf..0f5d405 100644 (file)
                     <path-in-war>WEB-INF/lib</path-in-war>
                 </library>
             </web-module-libraries>
-            <web-module-additional-libraries>
-                <library dirs="200">
-                    <file>${libs.Java-EE-GlassFish-v3.classpath}</file>
-                </library>
-            </web-module-additional-libraries>
+            <web-module-additional-libraries/>
             <source-roots>
                 <root id="src.dir"/>
             </source-roots>
diff --git a/setup/sun-resources.xml b/setup/sun-resources.xml
new file mode 100644 (file)
index 0000000..f3f93c5
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE resources PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 Resource Definitions //EN" "http://www.sun.com/software/appserver/dtds/sun-resources_1_3.dtd">
+<resources>
+    <jdbc-connection-pool allow-non-component-callers="false" associate-with-thread="false" connection-creation-retry-attempts="0" connection-creation-retry-interval-in-seconds="10" connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0" connection-validation-method="auto-commit" datasource-classname="org.postgresql.ds.PGSimpleDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" lazy-connection-association="false" lazy-connection-enlistment="false" match-connections="false" max-connection-usage-count="0" max-pool-size="32" max-wait-time-in-millis="60000" name="post-gre-sql_simdecs_simdecsPool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.DataSource" statement-timeout-in-seconds="-1" steady-pool-size="8" validate-atmost-once-period-in-seconds="0" wrap-jdbc-objects="false">
+        <property name="serverName" value="localhost"/>
+        <property name="portNumber" value="5432"/>
+        <property name="databaseName" value="simdecs"/>
+        <property name="User" value="simdecs"/>
+        <property name="Password" value="simdecs"/>
+        <property name="URL" value="jdbc:postgresql://localhost:5432/simdecs"/>
+        <property name="driverClass" value="org.postgresql.Driver"/>
+    </jdbc-connection-pool>
+    <jdbc-resource enabled="true" jndi-name="jdbc/simdecs2" object-type="user" pool-name="post-gre-sql_simdecs_simdecsPool"/>
+</resources>