Bugs item #925481, was opened at 2004-03-29 10:11
Message generated for change (Comment added) made by xorb77
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=925481&group_id=4866

Category: MiddleKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: xorb (xorb77)
Assigned to: Chuck Esterbrook (echuck)
Summary: object named 

Initial Comment:
When creating an object with the name "Store" most
things work until you start trying to add objects to
the object store that reference "Store".  At that point
you get an error message talking about the type not
matching the type you are trying to add.  

I fixed the problem and don't have an exact printout of
the message on hand, but basically it fails on "value
isinstance Store" in the setStore() method in
GenStore.py, because value is set to the
MySQLObjectStore instance.


----------------------------------------------------------------------

>Comment By: xorb (xorb77)
Date: 2004-04-01 09:21

Message:
Logged In: YES 
user_id=1008907

I should have clarified, I appologize.  I fixed the problem
by renaming the object from "Store" to "Location" in the
program I was writing and the problem went away.  

If I get some time I'll try to fix the problem in MiddleKit
as well and keep you posted.

----------------------------------------------------------------------

Comment By: Jason Hildebrand (jdhildeb)
Date: 2004-03-30 09:20

Message:
Logged In: YES 
user_id=173690

Could you attach a unified diff (diff -u) of the change you
made?  That would help us fix this quickly.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=925481&group_id=4866


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to