Yes, I think you may need the CVS version for this. > -----Original Message----- > From: Thierry Hanot [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 05, 2003 8:04 AM > To: 'OJB Users List' > Subject: RE: Stored Procedure Question ? ( from newbies ) > > > May be I have the wrong version but there is nothing about > the procedure in > the dtd. ( Not even in the code I think ,there is only > Some CallableStatement in SequenceManagerStoredProcedure > implementation I > think ) > My version is the 1.0RC4. > May be I need to download a new version from the cvs repository ??? > B.R > > Thierry > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 05, 2003 2:33 PM > To: [EMAIL PROTECTED] > Subject: RE: Stored Procedure Question ? ( from newbies ) > > > Thierry -- > > Support for using stored procedures for insert, update and > delete operations > has been incorporated into the 'internals' of the PB api, so > there's no > longer any need to implement the extensions that are > described in the "HOWTO > Work With Stored Procedures" document. I apologize for not > getting around > to updating the 'how to' documentation to reflect this capability. > > The repository.dtd file has been updated with some basic > information about > the various descriptors that you need to include in your > repository. Just > search on 'procedure' and you'll find all of the relevant information. > > I'll try to get the 'how to' documentation updated over the > next few days. > In the meantime, if you have any questions, just post them to > the mailing > lists and I'll answer them as best I can. > > Ron Gallagher > Atlanta, GA > [EMAIL PROTECTED] > > > -----Original Message----- > From: Thierry Hanot [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 05, 2003 6:02 AM > To: [EMAIL PROTECTED] > Subject: Stored Procedure Question ? ( from newbies ) > > > Hello All > > I'm new to ojb and i'm currently trying to implement the > method describe in > the HowTo "Stored Procedure with Ojb". And i have a few > questions First : > Is the code for this Howto available somewhere ? Even if i > know that the > code is a bit specific, i just want to have for validating my own > implementation ( on missing method description such as > getObjectFromStatement ... ) > > My second question is > -the howto describe a method which is extending the > StatementManager , > is it possible for avoiding this > to use the a StatementFactory which is allocating a > CallableStatementForClass is the class has stored procedure > or an other ( StatementsForClassImpl ) if the class > descriptor hasn't. > Instead of registring OutParameters in the > StatementManger can we do it > in the StatementForClass implementation. > > > Tks > > Thierry Hanot > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
