-
1. Re:
swestbom Apr 10, 2007 2:41 PM (in response to swestbom)Menu tabs that have security settings in the *object.xml seem to show regardless of the user's role.
The dropdowns using hover are extremely hard to use. They disappear before you can make a choice in the dropdown, especially with IE-6.
Also can you refactor this mess? The code for these menu choices is still in Java classes where it doesn't belong. How about some sort of JavaScript/Ajax based menu system fed by the *object.xmls based on the user's roles so we can easily customize the look and feel.
Finally, make the page nesting recursive so we can add 1:n levels of menus instead of just two. -
2. Re:
anders3 Apr 10, 2007 5:04 PM (in response to swestbom)"swestbom" wrote:
14:29:05,729 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jboss.portal.core.impl.model.portal.ObjectNode#3]
Can you use something other than Error in the message text and not show the stack? This is just noise in the log and is going to drive production support people crazy.
I belive this is the same error as I have reported: http://jira.jboss.com/jira/browse/JBPORTAL-1335 -
-
4. Re:
theute Apr 11, 2007 3:14 AM (in response to swestbom)swestbom, you asked for daily build, we gave you this, you could at least try those or look in Jira before you report bugs.
-
5. "Normal Exceptions"
rajeshkarka Mar 9, 2011 6:40 AM (in response to swestbom)org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jboss.portal.core.impl.model.portal.ObjectNode#16997]
This is still exists in jboss-portal-2.7.2 version. I am deploying in clustered environment. Its supporting till 3 nodes 4th node is throwing above exception. Is there any way to fix this?