Hi,
I added few jar files which were missing and it is working fine now for instances.
But it is giving problem for portlets. I am getting 'Object not found
dummy.dummy-HelloPortlet' error
I am using JSF in my application.
portlet.xml
|
| <?xml version="1.0" encoding="UTF-8"?>
| <portlet-app
|
xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1...
http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
| version="1.0">
|
|
| <portlet>
| <portlet-name>dummy-HelloPortlet</portlet-name>
|
<portlet-class>org.apache.myfaces.portlet.MyFacesGenericPortlet</portlet-class>
| <init-param>
| <name>default-view</name>
| <value>/includes/header.jsp</value>
| </init-param>
| <supports>
| <mime-type>text/html</mime-type>
| <portlet-mode>VIEW</portlet-mode>
| </supports>
| <portlet-info>
| <title>Hello Portlet</title>
| </portlet-info>
| </portlet>
|
|
| </portlet-app>
|
|
lib folder has 'myfaces-api-1.1.5.jar' and 'myfaces-impl-1.1.5.jar'.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222578#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...