jgallimore commented on code in PR #126: URL: https://github.com/apache/openwebbeans/pull/126#discussion_r1965300210
########## webbeans-impl/src/main/java/org/apache/webbeans/config/BeansDeployer.java: ########## @@ -1756,6 +1759,34 @@ protected void deployFromXML(ScannerService scanner) } logger.fine("Deploying configurations from XML has ended successfully."); + + try Review Comment: Doing this: ``` protected void addDeploymentUrl(String beansXml, URL cpUrl) { beanDeploymentUrls.put(beansXml, cpUrl); beanArchiveLocations.add(cpUrl); } ``` in `org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery#addDeploymentUrl` works. Would that change be ok? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openwebbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org