I'm trying to create a custom node store that will build the node hierarchy dynamically based on the user (i.e., the node hierarchy may look different from user to user based on business rules, security filtering, etc.). I'm just getting started with slide, so please pardon my ignorance.
The problem I'm running in to is that the node store shares ObjectNode objects between users and the ObjectNode object seems to determine the hierarchy (via getChildren). Therefore, I don't see a way to have one set of children for one user and another for a different user. I also don't see a way to give different ObjectNode objects to different users for the same uri from the node store. Has anyone attempted anything like this? Does anyone have any suggestions? Thanks, James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
