Stream: hapi
Topic: XmlPullParserException
Bryn Rhodes (Mar 03 2018 at 22:30):
Getting this error when trying to use the UCUM package:
org.xmlpull.v1.XmlPullParserException: resource not found: /META-INF/services/org.xmlpull.v1.XmlPullParserFactory make sure that parser implementing XmlPull API is available
Bryn Rhodes (Mar 03 2018 at 22:31):
I'm sure it's just some configuration I'm missing, but is it a problem with the way we built the package, or is it something I have to configure when I use it?
Grahame Grieve (Mar 04 2018 at 00:34):
should be sorted in the package, right?
Bryn Rhodes (Mar 04 2018 at 04:04):
I agree, but I'm not sure whether I'm just not using it right, or if there's something we're missing in the packaging.
Bryn Rhodes (Mar 04 2018 at 04:05):
The tests run fine in the ucum project, but when I use the same code to instantiate a UcumEssenceService from another project, I get that error.
Bryn Rhodes (Mar 12 2018 at 22:33):
Just noting for anyone searching this exception in the future, this is resolved by using the 1.0.1 release of the ucum validator.
Grahame Grieve (Mar 12 2018 at 22:43):
thx muchly
Last updated: Apr 12 2022 at 19:14 UTC