On 2002.12.13 11:00:30 -0500 Jules Gosnell wrote: > David Jencks wrote: > > >On 2002.12.13 09:18:48 -0500 Jules Gosnell wrote: > > > >>Is it possible to set up the lock mode for an Informix DS ? > >> > >>I've grepped through the src etc looking for any signs of "set lock > >>mode" and others, but no joy... > >> > >Not as far as I know. What does it do? How do you normally set it? Can > you > >set it by supplying URL parameters? Is it an XADataSource attribute (in > >which case I think you can set it by supplying the value in > >XADataSourceProperties xa wrapper attribute)? > > > As far as I can make out it determines the behaviour of a query arriving > and finding the resource it requires already locked. It can return with > an error, or wait for a specified amount of time. > > We are investigating as to whether it can be a URL parameter. > > I don't know about the XADataSourceProperties, but if it was there it > would have showed up when I went through the code (3.0.5RC1).
Well, actually not. You supply essentially a property file (name=value pairs) and the adapter wrapper tries to set them by reflection. you haven't supplying any info on _any_ working way of setting this parameter. Surely there is at least one:-) david > > Thanks for the response. It looks like we will have to find another way > of setting it up explicitly. > > Jules > > > > > > >thanks > >david jencks > > > >>Cheers, > >> > >> > >>Jules > >> > >> > >> > >>________________________________________________________________________ > >>This email has been scanned for all viruses by the MessageLabs SkyScan > >>service. For more information on a proactive anti-virus service working > >>around the clock, around the globe, visit http://www.messagelabs.com > >>________________________________________________________________________ > >> > >> > >>------------------------------------------------------- > >>This sf.net email is sponsored by: > >>With Great Power, Comes Great Responsibility > >>Learn to use your power at OSDN's High Performance Computing Channel > >>http://hpc.devchannel.org/ > >>_______________________________________________ > >>Jboss-development mailing list > >>[EMAIL PROTECTED] > >>https://lists.sourceforge.net/lists/listinfo/jboss-development > >> > >> > > > > > >------------------------------------------------------- > >This sf.net email is sponsored by: > >With Great Power, Comes Great Responsibility > >Learn to use your power at OSDN's High Performance Computing Channel > >http://hpc.devchannel.org/ > >_______________________________________________ > >Jboss-development mailing list > >[EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > > > ________________________________________________________________________ > This email has been scanned for all viruses by the MessageLabs SkyScan > service. For more information on a proactive anti-virus service working > around the clock, around the globe, visit http://www.messagelabs.com > ________________________________________________________________________ > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
