2 Replies Latest reply on May 12, 2008 11:16 PM by dhinojosa

    Java Beans not being installed with annotations.

    dhinojosa

      I encountered a situation in one of my projects where java beans with @Name and @Scope annotations aren't being installed with I do either a seam-gen 'explode' or 'deploy'.  That included authenticator.  This was only for annotated beans.  Beans that were mapped in components.xml were fine.


      I resolved the issue by creating another seam-gen project and moving my source,test, and view files over.  But it had me pissed off for a while.


      Is there anyone here who has encountered such an issue?