Sven,
Fixed. Looking forward to the documentation. Also a small sample would be great!!! 

When everything is in, we could start a [VOTE] to release it with 2.0 itself....

Thanks,
-- dims

--- Beauprez Sven <[EMAIL PROTECTED]> wrote:
> 
> Dims,
> 
> i will update the documentation i have now and i will post them asap.
> (but probably not before the weekend)
> 
> There is one thing that should be changed to the SQLTransformer at line 64:
> -     public static final String my_uri = "http://apache.org/cocoon/SQL";;
> +     public static final String my_uri =
> "http://apache.org/cocoon/SQL/2.0";;
> 
> This is because we still use to old way here and i forgot to change it
> before posting the file...
> 
> Sven
> 
> 
> -----Original Message-----
> From: Davanum Srinivas [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 21, 2001 1:12 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [C2.1] SQLTransformer.java / FilterTransformer.java /
> ReadDOM SessionTransformer.java / WrieDOMSessionTransformer.java
> 
> 
> Sven,
> 
> Done So far:
> - Added the New Transformers
> - Updated SQLTransformer
> - Added sql-transformer.xml in xdocs (derived from your SQLTransformer.txt)
> 
> Can you please submit some samples and docs to better illustrate the power
> of all of your
> transformers? 
> 
> Notes:
> - These changes are to the 2.1 Head ONLY.
> - You can use "build docs" to build the documentation.
> 
> Thanks,
> dims
> 
> 
> --- Beauprez Sven <[EMAIL PROTECTED]> wrote:
> > 
> > As requested, the zip file.
> > These are the latest versions, there was a small bug in the last version
> > that i removed now
> > (when calling stored procedure that returned a cursor, it stayed open in
> the
> > DB)
> > 
> > Also want to repeat the remark about the SQLTransformer again:
> > 
> > The biggest change is that it now uses prepared and callable statements.
> > The biggest addition is that you can use stored procedures also.
> > 
> > There are 2 parts i am not sure of:
> > - i commented out lines 213 and 252:
> >     213: this.contentHandler.startPrefixMapping("",my_uri);
> >     252: this.contentHandler.endPrefixMapping("");
> >   i don't think they are needed
> > - i commented out lines 911-914 because the connection is closed for sure
> in
> > the execute() method
> > 
> > 
> > Sven
> > 
> > 
> > -----Original Message-----
> > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 20, 2001 11:29 PM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: [C2.1] SQLTransformer.java / FilterTransformer.java /
> > ReadDOMSessionTransformer.java / WrieDOMSessionTransformer.java
> > 
> > 
> > Sven,
> > Sorry for the delay. Do you mind submitting a zip file of the java
> sources?
> > I'll add it to C2.1.
> > 
> > thanks,
> > dims
> 
> 
> =====
> Davanum Srinivas, JNI-FAQ Manager
> http://www.jGuru.com/faq/JNI
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 


=====
Davanum Srinivas, JNI-FAQ Manager
http://www.jGuru.com/faq/JNI

__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to