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: Tom Zeller <>
  • To: Scott Koranda <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] ldappcng downloading schema document?
  • Date: Thu, 23 Sep 2010 11:11:26 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=VpyM8VF7MQ03a1UIr+tEdgTwuwM4ij5l5FOHZpS+acMVckI2gasXix6IVT2bWQkO+n rZ7VTNloacefF8cFqusUnKSq9cT4bWONXSZK5oCDY9FXYhxxpKN9SyHFT37099mYkcEq lWiJNw0URaRQuFqJ/l5/o5hdLqVm1HL5t/LUM=

Thanks Scott.

Bug created https://bugs.internet2.edu/jira/browse/GRP-493

On Thu, Sep 23, 2010 at 11:05 AM, Scott Koranda
<>
wrote:
>>
>> 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