This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[SJN-71] Documentation for simple-jndi property-names are inconsistent and incorrect
Created: Thu, 3 Nov 2005 02:55:54 -0800 (PST)  Updated: Tue, 8 Nov 2005 09:56:41 -0800 (PST)

Status:Closed
Project:Simple-JNDI
Component/s:
Affects Version/s:0.11.1
Fix Version/s:0.11.1

Type:BugPriority: Major
Reporter:Morten HattesenAssignee:Henri Yandell
Resolution:Fixed 
Environment:Documentation on <a href="http://www.osjava.org/simple-jndi/">http://www.osjava.org/simple-jndi/</a>


 Description   
The simple-jndi manual pages on http://www.osjava.org/simple-jndi/manual/Configuring.html defines the following jndi.properties:
org.osjava.jndi.root
org.osjava.jndi.delimiter

The page http://www.osjava.org/simple-jndi/manual/PropertyIndex.html defines the same properties as:
org.osjava.sj.root
org.osjava.sj.delimiter

Furthermore, when not defining org.osjava.sj.root an exception is thrown "java.lang.IllegalStateException: Property org.osjava.sj.root is mandatory", which is in breach of the statement "If no org.osjava.jndi.root is specified, then a classpath root is chosen, with no package" on page http://www.osjava.org/simple-jndi/manual/Configuring.html

Comment by bayard [ Thu, 3 Nov 2005 06:03:35 -0800 (PST) ]
Yep, Configuring.html is definitely out of date. Rewriting it.
Comment by bayard [ Tue, 8 Nov 2005 09:56:41 -0800 (PST) ]
Sorry, got this deployed a few days ago but forgot to close this off.

http://www.osjava.org/simple-jndi/manual/Configuring.html

Should be better now; please feel free to re-open the bug if something seems not right.

Many thanks for finding the issue.