[ http://issues.apache.org/jira/browse/DIRNAMING-13?page=all ]
     
Emmanuel Lecharny closed DIRNAMING-13:
--------------------------------------

    Resolution: Won't Fix

Not any more an issue. 

> Lack of a Activation dependency
> -------------------------------
>
>          Key: DIRNAMING-13
>          URL: http://issues.apache.org/jira/browse/DIRNAMING-13
>      Project: Directory Naming
>         Type: Bug
>     Reporter: Emmanuel Lecharny
>     Priority: Minor

>
> The project Naming-factory rely on geronimo-spec-javamail-1.3.1, and use a 
> MimePartDataSource class :
>     public Object getObjectInstance(Object refObj, Name nm, Context ctx,
>                                   Hashtable env) throws Exception 
>     {
> ...
>                   MimePartDataSource mds = new MimePartDataSource(
>                       (MimePart)message);
> ...
> The problem is that MimePartDataSource implements the 
> javax.activation.Datasource interface, thus compilation complain about it (at 
> least on eclipse), until I add the Activation-1.0.2.jar in the classpath.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to