-
Sub-task
-
Resolution: Done
-
Major
-
embedded-1.0.0-Alpha1
-
None
This involves:
1) Moving org.jboss.ejb3.embedded.deployers.EjbParsingDeployer from jboss-ejb3-embedded to org.jboss.ejb3.deployers.EjbParsingDeployer under jboss-ejb3-deployers project
2) Updating the jboss-ejb3-deployers pom.xml to add a dependency on jboss-deployers-vfs (EjbParsingDeployer requires this)
3) Bumping the following artifact versions of pom.xml of jboss-ejb3-embedded to use the correct dependencies:
- Parent - jboss-ejb3-build to 1.0.0
- jboss-ejb3-core to 1.0.0
- jboss-ejb3-deployers to 1.0.1-SNAPSHOT (which contains the newly moved EjbParsingDeployer)
4) Update the jpa-deployers-beans.xml in jboss-ejb3-embedded to add a SpecCompliantSearchStrategy MC bean (Refer to forum thread for a related discussion).
5) Update the ejb-deployers-beans.xml in jboss-ejb3-embedded to use the new deployer (and remove reference to the earlier one)