You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2005/09/23 03:34:15 UTC

DO NOT REPLY [Bug 36775] New: - Failed to insert permission: Missed Java code in StandardRDBMSAdapter.java

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36775>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36775

           Summary: Failed to insert permission: Missed Java code in
                    StandardRDBMSAdapter.java
           Product: Slide
           Version: 2.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Stores
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: eagleinfly@yahoo.com.cn


file: org.apache.slide.store.impl.rdbms.StandardRDBMSAdapter
Line: 514
method: grantPermission

in  Line 539 there's

 assureUriId(connection,permission.getSubjectUri());
 assureUriId(connection,permission.getActionUri());

and it lost a line 
 assureUriId(connection,permission.getObjectUri());
so it always inserts nothing into db
and said: Failed to insert permission

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org