Bugs item #1081359, was opened at 2004-12-08 13:42
Message generated for change (Comment added) made by kal_ahmed
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1081359&group_id=27895
Category: In-Memory Impl
Group: TM4J 0.9.7
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: George Tryfon (gtryfon)
Assigned to: Nobody/Anonymous (nobody)
Summary: http://tmapi.org/features/readOnly
Initial Comment:
the "http://tmapi.org/features/readOnly"
property does not set the TM "readOnly"
Properties props = new Properties ();
props.setProperty
("http://tmapi.org/features/readOnly" "true");
TMAPITopicMapSystemImpl tmApiSystImpl = new
TMAPITopicMapSystemImpl (providerFactory.getClass
().getName(), props, mapFeatures);
the TM does not throw exceptions when changed
----------------------------------------------------------------------
>Comment By: Kal Ahmed (kal_ahmed)
Date: 2004-12-13 18:28
Message:
Logged In: YES
user_id=176992
Added read-only support to TMAPI implementation.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1081359&group_id=27895
|