1 Reply Latest reply on Dec 13, 2001 8:21 AM by pazu

    Warnings while deploing EJB 2.0 beans to JBoss 2.4.3

    alex_koshterek

      Hi, I made CMP 2.0 Bean, but while deploing I received some warnings e.g.

      Class can`t be abstract, default constructor not found, etc.
      It`s look right for CMP 1.1 but not for 2.0

      Bean have local and remote client views.
      When I try create it in servlet via remote home (or try home.findAll()) I got InstantiationException with TRANSACTION ROLLBACK EXCEPTION message.

      What can be wrong?