0 Replies Latest reply on Sep 17, 2003 12:14 AM by kenryu

    METHOD NOT FOUND , Please help!!

    kenryu

      I use JBoss JBoss-2.4.3_Tomcat-3.2.3
      and whenever I tried to make Remote call from Weblogic 7.0 to stateless session bean I will get Java nullpointer exception : METHOD not found error. I can get the reference without any error but when I call the method on that reference I get that error.
      I have made sure that it's remote method bean (check the xml file already). I heard that some suggest to check the method permission or transaction type of the bean. in my ejb-jar.xml I don't have any setting (no method-permission tag) and I don't set any transaction type. Is that the problem? can somebody help me? Please reply thank's