[jboss-user] [EJB 3.0] - Re: NullPointerException in jboss calculator example

2006-10-10 Thread haplo_3
i manage to isolate the problem when i'm trying to run my jsp jboss says 18:06:37,901 ERROR [STDERR] javax.naming.NameNotFoundException: EJB3Trail not bound 18:06:37,903 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) 18:06:37,904 ERROR [STDERR] at

[jboss-user] [EJB 3.0] - Re: NullPointerException in jboss calculator example

2006-10-10 Thread Wolfgang Knauf
Hi, in the trailblazer html it seems the interface from the trailblazer lacks the @javax.ejb.Local annotation: @Local public interface Calculator { ... } So the server does not bind the ejb to a jndi name and if your deployment does not contain any other bean no context EJB3Trail will be