Problem in running -ant clean-all ant run-install - trunk rev 788950.

2009-06-27 Thread Rishi Solanki
Steps to reproduce : I tried derby database for installing ofbiz on trunk revision 788950 and then ran command ant clean-all ant run-install. I observed following error (Same error coming for external db i.e postgres): [java] 2009-06-27 17:18:27,489 (main) [ DatabaseUtil.java:2754:INFO ]

Re: Problem in running -ant clean-all ant run-install - trunk rev 788950.

2009-06-27 Thread Divesh Dutta
Hi Rishi, Hans can do a quick fix. I can tell you the problem, i.e indexing is applied to infoName field of NoteData entity. And such field does not exist. May be Hans wanted to apply indexing on noteInfo. Lets see What Hans says. Thanks -- Divesh Rishi Solanki wrote: Steps to reproduce

Re: Problem in running -ant clean-all ant run-install - trunk rev 788950.

2009-06-27 Thread Hans Bakker
should be ok now On Sat, 2009-06-27 at 17:52 +0530, Divesh Dutta wrote: Hi Rishi, Hans can do a quick fix. I can tell you the problem, i.e indexing is applied to infoName field of NoteData entity. And such field does not exist. May be Hans wanted to apply indexing on noteInfo. Lets