1 Reply Latest reply on Nov 22, 2007 5:36 AM by damianharvey

    why does seam create two instances of my components?

    koenhandekyn

      test case : an entityQuery object. when I put a log statement in the constructor, i see that two instances get initiated, one pure and one 'stitched' version.

      anybody an idea of what's happening ?


      09:47:35,382 INFO [STDOUT] CONSTRUCTOR class up.account.ManagedAccountsQuery
      09:47:35,408 INFO [STDOUT] CONSTRUCTOR class up.account.ManagedAccountsQuery_$$_javassist_6
      09:47:35,484 INFO [STDOUT] found class class up.account.ManagedAccountsQuery
      09:47:35,484 INFO [STDOUT] found type up.seam.MyEntityQuery<up.account.entity.Account>