1 Reply Latest reply on Sep 14, 2006 9:17 AM by wolfgangknauf

    Look up Problem using JBoss 4.0.4.GA with EJB3.0

    levonsh

      Hi,

      I am using JBoss 4.0.4.GA with EJB3.0
      when i try to look up using the below code I get ClassCastException

      Code invoking the local home

      try {
      Context ctx = new InitialContext();
      Object ref = ctx.lookup("AttributeServiceLocal");
      AttributeServiceLocalHome home = (AttributeServiceLocalHome) ref;
      }

      I have this code properly working in JBoss 4.0.1 and EJB 2.1

      Can any one help on this?

      Thanks in advance.