[JBoss Portal] - Re: Single Dashboard For Multiple Portal
by sambit_dixit
Sourav,
Here is what i think it is there in dashboard in jboss portal currently.
Dashboard is with respect to a single portal context and hence what pages available to a portal only can be added to a dashboard. What i'm trying achive is to provide a dashboard which will be an aggregation of portals. I know at design time we can create another portal where we can create pages as there in already available portals and then associate the portlets to each of these page. But lets say there are already 2 portals running in a single portal instance. At run time we would like to show 2 pages from portal 1 and another 3 pages from portal 2. Where in portal 1 and 2 you have defined page level access specific to user / group. So when the user login to dashboard he can see the appropriate pages from respective portals. To summarize i'm looking at dashboard as parent portal window which can aggregate multiple portals which in turn can have multiple pages and which in turn can have multiple portlets.
Regards
-Sambit
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211657#4211657
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211657
17 years, 2 months
[Security & JAAS/JBoss] - Problems with db when using security domain
by newmanw10
I am trying to use a custom login module but when I do so I have problems getting to my DB.
So without the @SecurityDomain("customSecurityDomain") annotation everything works just fine. When I use that security domain things look good from and EJB security standpoint as the user is authenticated before accessing the bean. But later in the bean I try and get a a DB connection:
@Resource(mappedName="ExampleDS")
DataSoource ds;
dbConnection = ds.getConnection();
I then get a ORA-28150: proxy not authorized to connect as client.
I don't even use a datasource in my custom login module so now where in my application-policy definition do i reference an DB.
But some how something is getting messed up.
Please help I have been looking at this for a while now and I have no idea what might be wrong.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211646#4211646
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211646
17 years, 2 months