[jboss-user] [JBoss Portal] - JSF + Portlet bridge on Jboss 4.2.2 GA deployment error

2008-07-30 Thread sumeet.singh
hi, when i deployed my JSF application with portlet bridge then i got this error: kindly help as soon as possible. Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener my web.xml is: http://java.sun.com/xml/ns/j

[jboss-user] [JBoss Portal] - Exception sending context initialized event to listener inst

2008-07-11 Thread sumeet.singh
hi, the following error has occured when i deploy JSF application with Portlet Bridge jars: Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener My web.xml file is as follows: http://java.sun.com/xml/ns/javaee

[jboss-user] [JBoss Portal] - Re: Getting session in JSF backing bean

2008-07-09 Thread sumeet.singh
hi guys, i want to create httpSession object in the my backing bean... HttpSession httpSession = (HttpSession)FacesContext.getCurrentInstance().getExternalContext().getSession(true); but the above line gives an error: ClassCastException: com.sun.faces.portlet.PortletSessionWrapper then i cast th

[jboss-user] [JBoss Portal] - problem while deploying portlet contains JSF framework

2008-06-27 Thread sumeet.singh
hi, the following eroor has occured when i try to deploy my portlet which contain JSF web aplication. 18:47:51,283 INFO [TomcatDeployer] deploy, ctxPath=/WebApplication5, warUrl=.../tmp/deploy/tmp32043WebApplication5-exp.war/ 18:47:55,155 ERROR [[/WebApplication5]] StandardWrapper.Throwable jav

[jboss-user] [JBoss Portal] - Re: portlet not deployed properly

2008-06-27 Thread sumeet.singh
hi, thnx, but my problem has been solved. actually the instance of the portlet has not been created automatically. So first i create the instance from portlet-defincation and then it became visible in that portion... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Portal] - Re: portlet not deployed properly

2008-06-26 Thread sumeet.singh
ues, i have created both of them: portlet-instances.xml http://www.jboss.org/portal/dtd/portlet-instances_2_6.dtd";> TestPortletInstance TestPortlet testPortal-object.xml http://www.jboss.org/p

[jboss-user] [JBoss Portal] - portlet not deployed properly

2008-06-25 Thread sumeet.singh
hi, i have created one portlet and try to put the .war file in the deploy folder of the JBOSS portal but it's not become visible in the Portlet instance associated to this window: section of the Personal Dashboard Editor. kindly reply soon. View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Portal] - unable to process deployment descriptor for context 'null'

2008-06-24 Thread sumeet.singh
hi, when i deploy my portlet on the JBOSS Portal then it gives the message deployed and the warning "unable to process deployment descriptor for context 'null' ", and when i login as a admin in portal then that portlet is not visible in the Portlet instance associated to this window: section of

[jboss-user] [JBoss Portal] - Portlet class not found error

2008-06-24 Thread sumeet.singh
hi, i m new to JBOSS portal. I have facing the following error: org.jboss.portal.portlet.container.PortletInitializationException: Portlet class not found org.jboss.portlet.test.TestPortlet Kindly help me to solve this. Sometimes it occured and sometimes it not. kindly tell me the exact root ca