Re: NullPointerException in EODatabaseContext java

2012-06-03 Thread Cheong Hee (Gmail)
Subject: Re: NullPointerException in EODatabaseContext java Hi Cheong Hee, I am using the localEditingContext() method of GenericComponent class which internally creates the ERXEC.newEditingContext(). Please advise if this not the component-based ec. Regards, Raghu. On 01-Jun-2012

Re: NullPointerException in EODatabaseContext java

2012-06-01 Thread Raghavender Bokka
ee > > - Original Message - From: "Raghavender Bokka" > > To: "Cheong Hee (Gmail)" > Cc: "Development WebObjects" > Sent: Friday, June 01, 2012 2:17 PM > Subject: Re: NullPointerException in EODatabaseContext java > > > Hi Che

Re: NullPointerException in EODatabaseContext java

2012-06-01 Thread Cheong Hee (Gmail)
- Original Message - From: "Raghavender Bokka" To: "Cheong Hee (Gmail)" Cc: "Development WebObjects" Sent: Friday, June 01, 2012 2:17 PM Subject: Re: NullPointerException in EODatabaseContext java Hi Cheong Hee, I tried invalidating the objects in ec, then we ar

Re: NullPointerException in EODatabaseContext java

2012-05-31 Thread Raghavender Bokka
; i guessed one quick way is to invalidate the objects in ec and force it to > refetch from db. > > - Original Message - From: "Raghavender Bokka" > > To: "Development WebObjects" > Sent: Thursday, May 31, 2012 9:04 PM > Subject: NullPointerExceptio

Re: NullPointerException in EODatabaseContext java

2012-05-31 Thread Cheong Hee (Gmail)
i guessed one quick way is to invalidate the objects in ec and force it to refetch from db. - Original Message - From: "Raghavender Bokka" To: "Development WebObjects" Sent: Thursday, May 31, 2012 9:04 PM Subject: NullPointerException in EODatabaseContext java

Re: NullPointerException in EODatabaseContext java

2012-05-31 Thread Chuck Hill
Something is wrong with your model or how you are creating this new object. Are you setting the relationship both ways? On 2012-05-31, at 6:04 AM, Raghavender Bokka wrote: > Hi Team, > > I have created an enterprise object with one-to-many relationship objects > associating. Then in the sea

NullPointerException in EODatabaseContext java

2012-05-31 Thread Raghavender Bokka
Hi Team, I have created an enterprise object with one-to-many relationship objects associating. Then in the search page searched for these enterprise objects (that has WODisplayGroup), I am able to view the newly created object, but when I try to select that object to view the details it is ge