Problem with groovy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with groovy

Naveen Kumar-3
Hi All,

I am using *delegator.makeValue* in groovy to store Payment Entity, I am not
getting any error in logs but data is not inserting to Entity, can anyone
help me to solve the issue.

Regards,
Naveen.
Reply | Threaded
Open this post in threaded view
|

Re: Problem with groovy

Bilgin Ibryam-2
makeValue - "Creates a Entity in the form of a GenericValue without
persisting it "
Then you have to use .create() method to persist it.

Bilgin


On Wed, Sep 29, 2010 at 3:54 PM, Naveen Kumar <[hidden email]>wrote:

> Hi All,
>
> I am using *delegator.makeValue* in groovy to store Payment Entity, I am
> not
> getting any error in logs but data is not inserting to Entity, can anyone
> help me to solve the issue.
>
> Regards,
> Naveen.
>
Reply | Threaded
Open this post in threaded view
|

Re: Problem with groovy

Naveen Kumar-3
Hi Bilgin,

Thanks for your help, it worked. :)

Regards,
Naveen.

On Thu, Sep 30, 2010 at 1:50 AM, Bilgin Ibryam <[hidden email]> wrote:

> makeValue - "Creates a Entity in the form of a GenericValue without
> persisting it "
> Then you have to use .create() method to persist it.
>
> Bilgin
>
>
> On Wed, Sep 29, 2010 at 3:54 PM, Naveen Kumar <[hidden email]
> >wrote:
>
> > Hi All,
> >
> > I am using *delegator.makeValue* in groovy to store Payment Entity, I am
> > not
> > getting any error in logs but data is not inserting to Entity, can anyone
> > help me to solve the issue.
> >
> > Regards,
> > Naveen.
> >
>