Mixing XPathEntityProcesor and JdbcDataSource

2008-10-07 Thread Manuel Carrasco
Hello guys Do you know a way to use XPathEntityProcessor with data comming from a XML field stored in a database? Thanks Manolo

Re: Mixing XPathEntityProcesor and JdbcDataSource

2008-10-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
There is no direct way. I'll suggest a better solution use JdbcDataSource and get the xml as a clob/string write a transformer which can take in that field and extract fields out of the xml. There is a class called XPathRecordReader which is used by XPathEntityProcessor wjich you can directly