2011/6/28 Alessandro Adamou <[email protected]>: > Hi David, I can send you an earlier version of the rmi.owl ontology which is > imported by the rule manager. > > Perhaps you could temporarily solve this by running a local HTTP server that > serves this ontology and adding an entry to the hosts file? > > I will send you a separate email as I don't think you can post attachments > here. > > We are working on a workaround that uses a local rule metamodel as a > fallback when online retrieval fails.
This should be a workaround but the *default* behavior. Any resource such as "http://ontologydesignpatterns.org" *must* be mocked by either a local HTTP level or java API level service serving a local copy of the necessary resources from the setup of the test suite to be able to run all the integration tests without doing queries to remote sites. The tests should be as fast as possible and not depend on a network connection that can have a too high latency or not be robust enough. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
