You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/03/15 10:40:09 UTC

[jira] Created: (GERONIMO-2974) CorbaModuleBuilderExtension using the vendorDD before it's available.

CorbaModuleBuilderExtension using the vendorDD before it's available.
---------------------------------------------------------------------

                 Key: GERONIMO-2974
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2974
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: CORBA
    Affects Versions: 2.0-beta1
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
             Fix For: 2.0-beta1


The CorbaModuleBulderExtension is using the vendorDD information in the createModule() method to decide whether the defaultEnvironment needs to be merged.  Unfortunately, the vendorDD() information is not available at that point, so the defaultEnvironment will never end up getting merged.  This module needs to access the jaxb version of the plan in the createModule() method. 

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


[jira] Closed: (GERONIMO-2974) CorbaModuleBuilderExtension using the vendorDD before it's available.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed GERONIMO-2974.
----------------------------------

    Resolution: Fixed

Committed revision 518564.

> CorbaModuleBuilderExtension using the vendorDD before it's available.
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-2974
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2974
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: CORBA
>    Affects Versions: 2.0-beta1
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>             Fix For: 2.0-beta1
>
>
> The CorbaModuleBulderExtension is using the vendorDD information in the createModule() method to decide whether the defaultEnvironment needs to be merged.  Unfortunately, the vendorDD() information is not available at that point, so the defaultEnvironment will never end up getting merged.  This module needs to access the jaxb version of the plan in the createModule() method. 

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