[jboss-user] [JBoss Portal] - Re: instance not found error on JBoss portal server - URGENT
piergiorgiolucidi
do-not-reply at jboss.com
Tue Mar 31 09:10:10 EDT 2009
Maybe you have wrote an error for the class of your portlet.
Check com.PortletDefinitiion in portlet.xml:
| <portlet>
| <portlet-name>dummy-HeaderPortlet</portlet-name>
| <portlet-class>com.PortletDefinitiion</portlet-class>
| <supports>
| <mime-type>text/html</mime-type>
| <portlet-mode>VIEW</portlet-mode>
| </supports>
| <portlet-info>
| <title>Header Portlet</title>
| </portlet-info>
| </portlet>
|
It seems an error.
Hope this helps.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222332#4222332
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222332
More information about the jboss-user
mailing list