You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2006/06/22 18:14:29 UTC

[jira] Created: (GERONIMO-2143) ENCConfigBuilder blocks outside callers

ENCConfigBuilder blocks outside callers
---------------------------------------

         Key: GERONIMO-2143
         URL: http://issues.apache.org/jira/browse/GERONIMO-2143
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: deployment, naming  
    Versions: 1.1    
    Reporter: Aaron Mulder
 Assigned to: Aaron Mulder 
     Fix For: 1.1.1


ENCConfigBuilder makes strategic methods private and some methods require an EAR context, module ID, JNDI builder, etc. that are only relevant for EAR callers.  For plugins, etc. that want to create EJB/Resource/Service references, they need a lot of copy and paste and refactoring of code that should be reusable.  The ENCConfigBuilder should be fixed to be equally useful to internal (J2EE) and external (non-J2EE) callers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-2143) ENCConfigBuilder blocks outside callers

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2143?page=all ]

Aaron Mulder updated GERONIMO-2143:
-----------------------------------

    Description: 
ENCConfigBuilder makes strategic methods private and some methods require an EAR context, module ID, JNDI builder, etc. that are only relevant for EAR callers.  For plugins, etc. that want to create EJB/Resource/Service references, they need a lot of copy and paste and refactoring of code that should be reusable.  The ENCConfigBuilder should be fixed to be equally useful to internal (J2EE) and external (non-J2EE) callers.

Ideally, it would also take ConfigurationData instead of Configuration as arguments, which would make it easier to reuse outside the normal deployment process.

  was:ENCConfigBuilder makes strategic methods private and some methods require an EAR context, module ID, JNDI builder, etc. that are only relevant for EAR callers.  For plugins, etc. that want to create EJB/Resource/Service references, they need a lot of copy and paste and refactoring of code that should be reusable.  The ENCConfigBuilder should be fixed to be equally useful to internal (J2EE) and external (non-J2EE) callers.


> ENCConfigBuilder blocks outside callers
> ---------------------------------------
>
>                 Key: GERONIMO-2143
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2143
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, naming
>    Affects Versions: 1.1
>            Reporter: Aaron Mulder
>             Fix For: 1.1.x
>
>
> ENCConfigBuilder makes strategic methods private and some methods require an EAR context, module ID, JNDI builder, etc. that are only relevant for EAR callers.  For plugins, etc. that want to create EJB/Resource/Service references, they need a lot of copy and paste and refactoring of code that should be reusable.  The ENCConfigBuilder should be fixed to be equally useful to internal (J2EE) and external (non-J2EE) callers.
> Ideally, it would also take ConfigurationData instead of Configuration as arguments, which would make it easier to reuse outside the normal deployment process.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (GERONIMO-2143) ENCConfigBuilder blocks outside callers

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2143?page=all ]

David Jencks reassigned GERONIMO-2143:
--------------------------------------

    Assignee: Aaron Mulder

Aaron can you take a look at the current NamingBuilder stuff in trunk and see if it meets your needs?  If so... close this otherwise indicate something more about what you'd like.

> ENCConfigBuilder blocks outside callers
> ---------------------------------------
>
>                 Key: GERONIMO-2143
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2143
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, naming
>    Affects Versions: 1.1
>            Reporter: Aaron Mulder
>         Assigned To: Aaron Mulder
>             Fix For: 1.1.x
>
>
> ENCConfigBuilder makes strategic methods private and some methods require an EAR context, module ID, JNDI builder, etc. that are only relevant for EAR callers.  For plugins, etc. that want to create EJB/Resource/Service references, they need a lot of copy and paste and refactoring of code that should be reusable.  The ENCConfigBuilder should be fixed to be equally useful to internal (J2EE) and external (non-J2EE) callers.
> Ideally, it would also take ConfigurationData instead of Configuration as arguments, which would make it easier to reuse outside the normal deployment process.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2143) ENCConfigBuilder blocks outside callers

Posted by "Alan Cabrera (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2143?page=all ]

Alan Cabrera updated GERONIMO-2143:
-----------------------------------

    Fix Version/s: 1.1.x
                       (was: 1.1.1)

Moving unassigned issues over to the 1.1.x pool where they can be worked on for the, in all probability, 1.1.2 patch.

> ENCConfigBuilder blocks outside callers
> ---------------------------------------
>
>                 Key: GERONIMO-2143
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2143
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment, naming
>    Affects Versions: 1.1
>            Reporter: Aaron Mulder
>             Fix For: 1.1.x
>
>
> ENCConfigBuilder makes strategic methods private and some methods require an EAR context, module ID, JNDI builder, etc. that are only relevant for EAR callers.  For plugins, etc. that want to create EJB/Resource/Service references, they need a lot of copy and paste and refactoring of code that should be reusable.  The ENCConfigBuilder should be fixed to be equally useful to internal (J2EE) and external (non-J2EE) callers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2143) ENCConfigBuilder blocks outside callers

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2143?page=all ]

Aaron Mulder updated GERONIMO-2143:
-----------------------------------

    Assign To:     (was: Aaron Mulder)

> ENCConfigBuilder blocks outside callers
> ---------------------------------------
>
>          Key: GERONIMO-2143
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2143
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: deployment, naming
>     Versions: 1.1
>     Reporter: Aaron Mulder
>      Fix For: 1.1.1

>
> ENCConfigBuilder makes strategic methods private and some methods require an EAR context, module ID, JNDI builder, etc. that are only relevant for EAR callers.  For plugins, etc. that want to create EJB/Resource/Service references, they need a lot of copy and paste and refactoring of code that should be reusable.  The ENCConfigBuilder should be fixed to be equally useful to internal (J2EE) and external (non-J2EE) callers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira