Uploaded image for project: 'Clerezza (Retired)'
  1. Clerezza (Retired)
  2. CLEREZZA-899

Support java.security for virtuoso jdbc connection

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • storage
    • None

    Description

      Even if I am not completely sure about it, especially why I did not experienced it in the past, the current virtuoso adapter throws java.security.AccessControlException of trying to connect to the backend database.
      The known method to overcome this is to wrap the relevant code into:

      ... = AccessController.doPrivileged(
      new PrivilegedAction<String>() {
      public String run()

      { return ...; }

      }
      );

      Attachments

        Activity

          People

            enridaga Enrico Daga
            enridaga Enrico Daga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: