jaxb - How to cache xsds to offload w3c servers? -


i'm building web service based on saml-p , xacml, requires large number of xsds considered jax-b/xjc each build. takes forever , exceedingly unreliable, think due w3c throttling xsd requests ease load on servers (based on blog posting).

worse yet, of w3c xsds contain obvious typos, these must downloaded , patched, , schemalocation of referrring files edited load local copies. 1 of primary saml-p schema has problem (a double >> , wildly incorrect import addresses).

i think there way make eclipse (or jax-b, or else; not sure solve this; maybe xerces?) maintain cache of xsds , substitue these http:// refs in build (perhaps system-wide). i've not managed track down workable recipe. can help? thanks!

you can use catalogresolver this:


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -