<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
  <title>Liferay</title>
  <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_category?p_l_id=27331&amp;categoryId=29594" />
  <subtitle>Liferay</subtitle>
  <entry>
    <title>how to solve GroupFriendlyURLException</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=100517" />
    <author>
      <name>Liyakath ali khan</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=100517</id>
    <updated>2010-09-01T02:41:15Z</updated>
    <published>2010-09-01T02:41:15Z</published>
    <summary type="html">Hi Friends,&lt;br /&gt;Am getting this problem while migrating 5.2.3 to 6.0.5,&lt;br /&gt;ERROR [MainServlet:202] com.liferay.portal.kernel.events.ActionException: com.liferay.portal.verify.VerifyException: com.liferay.portal.verify.VerifyException: com.liferay.portal.GroupFriendlyURLException&lt;br /&gt;com.liferay.portal.kernel.events.ActionException: &lt;br /&gt;&lt;br /&gt;pls any one can give sollution?</summary>
    <dc:creator>Liyakath ali khan</dc:creator>
    <dc:date>2010-09-01T02:41:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to get portlet tile in liferay 6.0.2 from hook-plugin</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=99585" />
    <author>
      <name>Tanweer Ahmed Ansari</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=99585</id>
    <updated>2010-07-28T18:18:15Z</updated>
    <published>2010-07-28T18:18:15Z</published>
    <summary type="html">Hello Gouse ,&lt;br /&gt;&lt;br /&gt;Try working with Language-ext.properties.</summary>
    <dc:creator>Tanweer Ahmed Ansari</dc:creator>
    <dc:date>2010-07-28T18:18:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: service layer in liferay</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=99050" />
    <author>
      <name>Tanweer Ahmed Ansari</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=99050</id>
    <updated>2010-07-24T04:04:08Z</updated>
    <published>2010-07-24T04:04:08Z</published>
    <summary type="html">&lt;div class='quote-title'&gt;Muhammed Shakir Misarwala:&lt;/div&gt;&lt;div class='quote'&gt;&lt;div class='quote-content'&gt;Excellent explanation Tanveer.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;Thnx Br Shakir,</summary>
    <dc:creator>Tanweer Ahmed Ansari</dc:creator>
    <dc:date>2010-07-24T04:04:08Z</dc:date>
  </entry>
  <entry>
    <title>RE: service layer in liferay</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=99034" />
    <author>
      <name>Tanweer Ahmed Ansari</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=99034</id>
    <updated>2010-07-24T03:53:09Z</updated>
    <published>2010-07-23T19:25:13Z</published>
    <summary type="html">&lt;div class='quote-title'&gt;Liyakath ali khan:&lt;/div&gt;&lt;div class='quote'&gt;&lt;div class='quote-content'&gt;Hi Friends,&lt;br /&gt;    When am trying to do ant build-service it will generate model folder and service folder  and all the classes its working fine but at the same time it will generate some xml files inside the src META-INF like  portlet-spring.xml,infrastructure-spring.xml what is the use of this files?can anyone help me?&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Hello Liyakat ,&lt;br /&gt;&lt;br /&gt;When you generate the service layer with the service builder, it generates certain files which includes Java Beans,Axis Web Services(if remote is set to true),Spring Configuration files,Hibernate Configuration files,SQL scripts,JSON interface.&lt;br /&gt;&lt;b&gt;Java Beans&lt;/b&gt; are implemented in the form of setters and getters which ,as the name suggests is used for setting and getting the values respectively.&lt;br /&gt;Speaking about the&lt;b&gt; web services&lt;/b&gt; ,there are different methodologies to implement but the one which Liferay supports is Axis.The Axis framework is the implementation of the &lt;b&gt;SOAP&lt;/b&gt; (Simple Object Access Protocol) which is  helpful in inter application communication.&lt;br /&gt;&lt;b&gt;Spring&lt;/b&gt; framework in the portal is used for maintaining the business and data services layers as well as transaction management. For example ext-spring.xml contains the Spring based Dependency Injection.Also spring provides the Connection Pooling mechanism in Liferay .LIferay services are implemented as Spring.  portal-spring.xml file  contains all of the definitions of the service implementations,  dynamic-data-source-spring.xml provides the &lt;br /&gt;datasource and transaction manager.&lt;br /&gt;&lt;b&gt;HibernateSession&lt;/b&gt; is used by Dynamic Query API, portal-hbm.xml is used for Hibernate object-relationship mappings for portal models.Also we can provide custom Hibernate object-relationship mappings in ext-hbm.xml.&lt;br /&gt;&lt;b&gt;SQL&lt;/b&gt; scripts provides the database structure and &lt;b&gt;JSON&lt;/b&gt; service generated is used in the context of Ajax which provides us with the functionality to access the server side resources without actually submitting the form.</summary>
    <dc:creator>Tanweer Ahmed Ansari</dc:creator>
    <dc:date>2010-07-23T19:25:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: service layer in liferay</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=84705" />
    <author>
      <name>Muhammed Shakir Misarwala</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=84705</id>
    <updated>2010-07-16T03:54:44Z</updated>
    <published>2010-07-16T03:54:44Z</published>
    <summary type="html">Liferay uses Spring for integration and service layer implementation. It also uses hibernate for persistency. The xml files generated are spring configuration , hibernate configuration and infrastructure related (transaction management etc) files.&lt;br /&gt;&lt;br /&gt;I hope this helps</summary>
    <dc:creator>Muhammed Shakir Misarwala</dc:creator>
    <dc:date>2010-07-16T03:54:44Z</dc:date>
  </entry>
  <entry>
    <title>service layer in liferay</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=83208" />
    <author>
      <name>Liyakath ali khan</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=83208</id>
    <updated>2010-08-30T17:00:50Z</updated>
    <published>2010-07-15T11:18:50Z</published>
    <summary type="html">Hi Friends,&lt;br /&gt;    When am trying to do ant build-service it will generate model folder and service folder  and all the classes its working fine but at the same time it will generate some xml files inside the src META-INF like  portlet-spring.xml,infrastructure-spring.xml what is the use of this files?can anyone help me ?</summary>
    <dc:creator>Liyakath ali khan</dc:creator>
    <dc:date>2010-07-15T11:18:50Z</dc:date>
  </entry>
  <entry>
    <title>How to get portlet tile in liferay 6.0.2 from hook-plugin</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=81769" />
    <author>
      <name>Gouse Basha</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=81769</id>
    <updated>2010-07-15T05:20:15Z</updated>
    <published>2010-07-15T05:20:15Z</published>
    <summary type="html">Hello everyone,&lt;br /&gt;&lt;br /&gt;I&amp;#039;m facing some problems when migrating from Liferay 5.2.3 to 6.0.2. The custom developed ext portlets are now in ext-plugin of Liferay 6. The problem is I&amp;#039;m not able to get the portlet titles displayed. I&amp;#039;m currently getting the &amp;#034;Language.properties&amp;#034; in the hooks-plugin, but it doesn&amp;#039;t work. &lt;br /&gt;&lt;br /&gt;Any help will be appreciated.</summary>
    <dc:creator>Gouse Basha</dc:creator>
    <dc:date>2010-07-15T05:20:15Z</dc:date>
  </entry>
  <entry>
    <title>Single Sign On</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=81764" />
    <author>
      <name>Liyakath ali khan</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=81764</id>
    <updated>2010-07-15T05:15:27Z</updated>
    <published>2010-07-15T05:15:27Z</published>
    <summary type="html">Hi &lt;br /&gt;   Just am trying to get single sign on .Through the following links I got one solution (http://www.liferay.com/community/wiki/-/wiki/Main/Single+SignOn+-+Integrating+Liferay+With+CAS+Server).I changed the Authentication setup also.its working fine.&lt;br /&gt;Can any one tell me with this cas server how many application we can integrate?</summary>
    <dc:creator>Liyakath ali khan</dc:creator>
    <dc:date>2010-07-15T05:15:27Z</dc:date>
  </entry>
  <entry>
    <title>RE: Bean Locator Problem</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=78836" />
    <author>
      <name>Liyakath ali khan</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=78836</id>
    <updated>2010-07-12T12:56:03Z</updated>
    <published>2010-07-12T12:56:03Z</published>
    <summary type="html">Here i added some steps for ur Beanlocator problems. I hope it will sovle ur problems&lt;br /&gt;1. web.xml add this line:&lt;br /&gt; &lt;br /&gt;    &amp;lt;listener&amp;gt;&lt;br /&gt;        &amp;lt;listener-class&amp;gt;com.liferay.portal.kernel.spring.context.PortletContextLoaderListener&amp;lt;/listener-class&amp;gt;&lt;br /&gt;    &amp;lt;/listener&amp;gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;2.liferay-plugin-package.properties&lt;br /&gt; &lt;br /&gt;portal-dependency-jars=\&lt;br /&gt;   jstl.jar,\&lt;br /&gt;   jstl-impl.jar,\&lt;br /&gt;   util-java.jar,\&lt;br /&gt;   commons-beanutils.jar,\&lt;br /&gt;   commons-collections.jar,\&lt;br /&gt;   commons-digester.jar,\&lt;br /&gt;   commons-logging.jar,\&lt;br /&gt;   commons-lang.jar,\&lt;br /&gt;   commons-validator.jar,\&lt;br /&gt;   portals-bridges.jar&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;3. copy util-java.jar file from tomcat/webapps/ROOT/WEB_INF/lib and paste it into&lt;br /&gt;      &amp;lt;portletName&amp;gt;/docroot/WEB_INF/lib folder.&lt;br /&gt; &lt;br /&gt;4. change the util-java.jar file as util-java1.jar</summary>
    <dc:creator>Liyakath ali khan</dc:creator>
    <dc:date>2010-07-12T12:56:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Graph/Chart/Dashboard</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=75502" />
    <author>
      <name>Arun Kumar S</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=75502</id>
    <updated>2010-07-01T07:34:21Z</updated>
    <published>2010-07-01T07:34:21Z</published>
    <summary type="html">Hi Asif,&lt;br /&gt;&lt;br /&gt;&lt;div class='quote-title'&gt;Asif Hussain:&lt;/div&gt;&lt;div class='quote'&gt;&lt;div class='quote-content'&gt;I need to draw graph for dashboards, can anyone show me where to get the required apis from?&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;you can follow this&lt;a href='http://code.google.com/apis/chart/docs/making_charts.html'&gt;&lt;b&gt; link&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HTH,&lt;br /&gt;Arun</summary>
    <dc:creator>Arun Kumar S</dc:creator>
    <dc:date>2010-07-01T07:34:21Z</dc:date>
  </entry>
  <entry>
    <title>Bean Locator Problem</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=73992" />
    <author>
      <name>muhammad mpower hasan</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=73992</id>
    <updated>2010-07-01T05:27:02Z</updated>
    <published>2010-06-29T07:08:46Z</published>
    <summary type="html">Hai to All!&lt;br /&gt;&lt;br /&gt;              Getting  &lt;span style='color: #D91919;'&gt;&amp;#034;BeanLocator has not been set&amp;#034; &lt;/span&gt; error.&lt;br /&gt;              I didn&amp;#039;t get this problem for the first time when I run my server but second time when I run this problem started to occur.&lt;br /&gt;              I tried to fix it in many ways but not yet successful.&lt;br /&gt;&lt;br /&gt;               Can Anyone help on this Topic?&lt;span style='color: #E91818;'&gt;&lt;/span&gt;</summary>
    <dc:creator>muhammad mpower hasan</dc:creator>
    <dc:date>2010-06-29T07:08:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: liferay Architechture</title>
    <link rel="alternate" href="http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=71064" />
    <author>
      <name>Thasmiya Nishat</name>
    </author>
    <id>http://www.mpowerglobal.com/c/message_boards/find_message?p_l_id=27331&amp;messageId=71064</id>
    <updated>2010-06-25T10:45:20Z</updated>
    <published>2010-06-25T10:45:20Z</published>
    <summary type="html">hi....&lt;br /&gt;&lt;br /&gt;Yes, if TasksEntryImpl.java do not extend TasksEntryModelImpl.java it will show error.&lt;br /&gt;Because,  the methods of TasksEntryModel.java is implemented by TasksEntryModelImpl.java. so there will be some unimplemented methods of TasksEntryModelImpl.java left out in TasksEntryImpl.java.&lt;br /&gt;And we cannot implement those unimplented methods because TasksEntryModelImpl.java in turn extends  BaseModelImpl&amp;lt;TasksEntry&amp;gt; and TasksEntry extends TasksEntryModel.java which in turn extends BaseModel&amp;lt;TasksEntry&amp;gt;. This will cause CloneNotSupportedException.&lt;br /&gt;&lt;br /&gt;Hope  i am correct. Please inform me if not so.&lt;br /&gt;&lt;br /&gt;Thanks</summary>
    <dc:creator>Thasmiya Nishat</dc:creator>
    <dc:date>2010-06-25T10:45:20Z</dc:date>
  </entry>
</feed>

