On 2002.08.29 18:05:08 -0400 Igor Fedorenko wrote: > David Jencks wrote: > > Thanks! This looks good. Do you have Oracle working with the new xa > > wrapper? > > > Sort of. It deploys datasource and runs very simple test (one ssb calls > another, both beans get connection and insert data into the db). > > I would cleanup BaseWrapperManagedConnectionFactory and its subclasses. > XA/LocalManagedConnectionFactory should provide implementation of > createManagedConnection(Subject,ConnectionRequestInfo) and everything > else should be done in base wrapper. Do you think this is something > reasonable? > I guess you can move matchManagedConnections to the superclass if you parametrize the instanceof check, but I don't see how to move anything else without labeling rather different properties with the same name. What were you thinking of moving?
david > -- > Igor Fedorenko > Think smart. Think automated. Think Dynamics. > www.thinkdynamics.com > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
