Hi All,
I wanted to know how seam can configure to lookup for two ejb modules. If all ejbs are in one module we can use seam.properties with org.jboss.seam.core.init.jndiPattern
But if there are two ejb modules how that can be resolved.
Thank you.
I guess, you need to specify it for every Seam component components.xml see here for instance here jboss-seam/components.xml at Seam_2_3 · seam2/jboss-seam · GitHub .