<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>RE: unable to call some  screenlets</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110363084" />
  <subtitle>RE: unable to call some  screenlets</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110363084</id>
  <updated>2026-04-04T06:15:06Z</updated>
  <dc:date>2026-04-04T06:15:06Z</dc:date>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110702525" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110702525</id>
    <updated>2018-08-14T15:36:55Z</updated>
    <published>2018-08-14T15:36:55Z</published>
    <summary type="html">&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Can you try some things to see if the service is working properly, please?&lt;/p&gt;
&lt;p&gt;- First of all execute this to check the classNameId:&lt;/p&gt;
&lt;pre&gt;
curl http://screens.liferay.org.es/api/jsonws/classname/fetch-class-name \
  -u test@liferay.com:test \
  -d value='com.liferay.journal.model.JournalArticle&lt;/pre&gt;
&lt;p&gt;- Perform the same request that the asset list:&lt;/p&gt;
&lt;pre&gt;
curl &lt;a href="http://screens.liferay.org.es/api/jsonws/assetentry/get-entries"&gt;http://screens.liferay.org.es/api/jsonws/assetentry/get-entries&lt;/a&gt; \ 
  -u test@liferay.com:test11 \
  -d entryQuery=&amp;quot;{\&amp;quot;classNameIds\&amp;quot;:&amp;lt;your-journal-class-name-id&amp;gt;, \&amp;quot;groupIds\&amp;quot;:&amp;lt;your-group-id&amp;gt;, \&amp;quot;visible\&amp;quot;:true, \&amp;quot;end\&amp;quot;:50, \&amp;quot;start\&amp;quot;:0}&amp;quot;
&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-08-14T15:36:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110699176" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110699176</id>
    <updated>2018-08-14T09:27:33Z</updated>
    <published>2018-08-14T09:27:33Z</published>
    <summary type="html">&lt;blockquote&gt;
  &lt;div class="quote-title"&gt;Victor Galan:&lt;/div&gt;
  &lt;div class="quote"&gt;
    &lt;div class="quote-content"&gt;
      &lt;p&gt;Hi!&lt;/p&gt;
      &lt;p&gt; &lt;/p&gt;
      &lt;p&gt;are you receiving any data in your connector? can you share the
        implementation of the connector and the interactor?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;i am using liferay asset list screenlet and set 30801 in class name
  id for journal article list . &lt;/p&gt;
&lt;p&gt;There are 2 case:&lt;/p&gt;
&lt;p&gt;1.) when i set document media and blog class name id it shows list.&lt;/p&gt;
&lt;p&gt;2.) when i set journal article class name id , it does not shows list. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-08-14T09:27:33Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110688138" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110688138</id>
    <updated>2018-08-13T15:23:00Z</updated>
    <published>2018-08-13T15:23:00Z</published>
    <summary type="html">&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;are you receiving any data in your connector? can you share the
  implementation of the connector and the interactor?&lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-08-13T15:23:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110680142" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110680142</id>
    <updated>2018-08-09T10:24:33Z</updated>
    <published>2018-08-09T10:24:33Z</published>
    <summary type="html">&lt;blockquote&gt;
  &lt;div class="quote-title"&gt;Victor Galan:&lt;/div&gt;
  &lt;div class="quote"&gt;
    &lt;div class="quote-content"&gt;
      &lt;p&gt;Hi!&lt;/p&gt;
      &lt;p&gt; &lt;/p&gt;
      &lt;p&gt;There is a listener method&lt;/p&gt;
      &lt;pre&gt;
onListRowsReceived&lt;/pre&gt;
      &lt;p&gt;in the Screenlet, can you check if you are receiving any data here?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;yes , i checked , it showing empty list. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-08-09T10:24:33Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110674608" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110674608</id>
    <updated>2018-08-07T20:02:34Z</updated>
    <published>2018-08-07T20:02:34Z</published>
    <summary type="html">&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;There is a listener method&lt;/p&gt;
