new v3 snapshot
Brent Putman
putmanb at georgetown.edu
Wed Oct 31 16:42:51 EDT 2012
On 10/31/12 12:06 PM, Tom Zeller wrote:
>> Somewhere this org/opensaml/xml/XMLObjectBuilder must come from, although I
>> can't find it anywhere.
I did a search of all of OpenSAML v3, and I can't find any reference to
this class in the actual codebase. Which is as I expected, since we
renamed all the classes quite a while ago, and everything has been
working as expected.
I don't get this error when I InitializationService.initialize(), for
example in tests, etc. I would suspect that perhaps there is something
in your environment, like an old jar, that is still referencing this
class (from before the rename), and mucking things up. Can you try to
clear your local Maven cache, or at least all the org.opensaml* stuff in
there?
> Not sure either, but if you do find a reference to it, I believe it
> should be org/opensaml/core/xml/XMLObjectBuilder instead.
Yes, correct.
More information about the dev
mailing list