You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by ji...@apache.org on 2004/04/12 21:23:44 UTC

[jira] Created: (DIRRMS-15) Add auto discovery to find the RMS provider properties

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/DIRRMS-15

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DIRRMS-15
    Summary: Add auto discovery to find the RMS provider properties
       Type: Task

     Status: Open
   Priority: Major

    Project: Directory RMS
 Components: 
             API

   Assignee: Alex Karasulu
   Reporter: Alex Karasulu

    Created: Mon, 12 Apr 2004 12:22 PM
    Updated: Mon, 12 Apr 2004 12:22 PM

Description:
The NotImplementedException must go away.


    public final static Rms getInstance() 
        throws RmsException
    {
        if ( s_singleton != null )
        {
            return s_singleton ;
        }

        throw new NotImplementedException( 
                "Need to implement a default properties discovery perhaps"
                + "\nusing the commons discovery code" ) ;
    }



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira