java-idp-testbed : resources -> config
Cantor, Scott
cantor.2 at osu.edu
Tue Nov 12 12:23:56 EST 2013
On 11/12/13, 9:19 AM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>
>the property is not replaced upon bean instantiation, it appears. The
>workaround is easy, just don't use a property for the class attribute
>in a <bean> definition.
Unfortunately that's a key feature I hoped to use. They claim it works.
>The classpath schemaLocation is only supported by Spring, so it catches
>
>DEBUG o.s.b.f.xml.ResourceEntityResolver - Could not resolve XML
>entity
>[classpath:/org/springframework/beans/factory/xml/spring-beans-3.2.xsd]
>against system root URL
I think that's just the non-classpath resolver failing before it passes it
along to the one that works.
>Just not sure if schemaLocations will ever be read outside of Spring.
I want them all gone, but if that's not possible, we'll have to come to
some kind of solution. But they can't be http:// or it will literally fail
to start when Spring's web site is down.
Using classpath works and fixes that problem, at the cost of breaking
editors.
-- Scott
More information about the dev
mailing list