This content has been marked as final.
Show 1 reply
-
1. Re: Problem with injection
mvlach Jul 22, 2007 4:18 AM (in response to mvlach)I found the reason why it is javaassist.
The entity Reason is not marked @Entity. When I add annotation @Entity, outjected bean to the page is class cz....Reason (not javaassist) and all works good. But this isn't entity - couldn't be mapped to the database.
Is this bug in seam ?
M.