AvinashSettipalli / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

External classpath/jar dependencies #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Develop a strategy for automated installation/deployment of external jar 
dependencies. This will be needed to accomplish a 'HISP in a box' model.

Currently the Agent requires the following files to be manually overwritten in 
JAVA_HOME\jre\lib\security
 - local_policy.jar
 - US_export_policy.jar

Currently the XD implementation requires the following files to be manually 
placed into JAVA_HOME\jre\lib\ext
 - mailapi.jar
 - smtp.jar

Original issue reported on code.google.com by bgran...@harris.com on 23 Aug 2010 at 8:21

GoogleCodeExporter commented 9 years ago
JCE libraries must be handled manually, due to license issues.

Mail jar has been resolved.

Original comment by bgran...@harris.com on 21 Oct 2010 at 4:34

GoogleCodeExporter commented 9 years ago
Quick update to the resolution issue.  Some of the transient libraries being 
pulled into the project contained older implementations of the mail and other 
APIs, and were colliding with the correct implementations.  Placing the 
Mail.jar in the ext directory gave that jar a higher precedence in the class 
loading scheme resolving the errors.

The issue was resolved by adding exclusion directive for the conflicting jars 
in the pom files.

Original comment by abarea...@gmail.com on 21 Oct 2010 at 4:44