0 Replies Latest reply on Jan 27, 2004 7:18 AM by ivailo

    Stateful session bean home method

    ivailo

       

      "Ivailo" wrote:
      Problem: <method_name> in bean has not been mapped
      JBoss: 3.0.8, 3.2.3
      JRE: 1.4.2_03
      OS: Win2k, RedHat 9.1

      Hi, I have a stateful session bean with custom home method, e.g. ejbHome<method_name>, which is declared as <method_name> in its bean home interface. The problem is that when jBoss starts, it prints "<method_name> in bean has not been mapped". I looked setupHomeMapping method of org.jboss.ejb.StatefulSessionContainer class, but couldn't find a way to map a custom home method with jBoss. Please, let me know where is the problem?