Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Setting attributes via soap client

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Setting attributes via soap client


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Rob Urquhart <>, "" <>
  • Subject: RE: [grouper-users] Setting attributes via soap client
  • Date: Fri, 1 Apr 2011 14:00:38 -0400
  • Accept-language: en-US
  • Acceptlanguage: en-US

That's what Im saying about the web service you are calling is the new
attribute framework, but the gsh call (and what I think is the only thing the
loader runs off of) is the old attribute framework. :)

I think you need to call a GroupSave web service call, and in the group
detail, you can set the type of the loader, and set attribute names and
values...

Thanks,
Chris

-----Original Message-----
From: Rob Urquhart
[mailto:]

Sent: Friday, April 01, 2011 1:55 PM
To: Chris Hyzer;

Subject: Re: [grouper-users] Setting attributes via soap client

Hi Chris. Thanks for your response.
I did see that in the documentation and I am specifying all the "unused"
params as empty strings. The soap request that gets generated looks right to
me. (See attached).
However, I think the problem may be that my db didn't get set up properly.
The Hib3AttributeDefNameDAO.findByNameSecure method which throws the
AttributeDefNotFoundException is doing a search on the AttributeDefName
entity, but the grouper_attribute_def_name table is empty. Oddly, this
doesn't affect adding attributes via gsh. For example,
setGroupAttr("robert:testGroup1","grouperLoaderDbName", "grouper") works
fine.
Do I need to rerun the db setup?

Rob



Archive powered by MHonArc 2.6.16.

Top of Page