0 Replies Latest reply on Apr 8, 2011 3:46 AM by vata2999

    Seam gen naming convention

    vata2999

      Hi,


      I created a table : b_game


      then i run


      ./seam generate


      predictably seam generates files but after i run project on jboss as 4.2 i've got this runtime exception :


      couldnot find BGameList.bGame property


      so i created a table : eb_game


      same as b_game and everything works perfect


      is this bug or i'm missing sth ?