&lt;pre&gt;
onListRowsReceived&lt;/pre&gt;
&lt;p&gt;in the Screenlet, can you check if you are receiving any data here?&lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-08-07T20:02:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110661928" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110661928</id>
    <updated>2018-08-03T05:37:27Z</updated>
    <published>2018-08-03T05:37:27Z</published>
    <summary type="html">&lt;blockquote&gt;
  &lt;div class="quote-title"&gt;Victor Galan:&lt;/div&gt;
  &lt;div class="quote"&gt;
    &lt;div class="quote-content"&gt;
      &lt;p&gt;Can you show me how are you doing it?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;Actually when i am taking classNameid of blog and document media . it
  is working fine and when i am taking classname id of web content
  article , it is showing blank list , in my case class name id is
  30801. I have attached one image here. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Prakash &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-08-03T05:37:27Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110658020" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110658020</id>
    <updated>2018-08-02T06:55:12Z</updated>
    <published>2018-08-02T06:55:12Z</published>
    <summary type="html">&lt;p&gt;Can you show me how are you doing it?&lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-08-02T06:55:12Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110656468" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110656468</id>
    <updated>2018-08-01T13:03:50Z</updated>
    <published>2018-08-01T13:03:50Z</published>
    <summary type="html">&lt;p&gt;yes, now we are getting mobile services activated . but in case of
  asset list screenlet always showing blank list in interactor . &lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-08-01T13:03:50Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110651407" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110651407</id>
    <updated>2018-07-31T14:42:37Z</updated>
    <published>2018-07-31T14:42:37Z</published>
    <summary type="html">&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Is it possible for you to use a newer version of the Liferay DXP
  bundle so? These problems are fixed in those versions&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-07-31T14:42:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110637783" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110637783</id>
    <updated>2018-07-25T09:05:51Z</updated>
    <published>2018-07-25T09:05:51Z</published>
    <summary type="html">&lt;p&gt;We had also installed the Screens Plugin once, but it doesn't gets
  activated. Plugin is attached below...&lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-07-25T09:05:51Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110637365" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110637365</id>
    <updated>2018-07-25T08:15:47Z</updated>
    <published>2018-07-25T08:15:47Z</published>
    <summary type="html">&lt;p&gt;I was wrong, Liferay Screens Plugin is not included in the dxp
  bundle, you have to install it from the &lt;a href="https://web.liferay.com/es/marketplace/-/mp/application/54369726"&gt;marketplace&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-07-25T08:15:47Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110636209" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110636209</id>
    <updated>2018-07-25T05:19:54Z</updated>
    <published>2018-07-25T05:19:54Z</published>
    <summary type="html">&lt;p&gt;We ran 'lb screens' command on the gogo shell and it returned 'No
  matching bundles found'&lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-07-25T05:19:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110627567" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110627567</id>
    <updated>2018-07-24T15:26:10Z</updated>
    <published>2018-07-24T15:26:10Z</published>
    <summary type="html">&lt;p&gt;The video is showing a different error than what you indicated, but
  now it makes more sense.&lt;/p&gt;
&lt;p&gt;Can you access your gogo shell and try to run 'lb screens', I think
  the services are not being activated&lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-07-24T15:26:10Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110627006" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110627006</id>
    <updated>2018-07-24T11:04:38Z</updated>
    <published>2018-07-24T11:04:38Z</published>
    <summary type="html">&lt;p&gt;Video file URL is &lt;a href="https://ufile.io/h6yi8"&gt;Here.&lt;/a&gt; In which
  we have shown what we are doing.&lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-07-24T11:04:38Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110621207" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110621207</id>
    <updated>2018-07-23T07:57:55Z</updated>
    <published>2018-07-23T07:57:55Z</published>
    <summary type="html">&lt;p&gt;Hey&lt;/p&gt;
