Issue 87023 - Service com.sun.star.mail.MailMessage is not registered
Summary: Service com.sun.star.mail.MailMessage is not registered
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows XP
: P3 Trivial
Target Milestone: ---
Assignee: Oliver Specht
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 09:14 UTC by eberlein
Modified: 2013-02-24 21:07 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description eberlein 2008-03-14 09:15:00 UTC
Seems, that the service MailMessage is not available in any OpenOffice.org
installation:
(JAVA)
XMailMessage xMailMessage =
com.sun.star.mail.MailMessage.create(xComponentContext, "mailto@domain.de",
"mailfrom@domain.de","Subject", new TextTransferable("Body"));

(or in BASIC createUnoService("com.sun.star.mail.MaiMessage") returns NULL).

causes a com.sun.star.uno.DeploymentException: component context fails to supply
service com.sun.star.mail.MailMessage of type com.sun.star.mail.XMailMessage at
com.sun.star.mail.MailMessage.$castInstance(Unknown Source)

see the remark of sb in
http://api.openoffice.org/servlets/ReadMsg?list=dev&msgNo=19112

tra has introduced this service first, but he didn't react on the list.
Comment 1 jsc 2008-03-18 15:15:02 UTC
jsc -> os: can you comment this issue.
Comment 2 Oliver Specht 2008-03-19 08:17:28 UTC
The service exists and is used for mail merge. But it is not registered.
Comment 3 eberlein 2008-03-25 14:57:27 UTC
Summary changed.
Comment 4 eberlein 2008-04-03 07:52:13 UTC
@os: How to proceed? Target milestone?
Comment 5 Oliver Specht 2008-04-24 08:27:56 UTC
The service implementation is used for mail merge to e-Mail. OOo needs it as a
consumer of mail services not a provider. 

Comment 6 Mechtilde 2008-11-06 19:29:22 UTC
close the invalid issue