[OpenVPMS Developers] [JIRA] Created: (OBF-212) JXPathContextFactory initialisation should happen before first call to JXPathHel
Key: OBF-212 URL: https://openvpms.atlassian.net/browse/OBF-212 Project: Business Framework Issue Type: Task Reporter: Tim Anderson Assignee: Tim Anderson Priority: Minor
Currently, JXPathHelper sets up JXPathContextFactory.and TypeUtils in the constructor. If the static method JXPathHelper.newContext() is invoked prior to the constructor, it gets the default JXPathContextFactory, not the OpenVPMSContextFactoryReferenceImpl. There should be no requirement that the constructor be invoked prior to newContext().
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://openvpms.atlassian.net/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________ OpenVPMS Developers Mailing List developers@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/listinfo/developers Posts from this mailing list can be viewed online and replied to in the OpenVPMS Developer's forum- http://tinyurl.com/openvdf
[OpenVPMS Developers] [JIRA] Updated: (OBF-212) JXPathContextFac
Tim Anderson updated OBF-212: -----------------------------
Affects Version/s: 1.4 Fix Version/s: 1.5
> JXPathContextFactory initialisation should happen before first call to JXPathHelper.newContext() > ------------------------------------------------------------------------------------------------ > > Key: OBF-212 > URL: https://openvpms.atlassian.net/browse/OBF-212 > Project: Business Framework > Issue Type: Task > Affects Versions: 1.4 > Reporter: Tim Anderson > Assignee: Tim Anderson > Priority: Minor > Fix For: 1.5 > > > Currently, JXPathHelper sets up JXPathContextFactory.and TypeUtils in the constructor. > If the static method JXPathHelper.newContext() is invoked prior to the constructor, it gets the default JXPathContextFactory, not the OpenVPMSContextFactoryReferenceImpl. > There should be no requirement that the constructor be invoked prior to newContext().-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://openvpms.atlassian.net/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________ OpenVPMS Developers Mailing List developers@lists.openvpms.org To unsubscribe or change your subscription visit: http://lists.openvpms.org/listinfo/developers Posts from this mailing list can be viewed online and replied to in the OpenVPMS Developer's forum- http://tinyurl.com/openvdf