0 Replies Latest reply on Jul 7, 2012 6:01 AM by hakanm

    Problem with updating city-county comboboxes

    hakanm

      Hi,

       

      We turned our seam 2 seam-gen project into maven based one with base module having the initial components and model. And by adding this to the new project as a dependency.

      The city and county entities and their controllers are all in base and when we try to use them in a page that is using base as the extending part.

       

      But in a page when you select a city it cannot bring the county and when you update that and reload that record different county is loaded.

      When we googled seamframework.org we saw that this can be result of using two different persistencecontexts one for base one for the including new project.

      Can anybody help on that ? Some have said this is because comparison of two entities from different contexts results in not equal when javassist is used.