&lt;p&gt;Did you try to debug this line to see if something is failing?:  &lt;a href="https://github.com/liferay/liferay-screens/blob/develop/android/library/src/main/java/com/liferay/mobile/screens/util/ServiceProvider.java#L37"&gt;https://github.com/liferay/liferay-screens/blob/develop/android/library/src/main/java/com/liferay/mobile/screens/util/ServiceProvider.java#L37&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;If you can provide us a reproducible sample we can debug it&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-07-23T07:57:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110590644" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110590644</id>
    <updated>2018-07-19T10:42:49Z</updated>
    <published>2018-07-19T10:42:49Z</published>
    <summary type="html">&lt;blockquote&gt;
  &lt;div class="quote-title"&gt;Victor Galan:&lt;/div&gt;
  &lt;div class="quote"&gt;
    &lt;div class="quote-content"&gt;
      &lt;p&gt;Can you share your server_context.xml?&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;Please find attached xml file.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-07-19T10:42:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110570378" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110570378</id>
    <updated>2018-07-16T14:24:16Z</updated>
    <published>2018-07-16T14:24:16Z</published>
    <summary type="html">&lt;p&gt;Can you share your server_context.xml?&lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-07-16T14:24:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110426372" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110426372</id>
    <updated>2018-07-11T07:58:17Z</updated>
    <published>2018-07-11T07:58:17Z</published>
    <summary type="html">&lt;p&gt;Liferay Screens Compatibility Plugin (&lt;a
    href="http://www.liferay.com/marketplace/-/mp/application/54365664"&gt;CE&lt;/a&gt; or &lt;a
  href="http://www.liferay.com/marketplace/-/mp/application/54369726"&gt;EE&lt;/a&gt;,
  depending on your Liferay edition). This app is preinstalled in
  Liferay 7.0 CE and Liferay DXP instances.&lt;/p&gt;
&lt;p&gt;this written on &lt;a href="https://dev.liferay.com/develop/reference/-/knowledge_base/7-0/assetlistscreenlet-for-android"&gt;https://dev.liferay.com/develop/reference/-/knowledge_base/7-0/assetlistscreenlet-for-android&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;as i checked no Compatibility plugin installed with liferay dxp
  instance .&lt;/p&gt;
&lt;p&gt;Even Liferay Screens Compatibility Plugin downloaded from marketplace
  and used with dxp , but it's not workable.&lt;/p&gt;
&lt;p&gt;So now how to proceed ?&lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-07-11T07:58:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110419642" />
    <author>
      <name>Victor Galan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110419642</id>
    <updated>2018-07-10T06:09:49Z</updated>
    <published>2018-07-10T06:09:49Z</published>
    <summary type="html">&lt;p&gt;Hey&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Are you setting the versionFactory property in the server_context?&lt;/p&gt;
&lt;p&gt;I think something its failing here:  &lt;a href="https://github.com/liferay/liferay-screens/blob/develop/android/library/src/main/java/com/liferay/mobile/screens/util/ServiceProvider.java#L37"&gt;https://github.com/liferay/liferay-screens/blob/develop/android/library/src/main/java/com/liferay/mobile/screens/util/ServiceProvider.java#L37&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Can you put a breakpoint in that method and see if something its failing?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;You can also try setting the version manually with&lt;/p&gt;
&lt;pre&gt;
LiferayServerContext.&lt;span&gt;setPortalVersion&lt;/span&gt;(LiferayPortalVersion.&lt;span&gt;VERSION_70&lt;/span&gt;);&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I hope it helps&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Victor Galan</dc:creator>
    <dc:date>2018-07-10T06:09:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: unable to call some  screenlets</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110403956" />
    <author>
      <name>Prakash Kumar Singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110403956</id>
    <updated>2018-07-03T05:26:01Z</updated>
    <published>2018-07-03T05:26:01Z</published>
    <summary type="html">&lt;blockquote&gt;
  &lt;div class="quote-title"&gt;Victor Galan:&lt;/div&gt;
  &lt;div class="quote"&gt;
    &lt;div class="quote-content"&gt;
      &lt;p&gt;Hey,&lt;/p&gt;
      &lt;p&gt; &lt;/p&gt;
      &lt;p&gt;It seems that your screenlets are using the v62 connectors, you
        have to specify the version 70 in the server_context file, like
        in this &lt;a
          href="https://github.com/liferay/liferay-screens/blob/develop/android/samples/test-app/src/main/res/values/server_context.xml#L4"&gt;one &lt;/a&gt;&lt;/p&gt;
      &lt;p&gt; &lt;/p&gt;
      &lt;p&gt;I hope it helps,&lt;/p&gt;
      &lt;p&gt; &lt;/p&gt;
      &lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;I have already used version number 70 in server context file, but
  still same problem occurring.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Prakash kumar singh &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Prakash Kumar Singh</dc:creator>
    <dc:date>2018-07-03T05:26:01Z</dc:date>
  </entry>
</feed>
