Results 1 to 4 of 4

Thread: Lazy Loading

  1. #1
    Join Date
    May 2005
    Location
    BEEK, The Netherlands
    Posts
    230

    Default Lazy Loading

    Does this Spring submodule tends to help out with Lazy Loading exceptions?

    If I use Hibernate as DAO's and send them to flex how is does this module take care of lazy loading?

  2. #2
    Join Date
    Jan 2009
    Posts
    10

    Default

    no. You'll have to roll your own solution or try one of the available frameworks/tools like Gilead or dpHibernate.

    Unfortunately, they both do not play well with Spring BlazeDS Integration as they require custom JavaAdapter configuration which is not supported n M2.

    Dirk.

  3. #3

    Default

    Dirk,

    what's the status of your own project using Gilead? I am really stuck with transaction support. It appears that the way gilead adapterer calls the service methods, causes it to disregard @Transactional annotations.

    Also, did you get away from using Jeff Vroom's class?

  4. #4
    Join Date
    Jan 2009
    Posts
    10

    Default

    Hi,

    actually, I got it working but it's a rather whacky approach so I don't consider making it public anymore.

    Jeremy yesterday fixed the corresponsing issue (see: http://jira.springframework.org/browse/FLEX-26) so with the latest trunk version you should be able to configure Gileads custom adapter from within Springs config directly.

    Dirk.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •