-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Scheduled Tasks
-
None
-
Environment:Debian GNU/Linux woody
Tomcat 5.5.9
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
We are using gnu javamail jar with other applications inside the same tomcat instance and it's causing some problems with JIRA.
We tried to replace the JIRA's javamail-1.2.jar with the gnu implementation but we have got errors indicating that JIRA was relying on internal Sun classes and preventing the replacement of javamail.
I think it should be possible for JIRA to rely only on javamail public API.