Roy Golan has uploaded a new change for review. Change subject: core: solve CDI beans detection. don't use beans.xml on external jars ......................................................................
core: solve CDI beans detection. don't use beans.xml on external jars external jars (non ejb or dependent) are being scanned using an extension and ignored using regular weld scanning. in EAP version it is then detected twice which fails the server to load Change-Id: I5cb4412d91aa1b1ba429abeef190b4069cbf8196 Signed-off-by: Roy Golan <[email protected]> --- D backend/manager/modules/dal/src/main/resources/META-INF/beans.xml 1 file changed, 0 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/39030/1 diff --git a/backend/manager/modules/dal/src/main/resources/META-INF/beans.xml b/backend/manager/modules/dal/src/main/resources/META-INF/beans.xml deleted file mode 100644 index 4a6fbcc..0000000 --- a/backend/manager/modules/dal/src/main/resources/META-INF/beans.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<beans - xmlns="http://xmlns.jcp.org/xml/ns/javaee" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee - http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd" - bean-discovery-mode="all"> -</beans> \ No newline at end of file -- To view, visit https://gerrit.ovirt.org/39030 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5cb4412d91aa1b1ba429abeef190b4069cbf8196 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
