You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Krum Bakalsky (JIRA)" <ji...@apache.org> on 2009/06/30 16:51:47 UTC

[jira] Created: (OPENEJB-1047) Configuring the deployment-Id at server or application level does not work, instead a misleading result is produced

Configuring the deployment-Id at server or application level does not work, instead a misleading result is produced 
--------------------------------------------------------------------------------------------------------------------

                 Key: OPENEJB-1047
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1047
             Project: OpenEJB
          Issue Type: Bug
          Components: deployment
    Affects Versions: 3.1.1
         Environment: Windows XP Service Pack 2
            Reporter: Krum Bakalsky


Hello dear OpenEJB folks,

Please consider the following discussion: http://www.nabble.com/Problem-with-changing-the-deployment-id-format-to24270118.html#a24273039

When i try to specify a different deployment Id format for my beans, at server level (by including the corresponding property within the server start command) or at an application level (by editing in the appropriate way the openejb-jar.xml of the application), i get wrong results.
1. The {ejbClass} scheme, for instance is not parsed well. It produces a deployment Id with value "org.apache.openejb.jee.StatelessBean", which is not the bean i deploy.
2. The {interfaceClass}{ejbName} scheme results in only appending the string constant "interfaceClass" to the ejbName....



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OPENEJB-1047) Configuring the deployment-Id at server or application level does not work, instead a misleading result is produced

Posted by "Jean-Louis MONTEIRO (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Louis MONTEIRO resolved OPENEJB-1047.
------------------------------------------

    Resolution: Fixed

Fixed in r790170

ejbClass and ejbClass.simpleName are now correctly set.

> Configuring the deployment-Id at server or application level does not work, instead a misleading result is produced 
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1047
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1047
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 3.1.1
>         Environment: Windows XP Service Pack 2
>            Reporter: Krum Bakalsky
>
> Hello dear OpenEJB folks,
> Please consider the following discussion: http://www.nabble.com/Problem-with-changing-the-deployment-id-format-to24270118.html#a24273039
> When i try to specify a different deployment Id format for my beans, at server level (by including the corresponding property within the server start command) or at an application level (by editing in the appropriate way the openejb-jar.xml of the application), i get wrong results.
> 1. The {ejbClass} scheme, for instance is not parsed well. It produces a deployment Id with value "org.apache.openejb.jee.StatelessBean", which is not the bean i deploy.
> 2. The {interfaceClass}{ejbName} scheme results in only appending the string constant "interfaceClass" to the ejbName....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENEJB-1047) Configuring the deployment-Id at server or application level does not work, instead a misleading result is produced

Posted by "Jean-Louis MONTEIRO (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Louis MONTEIRO updated OPENEJB-1047:
-----------------------------------------

    Fix Version/s: 3.1.2

> Configuring the deployment-Id at server or application level does not work, instead a misleading result is produced 
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1047
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1047
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 3.1.1
>         Environment: Windows XP Service Pack 2
>            Reporter: Krum Bakalsky
>             Fix For: 3.1.2
>
>
> Hello dear OpenEJB folks,
> Please consider the following discussion: http://www.nabble.com/Problem-with-changing-the-deployment-id-format-to24270118.html#a24273039
> When i try to specify a different deployment Id format for my beans, at server level (by including the corresponding property within the server start command) or at an application level (by editing in the appropriate way the openejb-jar.xml of the application), i get wrong results.
> 1. The {ejbClass} scheme, for instance is not parsed well. It produces a deployment Id with value "org.apache.openejb.jee.StatelessBean", which is not the bean i deploy.
> 2. The {interfaceClass}{ejbName} scheme results in only appending the string constant "interfaceClass" to the ejbName....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.