Skip to content

Commit

Permalink
adempiere#3638 [Feature Request] Allow configuration of Database conn…
Browse files Browse the repository at this point in the history
…ection pool from container server (Tomcat, Jetty, WildFly) adempiere#3638

- Remove the obsolete JBoss Application  and replace by new WildFly
  • Loading branch information
e-Evolution committed Oct 14, 2021
1 parent 6de014c commit fe4b41d
Show file tree
Hide file tree
Showing 281 changed files with 10 additions and 15,519 deletions.
2 changes: 1 addition & 1 deletion JasperReports/build.xml
Expand Up @@ -77,7 +77,7 @@
<pathelement path="../tools/lib/xercesImpl.jar"/>
<pathelement path="../tools/lib/postgresql.jar"/>
<pathelement path="../JasperReportsTools/lib/iText-2.1.7.jar"/>
<fileset dir="../jboss/client" includes="*.jar"/>
<fileset dir="../wildfly/client/lib" includes="*.jar"/>
</classpath>
</javac>
<!-- copy all image & sound files from src to the build directory -->
Expand Down
4 changes: 3 additions & 1 deletion JasperReportsWebApp/build.xml
Expand Up @@ -19,9 +19,11 @@
<!-- set path to include the necessary jar files for javac -->
<path id="project.class.path">
<pathelement path="${classpath}"/>
<fileset dir="../jboss/client" includes="*.jar"/>
<fileset dir="../wildfly/client/lib" includes="*.jar"/>
<pathelement location="../JasperReports/CompiereJasper.jar" />
<pathelement location="../base/Base.jar" />
<pathelement location="../tools/lib/ejb-api-3.0.jar" />
<pathelement location="../tools/lib/javax.servlet-api-4.0.1.jar" />
</path>

<target name="compile">
Expand Down
18 changes: 0 additions & 18 deletions install/build.xml
Expand Up @@ -20,7 +20,6 @@
<property name="keystore.dir" value="../keystore"/>
<property name="data.dir" value="../data"/>
<property name="migration.dir" value="../migration"/>
<property name="jboss.dir" value="../jboss"/>

<property name="src" value="src"/>
<property name="compile.dir" value="lib"/>
Expand Down Expand Up @@ -326,22 +325,6 @@
<include name="**/*.sql"/>
</fileset>
</copy>

<!-- JBoss Directory -->
<mkdir dir="${build.dir}/Adempiere/jboss"/>
<mkdir dir="${build.dir}/Adempiere/jboss/bin"/>
<copy todir="${build.dir}/Adempiere/jboss/bin">
<fileset dir="${jboss.dir}/bin" excludes="**/CVS/**"/>
</copy>
<mkdir dir="${build.dir}/Adempiere/jboss/lib"/>
<copy todir="${build.dir}/Adempiere/jboss/lib">
<fileset dir="${jboss.dir}/lib" excludes="**/CVS/**"/>
</copy>
<mkdir dir="${build.dir}/Adempiere/jboss/server"/>
<copy todir="${build.dir}/Adempiere/jboss/server">
<fileset dir="${jboss.dir}/server"
excludes="**/CVS/**"/>
</copy>

<!-- GlassFish -->
<mkdir dir="${build.dir}/Adempiere/glassfish"/>
Expand All @@ -360,7 +343,6 @@
<include name="*.sh"/>
<include name="utils/*.sh"/>
<include name="utils/**/*.sh"/>
<include name="jboss/bin/*.sh"/>
</fileset>
</chmod>

Expand Down
12 changes: 0 additions & 12 deletions jboss/.classpath

This file was deleted.

17 changes: 0 additions & 17 deletions jboss/.project

This file was deleted.

104 changes: 0 additions & 104 deletions jboss/JBossORG-EULA.txt

This file was deleted.

55 changes: 0 additions & 55 deletions jboss/bin/README-service.txt

This file was deleted.

0 comments on commit fe4b41d

Please sign in to comment.