0
votes

I am going through the ACME Airlines demo and everything seems to be working fine except that the email sent to the approver for the person booking the flight is rendered using the HTML part rather than the Embedded Experience.

This is what I am getting:

IBM Connections Mail

MIME Message Information:

Received: from 192.168.0.64 ([192.168.0.64])
by dominoww.demos.ibm.com (Lotus Domino Release 8.5.3)
with ESMTP id 2012121210521758-3 ;
Wed, 12 Dec 2012 10:52:17 -0500 
Date: Wed, 12 Dec 2012 09:52:19 -0600 (CST)
From: [email protected]
To: [email protected]
Cc: [email protected]
Message-ID: <[email protected]>
Subject: Travel Request For Lucille Suarez
MIME-Version: 1.0
X-MIMETrack: Itemize by SMTP Server on domino/ibm(Release 8.5.3|September 15, 2011) at
12/12/2012 10:52:17 AM,
Serialize by Notes Server on domino/ibm(Release 8.5.3|September 15, 2011) at
12/12/2012 11:06:04 AM,
Serialize complete at 12/12/2012 11:06:04 AM
Content-Type: multipart/alternative; 
boundary="----=_Part_0_168610966.1355327539158"

------=_Part_0_168610966.1355327539158
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii

Please approve the travel request for Lucille Suarez at http://acmeairlines.com:8080/acme.social.sample.webapp/js/../
------=_Part_0_168610966.1355327539158
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset=us-ascii

Please approve the travel request for Lucille Suarez at <a href="http://acmeairlines.com:8080/acme.social.sample.webapp/js/../">Acme Air</a>.
------=_Part_0_168610966.1355327539158
Content-Transfer-Encoding: 7bit
Content-Type: application/embed+json

{"gadget":"http:\/\/acmeairlines.com:8080\/acme.social.sample.webapp\/js\/..\/gadgets\/airlines\/airlines.xml","context": {"ApproverId":"[email protected]","FlightId":"101","UserId":"[email protected]"}}
------=_Part_0_168610966.1355327539158--

What are some things I could check to determine why the Embedded Experience is not loading?

  • The gadget.xml has been added via the admin interface
  • It works fine in the playground
  • It works if I inject it into the Activity Stream
  • Widget admin settings: Screen 1 Screen 2
  • Console after opening the email in Connections mail:

[Info] open() is deprecated, use load() method instead. (connectionsww.demos.ibm.com:17) [Warning] ActivityCount could not be resolved with widget:defaultSpinnerController. (socpim:84) [Warning] ActivityCount could not be resolved. (socpim:84)

  • Connections can reach the computer running the demos apps
  • Connections server has been rebooted and the service restarted several times
1

1 Answers

1
votes

Jesse in the entry in the widget catalog for the gadget is the connectionsmail prerequisite checked?

enter image description here