Fwd: Delivery Status Notification (Failure)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Fwd: Delivery Status Notification (Failure)

Sumit Pandit
Hi Devs I got following notification in reply to - Aayush's - "how does
showPortalPage.ftl works" mail. I send it two times at user mailing list but
failed, do any one know what's wrong here?


---------- Forwarded message ----------
From: Mail Delivery Subsystem <[hidden email]>
Date: Tue, Sep 14, 2010 at 11:11 AM
Subject: Delivery Status Notification (Failure)
To: [hidden email]


Delivery to the following recipient failed permanently:

    [hidden email]

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient
domain. We recommend contacting the other email provider for further
information about the cause of this error. The error that the other server
returned was: 552 552 spam score (5.7) exceeded threshold (state 18).

----- Original message -----

MIME-Version: 1.0
Received: by 10.229.212.11 with SMTP id gq11mr4093310qcb.78.1284442858244;
 Mon, 13 Sep 2010 22:40:58 -0700 (PDT)
Received: by 10.229.74.73 with HTTP; Mon, 13 Sep 2010 22:40:58 -0700 (PDT)
In-Reply-To: <[hidden email]>
References: <[hidden email]>
Date: Tue, 14 Sep 2010 11:10:58 +0530
Message-ID: <AANLkTi=+[hidden email]>
Subject: Re: how does showPortalPage.ftl works
From: sumit pandit <[hidden email]>
To: [hidden email], [hidden email]
Content-Type: multipart/alternative; boundary=00163630f2eb4ccc45049031a857

Hi Aayush,

I guess if you wondered how UI is render then following might help you -

Look at showPortalPage.ftl's code, where
portalPageColumns is coming from entity - PortalPageColumn represent number
of columns that need to render under a portalPageId
then portalPagePortlets is coming from entity - PortalPagePortletView where
it contains screen location which need to be render under certain block of
matrix(row,column). You can call your own screen at this point.

Now if you want to know how this data is prepared please look at following -

 <PortalPage portalPageId="ABC" sequenceNum="0" portalPageName="ABC Portal
Page" description="ABC" ownerUserLoginId="_NA_"/>
   <PortalPageColumn portalPageId="ABC" columnSeqId="00001"
columnWidthPercentage="100"/>

   <PortletCategory portletCategoryId="ABC" description="ABC"/>
   <PortalPortlet portalPortletId="ABCHeader"
       portletName="ABC header"
       screenName="ABCHeader"
       screenLocation="component://ABC/widget/ABC/CommonScreens.xml"
       description="ABC Header Portlet"
       screenshot=""/>
   <PortletPortletCategory portalPortletId="ABCHeader"
portletCategoryId="ABC"/>

   <PortalPortlet portalPortletId="ABCBody"
       portletName="ABC body"
       screenName="ABCBody"
       screenLocation="component://ABC/widget/ABC/CommonScreens.xml"
       description="ABC Body Portlet"
       screenshot=""/>
   <PortletPortletCategory portalPortletId="ABCBody"
portletCategoryId="ABC"/>

   <PortalPortlet portalPortletId="ABCFooter"
       portletName="ABC footer"
       screenName="ABCFooter"
       screenLocation="component://ABC/widget/ABC/CommonScreens.xml"
       description="ABC Footer Portlet"
       screenshot=""/>
   <PortletPortletCategory portalPortletId="ABCFooter"
portletCategoryId="ABC"/>

   <!-- Associating portlet with portal -->
   <PortalPagePortlet portalPageId="ABC" portalPortletId="ABCHeader"
portletSeqId="00001" columnSeqId="00001" sequenceNum="0"/>



--
Thanks and Regards
Sumit Pandit
Thanks And Regards
Sumit Pandit
Reply | Threaded
Open this post in threaded view
|

Re: Delivery Status Notification (Failure)

Jacques Le Roux
Administrator
Did you use an HTML format? (it ranks higher for spamassasin...)
Did you use Nabble?
Else it could be the content itself

At least  Aayush should have received it

Jacques

From: "sumit pandit" <[hidden email]>

> Hi Devs I got following notification in reply to - Aayush's - "how does
> showPortalPage.ftl works" mail. I send it two times at user mailing list but
> failed, do any one know what's wrong here?
>
>
> ---------- Forwarded message ----------
> From: Mail Delivery Subsystem <[hidden email]>
> Date: Tue, Sep 14, 2010 at 11:11 AM
> Subject: Delivery Status Notification (Failure)
> To: [hidden email]
>
>
> Delivery to the following recipient failed permanently:
>
>    [hidden email]
>
> Technical details of permanent failure:
> Google tried to deliver your message, but it was rejected by the recipient
> domain. We recommend contacting the other email provider for further
> information about the cause of this error. The error that the other server
> returned was: 552 552 spam score (5.7) exceeded threshold (state 18).
>
> ----- Original message -----
>
> MIME-Version: 1.0
> Received: by 10.229.212.11 with SMTP id gq11mr4093310qcb.78.1284442858244;
> Mon, 13 Sep 2010 22:40:58 -0700 (PDT)
> Received: by 10.229.74.73 with HTTP; Mon, 13 Sep 2010 22:40:58 -0700 (PDT)
> In-Reply-To: <[hidden email]>
> References: <[hidden email]>
> Date: Tue, 14 Sep 2010 11:10:58 +0530
> Message-ID: <AANLkTi=+[hidden email]>
> Subject: Re: how does showPortalPage.ftl works
> From: sumit pandit <[hidden email]>
> To: [hidden email], [hidden email]
> Content-Type: multipart/alternative; boundary=00163630f2eb4ccc45049031a857
>
> Hi Aayush,
>
> I guess if you wondered how UI is render then following might help you -
>
> Look at showPortalPage.ftl's code, where
> portalPageColumns is coming from entity - PortalPageColumn represent number
> of columns that need to render under a portalPageId
> then portalPagePortlets is coming from entity - PortalPagePortletView where
> it contains screen location which need to be render under certain block of
> matrix(row,column). You can call your own screen at this point.
>
> Now if you want to know how this data is prepared please look at following -
>
> <PortalPage portalPageId="ABC" sequenceNum="0" portalPageName="ABC Portal
> Page" description="ABC" ownerUserLoginId="_NA_"/>
>   <PortalPageColumn portalPageId="ABC" columnSeqId="00001"
> columnWidthPercentage="100"/>
>
>   <PortletCategory portletCategoryId="ABC" description="ABC"/>
>   <PortalPortlet portalPortletId="ABCHeader"
>       portletName="ABC header"
>       screenName="ABCHeader"
>       screenLocation="component://ABC/widget/ABC/CommonScreens.xml"
>       description="ABC Header Portlet"
>       screenshot=""/>
>   <PortletPortletCategory portalPortletId="ABCHeader"
> portletCategoryId="ABC"/>
>
>   <PortalPortlet portalPortletId="ABCBody"
>       portletName="ABC body"
>       screenName="ABCBody"
>       screenLocation="component://ABC/widget/ABC/CommonScreens.xml"
>       description="ABC Body Portlet"
>       screenshot=""/>
>   <PortletPortletCategory portalPortletId="ABCBody"
> portletCategoryId="ABC"/>
>
>   <PortalPortlet portalPortletId="ABCFooter"
>       portletName="ABC footer"
>       screenName="ABCFooter"
>       screenLocation="component://ABC/widget/ABC/CommonScreens.xml"
>       description="ABC Footer Portlet"
>       screenshot=""/>
>   <PortletPortletCategory portalPortletId="ABCFooter"
> portletCategoryId="ABC"/>
>
>   <!-- Associating portlet with portal -->
>   <PortalPagePortlet portalPageId="ABC" portalPortletId="ABCHeader"
> portletSeqId="00001" columnSeqId="00001" sequenceNum="0"/>
>
>
>
> --
> Thanks and Regards
> Sumit Pandit
>