soi-toolkit / soi-toolkit-google-code

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Remove JMS and JDBC drivers from standalone deploy files #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The deployable zip files for standalone Mule servers are still far too big 
since they still contain huge jar-files for JMS and JDBC drivers. It's time to 
remove them and instead require that JMS and JDBC driver jar files are 
pre-installed on the Mule servers lib/user folder.

Move these dependencies to test-dependencies instead and exclude them in the 
packaging of the standalone deploy zip-files. 

Original issue reported on code.google.com by magnus.l...@gmail.com on 27 Jul 2012 at 7:18

GoogleCodeExporter commented 9 years ago
Issue 194 has been merged into this issue.

Original comment by magnus.l...@gmail.com on 27 Jul 2012 at 7:21

GoogleCodeExporter commented 9 years ago
Start with removing activemq, hornetq and mysql connector.
Since xerceImpl, log4j and servlet-api already exist in the mule-lib-folders 
they can also be removed.

Original comment by magnus.l...@gmail.com on 5 Sep 2012 at 11:32

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1717.

Original comment by magnus.l...@gmail.com on 7 Sep 2012 at 11:23

GoogleCodeExporter commented 9 years ago
Commit comment from revision r1717:

1. Removed jar-files for log4j, junit, servlet-api-2.5 and jug from the zip-file
since they already are part of the Mule installation.

2. Removed jar-files for activemq, hornetq and jtds (JDBC driver for Microsoft
SQL Server), needs to be added manually at MULE_HOME/lib/user if required.

The size of an "empty" zip-file (i.e. with no flows) is now down to 663 kB.

Note: More can be removed if we create soi-toolkit mule deploy domains with jar-
files common for applications that use a specific soi-toolkit version, see issue
295

Original comment by magnus.l...@gmail.com on 7 Sep 2012 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by magnus.l...@gmail.com on 2 Oct 2012 at 8:53