On 1/31/07, Diego Louzán <[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Kevin Irmscher escribió:
> Hi!
>
> Is the Consumer Proxy Portlet coming with WSRP4J JSR 168 compliant or
> is it customized for the Pluto portal. I tried to deploy it to the
> Liferay portal and to the Exo portlet container but neither of them
> did work. Do you plan to make the Proxy Portlet work with other
> containers or do you focus on Pluto?
>
> Regards,
> Kevin
The ProxyPortlet is JSR-168 compliant, in fact we have just made it
independent from Pluto. If you include the exception you are getting
maybe we can help you. As long as you don't use the Producer Templates,
which are portal-dependent, you should be able to deploy the portlet on
any portal.
Regards.
Diego.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFwOBGgyzZYflJelERAjWUAJ9jSkjigRz2m6JOqr/9X9O+ir14dgCgka6D
tAvI3oUG6YPPBBBiGYlPKy8=
=pJAR
-----END PGP SIGNATURE-----
I tried to deploy wsrp4j-proxyportlet.war to Liferay 4.2.1 portal and
get the following exception:
09:10:58,507 INFO [AutoDeployPortletListener:88] Portlets for
\home\liferay\deploy\wsrp4j-proxyportlet.war copied successfully
09:11:01,813 INFO [HotDeployPortletListener:129] Registering portlets for wsrp4
j-proxyportlet
09:11:01,833 ERROR [PortletLocalServiceImpl:302] Portlet with the name ProducerC
onfig_WAR_wsrp4jproxyportlet is described in portlet.xml but does not have a mat
ching entry in liferay-portlet.xml
09:11:01,833 ERROR [PortletLocalServiceImpl:302] Portlet with the name PortletCo
nfig_WAR_wsrp4jproxyportlet is described in portlet.xml but does not have a matc
hing entry in liferay-portlet.xml
09:11:01,833 ERROR [PortletLocalServiceImpl:302] Portlet with the name WSRP4JPor
tletB_WAR_wsrp4jproxyportlet is described in portlet.xml but does not have a mat
ching entry in liferay-portlet.xml
09:11:01,833 ERROR [PortletLocalServiceImpl:302] Portlet with the name WSRP4JPor
tletA_WAR_wsrp4jproxyportlet is described in portlet.xml but does not have a mat
ching entry in liferay-portlet.xml
09:11:01,833 ERROR [HotDeployUtil:52] com.liferay.portal.kernel.deploy.HotDeploy
Exception: Error registering portlets for wsrp4j-proxyportlet
at com.liferay.portal.deploy.HotDeployPortletListener.invokeDeploy(HotDe
ployPortletListener.java:348)
at com.liferay.portal.kernel.deploy.HotDeployUtil._fireDeployEvent(HotDe
ployUtil.java:86)
at com.liferay.portal.kernel.deploy.HotDeployUtil.fireDeployEvent(HotDep
loyUtil.java:43)
at com.liferay.portal.kernel.servlet.PortletContextListener.contextIniti
alized(PortletContextListener.java:41)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:3729)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
187)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:759)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:73
9)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.jav
a:904)
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.j
ava:867)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474
)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1190)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:292)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:119)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBas
e.java:1305)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.p
rocessChildren(ContainerBase.java:1569)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.p
rocessChildren(ContainerBase.java:1578)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.r
un(ContainerBase.java:1558)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.ClassNotFoundException:
org.apache.wsrp4j.consumer.configportlet.controller.ProducerRegistry
ConfigPortlet
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1352)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1198)
at com.liferay.portal.deploy.HotDeployPortletListener.invokeDeploy(HotDe
ployPortletListener.java:151)
... 19 more
Regards,
Kevin