You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-dev@incubator.apache.org by Matthias Wessendorf <ma...@apache.org> on 2006/07/24 22:29:10 UTC

[OT] javax.mail (1.4) dependency

Hi,

sorry for the *cross* posting. I figured out that the java.net folks
deploy the javax.mail_1.4 jar AND the javax.activation 1.1 jar.

But... why has the javax.mail 1.4 jar a dependency to activation 1.0.3 ?

Makes no sense to me.

https://maven-repository.dev.java.net/nonav/repository//javax.mail/poms/mail-1.4.pom

Maybe there is also an issue with that JAR? Dennis and me already
figured out that the JSTL 1.2 is sorta broken.

Any update on this would be great.

Thanks,
Matthias

-- 
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: [OT] javax.mail (1.4) dependency

Posted by Matthias Wessendorf <ma...@apache.org>.
:) yes, I know (was involved in some of the jakarat email stuff).

but...

<snip>
JavaMail API 1.4 Release
The JavaMail 1.4 release includes many API improvements approved by
the Java Community Process via JSR-919. It also includes improvements
in MIME parsing performance and support for parsing and constructing
Delivery Status Notifications. Note: You will also need the JavaBeans
Activation Framework (JAF) extension that provides the
javax.activation package. We suggest you use version 1.1 of JAF, the
latest release.
</snip>

<quote>We suggest you use version 1.1 of JAF</quote>

Makes no sense to me, when they ship their pom with 1.0.3 dependency.

That was my point ;)

On 7/24/06, Mario Ivankovits <ma...@ops.co.at> wrote:
> Hi Matthias!
> > But... why has the javax.mail 1.4 jar a dependency to activation 1.0.3 ?
> Its simply a requirement http://java.sun.com/products/javamail/
>
> I already tried to use it without activation bad that wont work.
> As far as I remember they use it to instanciate the various provider
> (pop, imap, etc) through activation
>
> Ciao,
> Mario
>
>


-- 
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: [OT] javax.mail (1.4) dependency

Posted by Mario Ivankovits <ma...@ops.co.at>.
Hi Matthias!
> But... why has the javax.mail 1.4 jar a dependency to activation 1.0.3 ?
Its simply a requirement http://java.sun.com/products/javamail/

I already tried to use it without activation bad that wont work.
As far as I remember they use it to instanciate the various provider
(pop, imap, etc) through activation

Ciao,
Mario