From: SourceForge.net <no...@so...> - 2005-06-07 07:22:42
|
Support Requests item #1216209, was opened at 2005-06-07 00:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391880&aid=1216209&group_id=27895 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: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: tm4j for applets Initial Comment: Hello all, I use tm4j for a project to parse xtm files. But I want to make an applet. And when I try to create an TopicMapProvider object I have problems with reading system properties : java.security.AccessControlException: access denied (java.util.PropertyPermission xml.catalog.ignoreMissing read) i changed the tm4j code a little to deal with that, but the same exceptions comes also in org.apache.xml.resolver.CatalogManager.<init> from resolver.jar Maybe, System.getProperty(...) is called there and I cannot use that in applets. Is there a way to avoid such calls? Or where can I find the source code for resolver.jar? And maybe I should try to change its code.... So, can I create an TopicMapProvider object without having such problems? I would appreciate any help, Best regards, Valentin Mihaylov val...@ya... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391880&aid=1216209&group_id=27895 |