You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <di...@incubator.apache.org> on 2005/06/16 07:56:48 UTC

[jira] Closed: (DIRNAMING-13) Lack of a Activation dependency

     [ 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