[JBoss Portal] - Error accessing dashboard page
by kpalania
Anyone knows what could cause this? I've changed the default security realm and am using a custom realm that extends some JBoss login modules. I am able to get to the home page (embedded within our app) but am not able to go to the "view" mode by clicking on the "dashboard" link. I can get to the configure page, etc.
2007-07-20 16:18:15,259 ERROR [STDERR] org.jboss.portal.core.controller.ResourceAccessDeniedException: Not Authorized has denied access
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.model.portal.command.PortalObjectCommand.enforceSecurity(PortalObjectCommand.java:90)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.model.portal.command.render.RenderPageCommand.enforceSecurity(RenderPageCommand.java:120)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:68)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:38)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.aspects.controller.node.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:81)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:38)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.aspects.controller.NavigationalStateInterceptor.invoke(NavigationalStateInterceptor.java:42)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:38)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.controller.ajax.AjaxInterceptor.invoke(AjaxInterceptor.java:51)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:38)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.controller.ControllerContext.execute(ControllerContext.java:121)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.model.portal.PortalObjectResponseHandler.processCommandResponse(PortalObjectResponseHandler.java:63)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.controller.classic.ClassicResponseHandler.processHandlers(ClassicResponseHandler.java:96)
| 2007-07-20 16:18:15,259 ERROR [STDERR] at org.jboss.portal.core.controller.classic.ClassicResponseHandler.processCommandResponse(ClassicResponseHandler.java:70)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066328#4066328
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066328
18Â years, 9Â months
[JBoss Seam] - <s:selectDate> date type issue
by joab
We are using JBoss Seam 2.0 for our application development and the code is generated using seam genearte-entities.
I have a table with a composite primary key with one key as a date. When I generate the code, it generates the date as java.util.Date. But when I deploy it, it gives an error that it expects a timestamp. Then I modified the date as java.sql.Date in the entity and it got deployed.
Now the issue is with <s:selectDate> component. I need to set a date from this component to the entity bean. When I try to do that, it gives an error "argument type mismatch".
I have date fields in other tables and those entities are working fine with java.util.Date. Even the <s:selectDate> component works fine. Only difference with this date is that it is part of primary key.
Is there any work around for this issue?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066326#4066326
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066326
18Â years, 9Â months