Hello KC Tech community.
Had a question about a change to the grants.gov WSDL.
Here at NPS we are running an older version of KC (5.1.0) and we haven’t needed to re-build our kc_project code base for quite some time until recently.
In the process of rebuilding our kc_project we received the following error:

I’m wondering if there’s a known fix for this that somebody can share or a work-around?
Thanks.
Alex
Hi Alex,
We faced a similar defect and Kuali helped us find this workaround:
We commented out the validate command within pom.xml wsdlOptions tag.
This was tricky for us to explain since the code works fine on our Windows and Solaris build servers. The problem only presented itself when we started building on a RedHat server.
We are on Kuali Research version 1810.

Noah
--
You received this message because you are subscribed to the Google Groups "KC Technical User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
kc.technical.co...@kuali.org.
Hi Noah –
Thanks for your response.
For our particular version of KC – this is what our <wsdlOption> element looks like:

It appears that our -validate attribute is in fact already commented out, so unfortunately I don’t think that the work around that you are suggesting would apply to the version of KC that we are on.
I’ll continue to play around though with this section of the pom definition and maybe by uncommenting it --- might do the trick!?
Alex