Issue with jsf 1.2-Portlet bridge

Hello friends,

I kind of have a long standing problem while desining portlets on a JSR-168 compilant portlet container called Liferay.

Earlier when i was using jsf 1.1 api/impl using jsf-portlet bridge i had an issue with the view part.where @ the end of <f:view/> by default i'd get a wierd text giving the class name com.sun.faces.saveStateFieldMarker.

so after googling and seraching the forums briefly i found it to be a bug in Jsf-portlet bridge written for Jsf 1.1 implementation.

To overcome that i was giving it a try it Jsf-portlet bridge for Jsf 1.2 Implementation.This arised new set of problem.I'm having a hardtime in deploying my portlet now.Here is the error which i've got from my console.

Exception sending context initialized event to listener instance ofclass com.sun.faces.config.GlassFishConfigureListener

java.lang.NoSuchMethodError: com.sun.faces.config.GlassFishConfigureListener.scanWebXml(Z)V

at com.sun.faces.config.GlassFishConfigureListener.contextInitialized(GlassFishConfigureListener.java:46)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4414)

at org.apache.catalina.core.StandardContext.start(StandardContext.java:5069)

.............

..................

.....................

I did search on google on this too where i had a similar problem but it was on Glassfish..

and here are few details about my environment I'm using Jboss 4.0.4GA as my Application Server & using Liferay 4.2.1 Portal on it.

I'd be glad if someone here can share a work around for this.

Thanks in advance !!!

REGARDS,

RaHuL

[1726 byte] By [RahulSharnaa] at [2007-11-14]
# 1
The JBoss applicationserver is based on Glassfish. You might find the reply of rlubke here helpful: http://forums.java.net/jive/message.jspa?messageID=197950
BalusCa at 2007-7-11 > top of java,Enterprise & Remote Computing,Web Tier APIs...