>
> We're using Mysql 4.1 with Hibernate 3.1, Cairngorm, Flex 1.5, and
> Hibernate Synchronizer to auto generate Java classes and AS classes.
...
> Flex, it appears to matter that the 2nd two Objects are "lazy
> loaded" by Hibernate. If I force one of them, and it's the only one
> that exists, the system doesn't hang. I can't force both of them
Right or wrong, the items causing the problem were many-to-one items
that could be forced to load, so putting "lazy=false" in the hibernate
hbm for the two sub-classes tells hibernate to not lazy load them
(even tho it shouldn't have been doing so anyway, based upon my
interprestation of the docs) and our interface stopped having a
problem. As long as lazy loading isn't required, we're getting along
fine. Good thing it's a small set of objects.
Roxanne
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

