[JBoss JIRA] Updated: (JBPORTAL-767) ERROR [org.apache.myfaces.portlet.MyFacesGenericPortlet]
by Julien Viet (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-767?page=all ]
Julien Viet updated JBPORTAL-767:
---------------------------------
Fix Version/s: 2.6.Alpha2
(was: 2.6.Beta1)
> ERROR [org.apache.myfaces.portlet.MyFacesGenericPortlet]
> --------------------------------------------------------
>
> Key: JBPORTAL-767
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-767
> Project: JBoss Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Portal Portlet
> Affects Versions: 2.4 Final
> Environment: Mac OS X, jboss-portal-2.2.1RC2-bundled
> Reporter: Leonard Sitongia
> Fix For: 2.6.Alpha2
>
>
> (I'm using jboss-portal-2.2.1RC2-bundled, but I'm building and deploying 2.4 from CVS into it.)
> I've used management to create a new page (tab) at the top level, same as default. I add a few portlets to that, including navigation, user and the CMS content one. I remove the CMS content one. Thereafter, when I use management to enter the default portal (by clicking on "default" in the management portlet's navigation tree on the left), I get an exception, and the management portlet is not rendered on the page.
> 2006-03-22 08:26:57,497 ERROR [org.apache.myfaces.portlet.MyFacesGenericPortlet]
> The portlet threw an exception
> javax.portlet.PortletException: /WEB-INF/jsp/management/index.xhtml @100,58 rend
> ered="#{!empty node.children}": org.jboss.portal.core.portlet.management.LazyPor
> talObjectTreeNode
> at org.apache.myfaces.portlet.MyFacesGenericPortlet.handleExceptionFromL
> ifecycle(MyFacesGenericPortlet.java:254)
> at org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesG
> enericPortlet.java:400)
> at org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGeneri
> cPortlet.java:266)
> at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:167)
> at javax.portlet.GenericPortlet.render(GenericPortlet.java:407)
> at org.jboss.portal.portlet.PortletContainer.invokeRender(PortletContain
> er.java:552)
> at org.jboss.portal.portlet.PortletContainer.dispatch(PortletContainer.j
> ava:464)
> at org.jboss.portal.server.app.ComponentInvocation.dispatch(ComponentInv
> ocation.java:79)
> at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.j
> ava:142)
> ...
> Thanks,
> ==Leonard
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months
[JBoss JIRA] Created: (JBPORTAL-1075) Test handling of sessions more completely.
by Chris Laprun (JIRA)
Test handling of sessions more completely.
------------------------------------------
Key: JBPORTAL-1075
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1075
Project: JBoss Portal
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Portal Test, Portal WSRP
Affects Versions: 2.4.1 Final, 2.6.Alpha1
Reporter: Chris Laprun
Assigned To: Julien Viet
Fix For: 2.6.Alpha1
Session handling is under-tested, in particular with respect to border conditions. We need to test:
* releaseSessions method is not currently tested
* handling of session expiration in the producer
* handling of a released session (i.e. what happens if the consumer sends a request with a released session id)
* check that sessions are correctly handled by cookies, in particular by checking that the appropriate information is put in the session
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months
[JBoss JIRA] Created: (JBPORTAL-1196) Invalid table creation script with Oracle 9i
by Ian White (JIRA)
Invalid table creation script with Oracle 9i
--------------------------------------------
Key: JBPORTAL-1196
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1196
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Core
Affects Versions: 2.6.Alpha1
Environment: As 4.0.5.GA on XP
Oracle 9.2.0.1.0 on remote server - using thin jdbc connection url
Reporter: Ian White
Assigned To: Julien Viet
The following creation script gets generated by Hibernate:
create table JBP_OBJECT_NODE (
PK number(19,0) not null,
PATH varchar2(255 char) unique,
NAME varchar2(255 char),
PARENT_KEY number(19,0),
primary key (PK), unique (PATH)
)
Oracle does not like the unique keyword being used twice with PATH.
The hibernate mapping is in jboss-portal.sar/conf/hibernate/portal/domain.hbm.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months