[ http://issues.apache.org/jira/browse/GERONIMO-2383?page=comments#action_12433713 ] David Jencks commented on GERONIMO-2383: ----------------------------------------
re gianni's comment: Althought, it seems that it is possible to have a successful deployment which is actually not successful (for instance if a NamingBuilder is wrongly stopped, then some naming elements may not be honored.). I'm aware of this, and think that we can add a set of required qnames to the NamingBuilderCollection. Then we add e.g. all the j2ee 1.4 jndi elements to it. The main work is writing a property editor or xml-attribute editor for a qname set. I'm thinking of doing this after this patch is applied as a bug fix, but might get to it sooner. > Replace ENCConfigBuilder with a pluggable set of NamingBuilders > --------------------------------------------------------------- > > Key: GERONIMO-2383 > URL: http://issues.apache.org/jira/browse/GERONIMO-2383 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Affects Versions: 1.2 > Reporter: David Jencks > Assigned To: David Jencks > Fix For: 1.2 > > Attachments: GERONIMO-2383-openejb-v2.patch, GERONIMO-2383-v2.patch > > > (Previously part of GERONIMO-2349) > The ENCConfigBuilder is way too hardcoded into what it accepts and how. It > won't let you add things like a persistence-ref builder very easily. We can > replace it with a set of NamingBuilders somewhat similar to > NamespaceDrivenBuilders. -- 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
