[Midpoint-dev] Issue while configuring email notification

Pavol Mederly pavol.mederly at gmail.com
Thu Aug 28 11:26:41 CEST 2014


Hello,

actually, the <clearValue> without t: prefix also works (in 
3.1-SNAPSHOT, perhaps not in 3.0).

My configuration that works is:

          <server>
             <host>smtp.gmail.com</host>
             <port>587</port>
             <username>pavol.mederly</username>
             <password>
<clearValue>....................</clearValue>
             </password>
<transportSecurity>starttlsEnabled</transportSecurity>
          </server>
<defaultFrom>pavol.mederly at gmail.com</defaultFrom>

Best regards,
Pavol

> Hi Shelly,
>
> as Chris recommends, please remove the duplicate 
> <notificationConfiguration> start and end tags.
>
> To avoid problems with the clearValue element, please specify the 
> password in the following way:
>
>         <password>
>             <t:clearValue 
> xmlns:t='http://prism.evolveum.com/xml/ns/public/types-3'>thisismypassword</t:clearValue>
>         </password>
>
> There is some magic in midPoint how to detect and prepend correct 
> namespaces, but this is my working configuration.
>
> Regards,
> Ivan
>
> On 08/28/2014 08:16 AM, Shelly Piplani wrote:
>> Hi,
>>
>>
>> I am using Midpoint3.0
>> I am  trying to configure email notification for account creation. 
>> Following is the code which I am adding in my system configuration
>>
>> <notificationConfiguration>
>> <mail>
>>     <server>
>>         <host>smtp.gmail.com</host>
>>         <port>25</port>
>>         <username>test at gmail.com</username>
>>         <password>
>>             <clearValue>ila123</clearValue>
>>         </password>
>> <transportSecurity>none</transportSecurity>
>>     </server>
>>     <defaultFrom>abc at gmail.com</defaultFrom>
>>     <debug>true</debug>
>> </mail>
>>
>> <simpleAccountNotifier>
>>         <statusFilter>
>>             <status>success</status>
>>         </statusFilter>
>>         <transport>mail</transport>
>>     </simpleAccountNotifier>
>> </notificationConfiguration>
>> However I am getting following error:
>> *No field notificationConfiguration in class class 
>> com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationConfigurationType 
>> (and no suitable substitution too)*
>> *Save object (Gui)*
>> *Cause: No field notificationConfiguration in class class 
>> com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationConfigurationType 
>> (and no suitable substitution too)..*
>>
>> Attached is the  xml for System configuration
>>
>> Please suggest.
>>
>> Regards,
>> Shelly
>>
>>
>>
>> This message contains information that may be privileged or 
>> confidential and is the property of ILANTUS Technologies. It is 
>> intended only for the person to whom it is addressed. If you are not 
>> the intended recipient, you are not authorized to read, print, 
>> retain, copy, disseminate, distribute, or use this message or any 
>> part thereof. If you receive this message in error, please notify the 
>> sender immediately and delete all copies of this message.
>>
>>
>> _______________________________________________
>> midPoint-dev mailing list
>> midPoint-dev at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint-dev
>
> -- 
>    Ing. Ivan Noris
>    Senior Identity Management Engineer
>    evolveum.com
>    ___________________________________________
>             "Idem per idem - semper idem Vix."
>
>
> _______________________________________________
> midPoint-dev mailing list
> midPoint-dev at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolveum.com/pipermail/midpoint-dev/attachments/20140828/d1e72812/attachment.html>


More information about the midPoint-dev mailing list