problem with liferay portlet using ops3.6.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

problem with liferay portlet using ops3.6.

Laxmi Narayana-3
Hi,
 
I want Orbeon forms as portlet in liferayserver4.2.2 using ops3.6.
 
for that i configured like this:
orbeon/WEB-INF/liferay-display.xml
<display>
    <category name="Orbeon Forms">
        <portlet id="OrbeonFormsPortlet"/>
    </category>
 </display>

orbeon/WEB-INF/portlet.xml
 <portlet>
        <portlet-name>OrbeonFormsPortlet</portlet-name>
        <portlet-class>org.orbeon.oxf.portlet.OPSPortlet</portlet-class>
        initparams...........
</portlet>
In web.xml ,nothing is configured about OrbeonFormsPortlet by orbeon guys.
if i run server I am not getting portlet .
 
In ops3.5.1 I am getting portlet, configured like this in web.xml.
<servlet>
  <servlet-name>OrbeonFormsPortlet</servlet-name>
  <servlet-class>com.liferay.portal.kernel.servlet.PortletServlet</servlet-class>
  <init-param>
   <param-name>portlet-class</param-name>
   <param-value>org.orbeon.oxf.portlet.OPSPortlet</param-value>
  </init-param>
  <load-on-startup>0</load-on-startup>
 </servlet>
I configured above servlet information in ops3.6 web.xml.
even i configured ,not getting portlet.plz somebody help me.This is urgent requirement.
 
Thanks and advance,
LaxmiNarayana.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: problem with liferay portlet using ops3.6.

richhl
don't you want to simply upload orbeon.war using the Admin portlet? i've tried it with Liferay 5.0.1 plus orbeon nightly build without problems....

rich

On Wed, 23 Apr 2008 10:13:00 +0000
"Laxmi Narayana" <[hidden email]> wrote:

> Hi,
>
> I want Orbeon forms as portlet in liferayserver4.2.2 using ops3.6.
>
> for that i configured like this:
> orbeon/WEB-INF/liferay-display.xml
> <display>
>     <category name="Orbeon Forms">
>         <portlet id="OrbeonFormsPortlet"/>
>     </category>
>  </display>
>
> orbeon/WEB-INF/portlet.xml
>  <portlet>
>         <portlet-name>OrbeonFormsPortlet</portlet-name>
>         <portlet-class>org.orbeon.oxf.portlet.OPSPortlet</portlet-class>
>         initparams...........
> </portlet>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws