From: SourceForge.net <no...@so...> - 2008-06-29 12:17:39
|
Bugs item #2004544, was opened at 2008-06-28 00:00 Message generated for change (Settings changed) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2004544&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Stefan Lischke (lischke2) Assigned to: Nobody/Anonymous (nobody) Summary: The feature 'http://tmapi.org/features/automerge/' is unknow Initial Comment: i just wanted to test an old tmapi application and latest alpha2 and i get org.tmapi.core.FeatureNotRecognizedException: The feature 'http://tmapi.org/features/automerge/' is unknown at org.tinytim.TopicMapSystemFactoryImpl.reportFeatureNotRecognized(Unknown Source) at org.tinytim.TopicMapSystemFactoryImpl.setFeature(Unknown Source) its by design? i remember it should throw a not supported exception when not implemented yet? ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-06-29 13:30 Message: Logged In: YES user_id=399396 Originator: NO Acc. to the TMAPI docs the feature string is not <http://tmapi.org/features/automerge/> but <http://tmapi.org/features/automerge>. If you try the feature string without a trailing slash, you should get a FeatureUnsupported exception. ---------------------------------------------------------------------- Comment By: Stefan Lischke (lischke2) Date: 2008-06-28 00:05 Message: Logged In: YES user_id=646968 Originator: YES just testing the report to ML function ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2004544&group_id=102341 |