Re: DIH and denormalizing

2010-06-28 Thread Alexey Serba
> It seems that ${ncdat.feature} is not being set. Try ${dataTable.feature} instead. On Tue, Jun 29, 2010 at 1:22 AM, Shawn Heisey wrote: > I am trying to do some denormalizing with DIH from a MySQL source.  Here's > part of my data-config.xml: > >      query="SELECT *,FROM_UNIXTIME(post_date)

Re: DIH and denormalizing

2010-06-28 Thread Shawn Heisey
On 6/28/2010 3:28 PM, caman wrote: In your query 'query="SELECT webtable as wt FROM ncdat_wt WHERE featurecode='${ncdat.feature}' .. instead of ${ncdat.feature} use ${dataTable.feature} where dataTable is your parent entity name. I knew it would be something stupid like that. I thought I

RE: DIH and denormalizing

2010-06-28 Thread caman
In your query 'query="SELECT webtable as wt FROM ncdat_wt WHERE featurecode='${ncdat.feature}' .. instead of ${ncdat.feature} use ${dataTable.feature} where dataTable is your parent entity name. From: Shawn Heisey-4 [via Lucene] [mailto:ml-node+929151-1527242139-124...@n3.nabble.com]