-
Bug
-
Resolution: Done
-
Major
-
3.3.0.CR1
-
None
-
fixed
Seam 2 EAR application is generated with components.properties in app1-ejb/ejbModule/components.properties and wrong jndiPattern
jndiPattern=app1-ear/\#{ejbName}/local
there should be instead
jndiPattern=java:app/app1-ejb/\#{ejbName}
Seam-gen this does as replacing token @ejbJndiPattern@ in time of build with java:app/${project.name}-ejb/#
{ejbName}- is incorporated by
-
JBIDE-11490 Test Seam tooling with Seam 2.3.Beta
- Closed