2 Replies Latest reply on Sep 13, 2002 6:53 AM by cipriannita

    Simple: NullPointerException

    cipriannita

      Hi all,

      I deployed ok a simple entity bean (CMP).
      Then, from a client application I call create() in order to get a new record in table.
      Insted I get a NullPointerException. See the sources attached.

      thank you.

      ---------
      java.lang.NullPointerException
      at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
      at $Proxy2.create(Unknown Source)
      at test.GangsterClient.main(GangsterClient.java:29)---------
      GangsterClient.java
      ... ... ...
      line 29: Gangster g = gHome.create();... ... ...