Discussion:
[Openjmx-devel] SMTP MBean
Carlos Quiroz
2002-01-30 11:58:07 UTC
Permalink
Hi all

I just commited a SMTP MBean as an extra tool. It is basically meant to send
e-mails if something happens for instance some monitor notification.

If you want to compile add the mail.jar and activation.jar (
Bordet, Simone
2002-01-30 12:49:10 UTC
Permalink
Hi,

where the heck is it packaged ? Which jar ?

Simon
-----Original Message-----
Sent: mercoledi 30 gennaio 2002 14:57
Subject: [Openjmx-devel] SMTP MBean
Hi all
I just commited a SMTP MBean as an extra tool. It is
basically meant to send
e-mails if something happens for instance some monitor notification.
If you want to compile add the mail.jar and activation.jar
(
Carlos Quiroz
2002-01-30 12:53:04 UTC
Permalink
Post by Bordet, Simone
Hi,
where the heck is it packaged ? Which jar ?
It goes to openjmx-tools.jar
Post by Bordet, Simone
Simon
-----Original Message-----
Sent: mercoledi 30 gennaio 2002 14:57
Subject: [Openjmx-devel] SMTP MBean
Hi all
I just commited a SMTP MBean as an extra tool. It is
basically meant to send
e-mails if something happens for instance some monitor notification.
If you want to compile add the mail.jar and activation.jar
(
Bronwen Cassidy
2002-01-30 12:54:03 UTC
Permalink
The jaf.jar can be downloaded from this link
http://java.sun.com/products/javabeans/glasgow/jaf.html :-)
-----Original Message-----
Sent: 30 January 2002 14:48
Subject: RE: [Openjmx-devel] SMTP MBean
Hi,
where the heck is it packaged ? Which jar ?
Simon
-----Original Message-----
Sent: mercoledi 30 gennaio 2002 14:57
Subject: [Openjmx-devel] SMTP MBean
Hi all
I just commited a SMTP MBean as an extra tool. It is
basically meant to send
e-mails if something happens for instance some monitor notification.
If you want to compile add the mail.jar and activation.jar
(
Carlos Quiroz
2002-01-30 12:58:04 UTC
Permalink
-----Original Message-----
Sent: 30 January 2002 16:52
To: Openjmx-Devel (E-mail)
Subject: RE: [Openjmx-devel] SMTP MBean
The jaf.jar can be downloaded from this link
http://java.sun.com/products/javabeans/glasgow/jaf.html :-)
Actually the jar is activation.jar (Don't know why) And is not required
to compile but to run. However it seemed to me better to put it as
required to compile to remind you that you need it
-----Original Message-----
Sent: 30 January 2002 14:48
Subject: RE: [Openjmx-devel] SMTP MBean
Hi,
where the heck is it packaged ? Which jar ?
Simon
-----Original Message-----
Sent: mercoledi 30 gennaio 2002 14:57
Subject: [Openjmx-devel] SMTP MBean
Hi all
I just commited a SMTP MBean as an extra tool. It is
basically meant to send
e-mails if something happens for instance some monitor
notification.
If you want to compile add the mail.jar and activation.jar
(
Bordet, Simone
2002-01-30 13:02:17 UTC
Permalink
Hi,
Post by Carlos Quiroz
Post by Bordet, Simone
where the heck is it packaged ? Which jar ?
It goes to openjmx-tools.jar
Are you sure ? Cannot find it running main target. It is not built because I don't have mail.jar ?

Simon
Carlos Quiroz
2002-01-30 13:06:12 UTC
Permalink
-----Original Message-----
Sent: 30 January 2002 17:02
Subject: RE: [Openjmx-devel] SMTP MBean
Hi,
Post by Carlos Quiroz
Post by Bordet, Simone
where the heck is it packaged ? Which jar ?
It goes to openjmx-tools.jar
Are you sure ? Cannot find it running main target. It is not built
because
I don't have mail.jar ?
It works form me
You should see a message at the beginning saying

java.mail=true

indicating that the required classes are found. If you get

java.mail=javamail.present

Then your missing either mail.jar or activation.jar
Simon
_______________________________________________
Openjmx-devel mailing list
https://lists.sourceforge.net/lists/listinfo/openjmx-devel
Bordet, Simone
2002-01-30 13:15:29 UTC
Permalink
Hi,
Post by Bordet, Simone
Post by Bordet, Simone
Hi,
Post by Carlos Quiroz
Post by Bordet, Simone
where the heck is it packaged ? Which jar ?
It goes to openjmx-tools.jar
Are you sure ? Cannot find it running main target. It is not built
because
Post by Bordet, Simone
I don't have mail.jar ?
It works form me
Because you have mail.jar...
Post by Bordet, Simone
You should see a message at the beginning saying
java.mail=true
indicating that the required classes are found. If you get
java.mail=javamail.present
instead I get

"jsse.present=${jsse.present}"

which is very confusing...

Can this message be more explicit ?
For example:

"JSSE classes not found, module SSLHTTPAdaptor will not be built."

and similar for JavaMail ?

Thanks

Simon
Carlos Quiroz
2002-01-30 17:17:02 UTC
Permalink
Post by Bordet, Simone
Hi,
Post by Bordet, Simone
Post by Bordet, Simone
Hi,
Post by Carlos Quiroz
Post by Bordet, Simone
where the heck is it packaged ? Which jar ?
It goes to openjmx-tools.jar
Are you sure ? Cannot find it running main target. It is not built
because
Post by Bordet, Simone
I don't have mail.jar ?
It works form me
Because you have mail.jar...
Yes in the lib dir
Post by Bordet, Simone
Post by Bordet, Simone
You should see a message at the beginning saying
java.mail=true
indicating that the required classes are found. If you get
java.mail=javamail.present
instead I get
"jsse.present=${jsse.present}"
That's because your don't have JSSE jars (Nor not JDK 1.4 for that matter)
Post by Bordet, Simone
which is very confusing...
Can this message be more explicit ?
"JSSE classes not found, module SSLHTTPAdaptor will not be built."
and similar for JavaMail ?
I agree that should be better I'd look for a solution
Post by Bordet, Simone
Thanks
Simon
_______________________________________________
Openjmx-devel mailing list
https://lists.sourceforge.net/lists/listinfo/openjmx-devel
Loading...