Results 1 to 2 of 2

Thread: Webflow Serialization error on object holding ref to JPA Data Repository

  1. #1
    Join Date
    Sep 2011
    Posts
    1

    Default Webflow Serialization error on object holding ref to JPA Data Repository

    I am trying to refactor the Spring Webflow BookingFaces application to use a Spring Data JPA repository. After including the repository scan in the configuration file, I receive a webflow serialization exception on the HotelLazyDataModel object which was refactored to hold a reference to a Spring Data JPA Repository. However, I receive the same error with the original implementation holding a reference to the JPA Service (Repository) as well once the repository scan is added to the config file. Would appreciate any assistance if anyone has run in to this problem. Thanks.

  2. #2
    Join Date
    Apr 2008
    Posts
    22

    Default

    I'm having the exact same error.

    Did you manage to solve it?

    Best Regards

    JSimas

Posting Permissions

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