1 Reply Latest reply on Feb 25, 2003 10:19 AM by adrian.brock

    LocalHomeProxy Null Pointer During Bean Create

    urciolo

      When I attempt to remotely create a bean, I get the following error. What am I doing wrong here?

      java.lang.NullPointerException
      at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
      at $Proxy0.create(Unknown Source)
      at testjbossejb.EntityTester.main(EntityTester.java:53)