Re: [Fedora-commons-developers] Multiple WSDL bindings in a SDep WSDL datastream?

2009-01-30 Thread Scott Prater
Interesting. Thanks, Chris. I wasn't aware that http:operation could point to remote locations even if http:addressLocation is "LOCAL". That's a useful bit of information to store away for future use. What I ended up doing was creating a separate service definition and deployment for the getI

Re: [Fedora-commons-developers] Multiple WSDL bindings in a SDep WSDL datastream?

2009-01-30 Thread Chris Wilper
Hi Scott, You're right that Fedora only expects one WSDL binding. It looks like you created to separate ones because one of them uses the special "LOCAL" syntax (used often to link directly to a datastream) and the other points to a specific service. I know it's possible in general to have on SD

Re: [Fedora-commons-developers] [Fedora-commons-users] Fedora 2.2.3- kowari error reindexing

2009-01-30 Thread Richard Green
Peri If your error log as quoted is correct, then I don't think it's the same problem as we had. Our problem was that datetimes ending in.000Z should, apparently, be truncated to remove the '.000' and Fedora didn't do this. We had to find such entries in FOXML and 'hand' edit them to '.001Z' Ri