Re: DIH DateFormatTransformer ClassCastException

2009-03-30 Thread Noble Paul നോബിള്‍ नोब्ळ्
Giovanni, guess this patch must help. could you plz verify? --Noble On Tue, Mar 31, 2009 at 1:36 AM, Shalin Shekhar Mangar wrote: > On Mon, Mar 30, 2009 at 11:39 PM, Giovanni De Stefano < > giovanni.destef...@gmail.com> wrote: > >> I was using  a nightly build DIH 1.4 from last week, then I upgr

Re: DIH DateFormatTransformer ClassCastException

2009-03-30 Thread Shalin Shekhar Mangar
On Mon, Mar 30, 2009 at 11:39 PM, Giovanni De Stefano < giovanni.destef...@gmail.com> wrote: > I was using a nightly build DIH 1.4 from last week, then I upgraded to the > latest nightly build and still the same problem. :-( > > I remembered an old email related to Oracle timestamps: http://www.

Re: DIH DateFormatTransformer ClassCastException

2009-03-30 Thread Giovanni De Stefano
I was using a nightly build DIH 1.4 from last week, then I upgraded to the latest nightly build and still the same problem. :-( I look forward to hearing from you... P.S. in a previous post I asked something very similar and you replied to me suggesting to use Solrj for the integration with Solr

Re: DIH DateFormatTransformer ClassCastException

2009-03-30 Thread Shalin Shekhar Mangar
On Mon, Mar 30, 2009 at 10:59 PM, Giovanni De Stefano < giovanni.destef...@gmail.com> wrote: > > Unfortunately I have to perform some kind of transformation otherwise the > exception is: > > org.apache.solr.common.SolrException: Invalid Date > String:'2008-07-12T22:00:26+0200' >at org.apache.s

Re: DIH DateFormatTransformer ClassCastException

2009-03-30 Thread Giovanni De Stefano
Hello Shalin, thank you for your reply. Unfortunately I have to perform some kind of transformation otherwise the exception is: org.apache.solr.common.SolrException: Invalid Date String:'2008-07-12T22:00:26+0200' at org.apache.solr.schema.DateField.parseMath(DateField.java:167) at org.ap

Re: DIH DateFormatTransformer ClassCastException

2009-03-30 Thread Shalin Shekhar Mangar
On Mon, Mar 30, 2009 at 8:52 PM, Giovanni De Stefano < giovanni.destef...@gmail.com> wrote: > Hello all, > > I have a little problem with DIH and DateFormatTransformer. > > My column in the DB contains an Oracle TIMESTAMP; the corresponding field > is > of type date in the Solr schema; I specified

DIH DateFormatTransformer ClassCastException

2009-03-30 Thread Giovanni De Stefano
Hello all, I have a little problem with DIH and DateFormatTransformer. My column in the DB contains an Oracle TIMESTAMP; the corresponding field is of type date in the Solr schema; I specified a DateFormatTransformer for the entity; the field definition is as follow: but I keep getting a Class