ok, I was not sure of that.
I am looking forward now to add a different portal object tree for the dashboard feature.
It could be stored in parallel of the existing tree with a new set of tables or could be
stored in the actual tables using some trick. My concern is that it does not bring schema
change that requires migration step.
I tried to look back at the patches your proposed a while ago in the jira where you seemed
to propose something like that. Do you think it is possible to hold "parallel"
trees in the same tables or would it require a new set of tables ?
The biggest issue I see today is that the "path" column would conflict, for
example :
"" (default actual context) + "a.b"
"a" ("a" context) + "b"
would have the same path value.
And today I don't see an alternative solution other than adding a new set of tables
for the dashboard.
"sverker" wrote : Because the normal method in JBoss to specify virtual hosts
(and context path) is through jboss-web.xml in a war file.
|
| However, that doesn't mean that it has to be the only way to specify virtual
hosts. I don't mind if there are other ways, they might be useful, as long as the
normal JBoss method works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989975#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...