Bugs item #667504, was opened at 2003-01-14 02:24
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=667504&group_id=40712

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Gash (gashalot)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove javax.mail.* from lib/j2ee.jar

Initial Comment:
The javax.mail.* packages are not required by Hibernate 
and can confuse the classloader when using newer 
versions of JavaMail (especially when using Hibernate 
from a web application and the exact order of the jars on 
the classpath is not necessarily known).

As of Hibernate 1.2.2 there were no dependencies on 
the javax.mail.* classes in Hibernate, and removing 
them from j2ee.jar does not affect the application in any 
way.

Therefore it is suggested that the javax.mail.* packages 
be stripped from the next release of lib/j2ee.jar to 
streamline others development efforts.

----------------------------------------------------------------------

Comment By: Stefano Travelli (stefanotravelli)
Date: 2003-02-11 19:47

Message:
Logged In: YES 
user_id=641937

I think you need j2ee.jar only for building hibernate. When
deployed, that classes should be provided by the application
class-path, if needed.

stefano

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=667504&group_id=40712


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to