This isn't a good solution since that means the user has to install the
schema file, and specify a path to it in a property. The better way is
to use an entity resolver that searches META-INF/schemas for specific
files associated with a schema namespace. Then we package the schema
files in jbosscache-core.jar.
Manik Surtani wrote:
Mircea did create a way to do this -
-Djbosscache.config.schemaLocation=file:///path/to/schema.xsd
On 13 Aug 2008, at 21:02, Jason T. Greene wrote:
> Hey guys,
>
> While trying to get POJO Cache working on 3.0, I noticed that tests
> where freezing making an HTTP connection to
jboss.org. We likely need
> a custom entity resolver like in AS, that would force any use of the
> schema url to use a META-INF lookup.
>
> In the meantime I am disabling validation for my test suite.
>
> --
> Jason T. Greene
> JBoss, a division of Red Hat
> _______________________________________________
> jbosscache-dev mailing list
> jbosscache-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/jbosscache-dev
--
Manik Surtani
Lead, JBoss Cache
manik(a)jboss.org
--
Jason T. Greene
JBoss, a division of Red Hat