Skip to content

Commit d34a004

Browse files
authored
Merge pull request wildfly#18510 from manovotn/wfly19976
WFLY-19976 LRA participant module should declare Weld dependencies for proper bean proxy creation
2 parents c142c36 + 7e1f3f3 commit d34a004

File tree

1 file changed

+6
-1
lines changed
  • galleon-pack/galleon-shared/src/main/resources/modules/system/layers/base/org/jboss/narayana/lra/lra-participant/main

1 file changed

+6
-1
lines changed

galleon-pack/galleon-shared/src/main/resources/modules/system/layers/base/org/jboss/narayana/lra/lra-participant/main/module.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
<module name="org.eclipse.microprofile.config.api"/>
3232
<module name="io.smallrye.config"/>
3333

34+
<!-- Required for proper creation of proxies for CDI beans originating from this module -->
35+
<module name="org.jboss.weld.api"/>
36+
<module name="org.jboss.weld.core"/>
37+
<module name="org.jboss.weld.spi"/>
38+
3439
</dependencies>
35-
</module>
40+
</module>

0 commit comments

Comments
 (0)