NoSuchMethodError is always a clue that you screwed up. It's nearly impossible to get a NoSuchMethodError unless you are mixing and matching classpath. It means the code was built against a different version of a class than you're running with (i.e. when it was compiled, that method existed, or it would have been a compile error, but when you are running, the method DOESN'T exist, which means you're mixing versions).
ms On Nov 25, 2009, at 8:58 AM, [email protected] wrote: > > Wow, fast response! Before I make it to work, you guys have the answer! > Thanks. > > I had some old Wonder mixed with new wonder; I guess that was the problem. I > cleared out the old, cleaned everything, and presto...it works! > > So D2W does work with one sided relationships. > > I thought it was something with the modeling. Did: > java.lang.NoSuchMethodError: > er.extensions.statistics.ERXStats.markStart(Ljava/lang/String;Ljava/lang/String;)V > > give a clue? is ERXStats new? > > Thanks again. > > On Nov 25, 2009, at 7:47 AM, [email protected] wrote: > >> . Re: D2W: Does it work with one sided relationships ? > > > Greg Brown > [email protected] > > -- > > [email protected] > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40mdimension.com > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
