1 2 Previous Next 17 Replies Latest reply on Aug 11, 2008 9:15 PM by tony.herstell1 Go to original post
      • 15. Re: Lazy Exceptions
        tony.herstell1

        You solved it matey!


        Thx


        Found that I had not used Extended anywhere; no wonder I was having to re-read my entites before I updated them all over the place.


        Is there any reason that EXTENDED could not be the default?


        Looked in manual for SMPC but doesn't make much sense at first glance. Being EJB3 I am just using JPA implementation which is hibernate for Seam (I think)... why would I not want to use it? - Now seems to work FINE!


        Anyhow; Thx. REALLY thx

        • 16. Re: Lazy Exceptions
          dhinojosa

          I believe the reason that EXTENDED is not the default, is that people are still in the backwards frame of mind and believe the FUD that Stateful is bad.  Stateful Session Beans hasn't really been something used until the advent of Seam.  ;)


          Best of luck with your app.


          • 17. Re: Lazy Exceptions
            tony.herstell1

            Thanks, Project going great bananas.


            Got my resource allocation page going again (after a few months!). And now I remember how complicated it was.


            Being Devils Advocate...
            If you are using Seam you want the stateful nature of Seam so it seems very odd to not have it defaulted to extended. - My 2c worth...


            1 2 Previous Next