Here is the SQL patch I have created to fix the problem 'no object found at /actions', amongst other problems giving faulty schema setup for JDBCDescriptorsStore and MySQLDescriptorsStore.  The script syntax is for mySQL, and will require tinkering for other RDBMS.


HTH


Stu



========================================
Message date : Sep 04 2003, 01:59 AM
From : Aruna Goli <[EMAIL PROTECTED]>
To : [EMAIL PROTECTED]
Copy to :
Subject : Were you able to resolve this error?
Hello

I saw your posts that you were getting this error

the "No object found at /actions" error,

I was just wondering if you had been able to resolve this error? Thanks
a lot

Aruna


use slide;

insert into children values('/', '/actions');

insert into children values('/', '/tempaction');

insert into children values('/actions', '/manage');

insert into children values('/actions', '/write');

insert into children values('/actions', '/read');

insert into children values('/files', '/read');

insert into children values('/users', '/read');

insert into objects values('/', 'org.apache.slide.structure.SubjectNode');

insert into objects values('/tempaction', 'org.apache.slide.structure.ActionNode');

insert into objects values('/users', 'org.apache.slide.structure.SubjectNode');

insert into objects values('/actions', 'org.apache.slide.structure.ActionNode');

insert into objects values('/actions/read', 'org.apache.slide.structure.ActionNode');

insert into objects values('/actions/write', 'org.apache.slide.structure.ActionNode');

insert into objects values('/actions/manage', 'org.apache.slide.structure.ActionNode');

insert into objects values('/users/root', 'org.apache.slide.structure.RootRoleImpl');

insert into objects values('/users/guest', 'org.apache.slide.structure.GuestRoleImpl');

insert into objects values('/users/john', 'org.apache.slide.structure.UserRoleImpl');

insert into objects values('/files', 'org.apache.slide.structure.SubjectNode');
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to