jgallimore commented on code in PR #126:
URL: https://github.com/apache/openwebbeans/pull/126#discussion_r1935854172
##########
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:
I was hoping there would be a `public static final URL CDI_STANDALONE = ...`
somewhere, in order to avoid this.
org.apache.openwebbeans.se.CDISeBeanArchiveService#EMBEDDED_URL was the closest
I could find, but is a String as opposed to a URL.
Maybe we could make this a constant URL in
org.apache.webbeans.xml.DefaultBeanArchiveService?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]