[
https://jira.jboss.org/jira/browse/WELD-510?page=com.atlassian.jira.plugi...
]
Nicklas Karlsson commented on WELD-510:
---------------------------------------
I'm not that into portlets - is it so that the external context instance is a
PortalContext instead of ServletContext in this case?
And there is the javax.servlet.ServletContextListener for Servlets, is there a way to pick
up the PortalContext (or whatever it is) before the first request comes in? Or is it just
undefined then and should be picked up from the request/session?
Support for Portlet 2.0
-----------------------
Key: WELD-510
URL:
https://jira.jboss.org/jira/browse/WELD-510
Project: Weld
Issue Type: Feature Request
Affects Versions: 1.0.1.Final
Reporter: Neil Griffin
Fix For: 1.0.2.CR1
There are some folks trying to use the PortletFaces Bridge for JSF 2.0 + Portlet 2.0 in
Glassfish V3, but Weld is causing an issue.
Original Post:
http://www.portletfaces.org/community/forums/-/message_boards/message/430...
Here is a simple stacktrace of the problem:
Caused by: java.lang.IllegalStateException: Weld doesn not support using JSF in an
non-servlet environment
at org.jboss.weld.jsf.JsfHelper.getModuleBeanManager(JsfHelper.java:119)
at org.jboss.weld.jsf.WeldPhaseListener.initiateSessionAndConversation(WeldPhaseListener
The code for the bridge API is here:
http://svn.portletfaces.org/svn/portletfaces/bridge/org.portletfaces.brid...
The code for the bridge IMPL is here:
http://svn.portletfaces.org/svn/portletfaces/bridge/org.portletfaces.brid...
And the code for a sample portlet is here:
http://svn.portletfaces.org/svn/portletfaces/portlets/sample/jsf-2.0-job-...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira