I think I've found a bug in Slide.  My domain.xml file contains this line in
the <data> section:

<objectNode classname="slideroles.basic.RootRoleImpl"
uri="/users/portaladmin"/>

But that object never gets created in the Objects table (using
JDBCDescriptorsStore).  The problem is that the first request to Slide is
from the "portaladmin" user.  When Slide sees that request it creates an
Object record and sets the classname to "slideroles.basic.UserRoleImpl".  It
does this *before* it parses the domain.xml file.  When it gets around to
parsing domain.xml it doesn't update the Object record, so my portaladmin
user has the wrong role.

Any ideas on how to fix this?  Am I doing something wrong?


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to