[jboss-user] [JBoss Seam] - why does seam create two instances of my components?

koenhandekyn do-not-reply at jboss.com
Thu Nov 22 03:49:53 EST 2007


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>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106993#4106993

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106993



More information about the jboss-user mailing list