you are welcome...

Glad I can help..  That is why we Apple SEs watch this mailing list. We
want to help  :)

-dave

Cengiz Kayay wrote:

> WOw, this is smart.
>
> I had an Organization.m class in the project. And EOModel is in a
> framework. and has a class named Organization.m for the same named
> table. That would cause the trouble. Actually , I do not use
> webscripting. Strictly Objective -C.
>
> Thnaks so much. You saved my day..
>
> Cengiz.
>
> >This sounds very strange.  You say you have an Objective-C Organization
> >object that was generated from EOModeler with the following ivars...
> You
> >should be OK.
> >
> >OH, I KNOW WHAT YOU DID....
> >
> >I bet you have an Organization.wo that is scripted and you are running
> into
> >a name collision where EOF is trying to stuff your Organization.wos
> instead
> >of Organization.m
> >
> >Could that be it??
> >
> >-dave
> >
> >
> >Cengiz Kayay wrote:
> >
> >> Hi again;
> >>
> >> Here are the class instances:
> >>
> >>     int orgId;
> >>     NSString *orgName;
> >>     NSString *partial;
> >>     NSString *shortOrg;
> >>     NSString *soundexName;
> >>     NSString *upperName;
> >>
> >> int might be the problem. This is EOModeler generated.
> >>
> >> Thanks
> >>
> >> Cengiz.
> >> >I dont think that is the problem.
> >> >
> >> >The problem has to do with how fault objects are morphed into real
> >> >classes.   Is this a scripted class??  How many instance variables
> are
> >> in
> >> >the class definition?
> >> >
> >> >-dave
> >> >
> >> >
> >> >Cengiz Kayay wrote:
> >> >
> >> >> Hi All:
> >> >>
> >> >>   I am getting the following error:
> >> >>
> >> >>   *** EOFault +makeObjectIntoFault:withHandler: cannot create a
> fault
> >> >> for
> >> >>   a class Organization because its instances are smaller than 8
> bytes
> >> >>
> >> >>    And I guess It is talking about the varChar type field with a
> >> length
> >> >> of
> >> >>   1. Is there any work around to this? Is not there any way to use
> 1
> >> >> char
> >> >>   length in the Sybase table fields for WebObjects.
> >> >>
> >> >>   Thanks for any advice.
> >> >>
> >> >>   Cengiz.
> >> >> Get Your Private, Free Email at http://www.hotmail.com
> >> >
> >> >
> >>
> >> Get Your Private, Free Email at http://www.hotmail.com
> >
> >
>
> Get Your Private, Free Email at http://www.hotmail.com

Reply via email to