Foros de discusión

java.lang.ClassCastException ERROR

sathyaprakash A, modificado hace 8 años.

java.lang.ClassCastException ERROR

Junior Member Mensajes: 67 Fecha de incorporación: 12/06/12 Mensajes recientes
Dear Friends,

I am getting the below error while deploying webservices portlet into portal.

Caused by: java.lang.ClassCastException: com.test.web Services.Weather Report cannot be cast to javax.portlet.Portlet

Please help..

Regards,
Sathyaprakash A
thumbnail
Olaf Kock, modificado hace 8 años.

RE: java.lang.ClassCastException ERROR

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
What's the superclass of your class, what are the interfaces that your class implements and why do the class- and packagenames have spaces?

If you want to use something as a portlet, at least it has to have Portlet somewhere in its inheritance structure and your classname doesn't hint this to me.
sathyaprakash A, modificado hace 8 años.

RE: java.lang.ClassCastException ERROR

Junior Member Mensajes: 67 Fecha de incorporación: 12/06/12 Mensajes recientes
Dear olaf,

Sorry ... it was my mistake(Typo Error).. please see the below error.

com.test.webServices.WeatherReport cannot be cast to javax.portlet.Portlet

PORTLET.XML

<portlet-class>com.test.webServices.WeatherReport</portlet-class>

Class Name : WeatherReport
thumbnail
Olaf Kock, modificado hace 8 años.

RE: java.lang.ClassCastException ERROR

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
and the answer to the other questions? Inheritance hierarchy?