[ https://issues.apache.org/jira/browse/GERONIMO-3718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557556#action_12557556 ]
David Jencks commented on GERONIMO-3718: ---------------------------------------- rev 610694 and 610695 removed ConnectionFactorySource from geronimo-connector component where it should never have been. We are no longer using it. I applied the 3rd patch some time ago in rev 607943. For some reason svn commits are not currently visible in jira... > ResourceRef lookups are now really slow > --------------------------------------- > > Key: GERONIMO-3718 > URL: https://issues.apache.org/jira/browse/GERONIMO-3718 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: connector, naming > Affects Versions: 2.0.x, 2.1 > Reporter: David Jencks > Assignee: Matt Hogstrom > Fix For: 2.1 > > Attachments: GERONIMO-3718-1.patch, GERONIMO-3718-2.patch, > GERONIMO-3718-3.patch > > > We had to turn off jndi reference lookup result caching since the tck is now > testing that e.g. datasource lookups give you a different object each time. > Some of Matt's performance tests indicate that finding the MCFWrapper gbean > takes an inordinate amount of time. > One possibility is to, instead of caching the lookup result, look up the > gbean when the jndi tree is set up for the javaee component. Calling e.g. > $getResource() is then as fast as the resource adapter makes it to get a new > connection factory. This needs a few changes in both naming and connector > and connector-builder. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.