[jbosstools-issues] [JBoss JIRA] (JBIDE-12160) Seam 2 component.properties is not generated correctly

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Tue Jun 12 04:33:23 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-12160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-12160:
----------------------------------------

    Fix Version/s: 3.3.0.Final

    
> Seam 2  component.properties is not generated correctly
> -------------------------------------------------------
>
>                 Key: JBIDE-12160
>                 URL: https://issues.jboss.org/browse/JBIDE-12160
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam 2
>    Affects Versions: 3.3.0.CR1
>            Reporter: Marek Novotny
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.0.Final
>
>         Attachments: org.jboss.tools.seam.core.patch
>
>
> Seam 2 EAR application is generated with components.properties in app1-ejb/ejbModule/components.properties and wrong jndiPattern
> {noformat}
> jndiPattern=app1-ear/\#{ejbName}/local
> {noformat}
> there should be instead
> {noformat}
> jndiPattern=java:app/app1-ejb/\#{ejbName}
> {noformat}
> Seam-gen this does as replacing token @ejbJndiPattern@ in time of build with java:app/${project.name}-ejb/#{ejbName}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list