Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] ldappcng downloading schema document?

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] ldappcng downloading schema document?


Chronological Thread 
  • From: Scott Koranda <>
  • To: Tom Zeller <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] ldappcng downloading schema document?
  • Date: Thu, 23 Sep 2010 11:05:24 -0500

>
> I also have been inconsistent about the location of schema files,
> there are references to the classpath as well as a URL. All
> configuration files should reference the classpath so that network
> connectivity is not required.
>
> ldappc-internal.xml :
>
> <beans ...
> xsi:schemaLocation="
> http://www.springframework.org/schema/beans
> classpath:/schema/spring-beans-2.5.xsd
> http://www.springframework.org/schema/util
> classpath:/schema/spring-util-2.5.xsd">
>
> and ldappc-ldap.example.xml
>
> <beans ...
> xsi:schemaLocation="
> http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
> http://www.springframework.org/schema/util
> http://www.springframework.org/schema/util/spring-util-2.5.xsd";>
>

That was it. I changed the URLs for the .xsd files to use
classpath: instead and the problem went away.

Thanks,

Scott



Archive powered by MHonArc 2.6.16.

Top of Page