0 Replies Latest reply on Feb 27, 2009 4:26 PM by nuhuj

    compiling HOME interface in jboss

      Please, help me to compile my HOME interface in jboss.

      I used jboss-3.2.5 and java 1.4.1 to develop an ejb application.
      while the BEAN class and REMOTE interface compiled successfully,
      the HOME interface did not. it gave me the follogwing error instead:

      >>hellohome.java:9: cannot resolve symbol
      >>symbol : class Hello
      >>location: interface com.javapro.ej.HelloHome
      >>Hello create() throws RemoteException, CreateException;
      >>1 error


      thanks all
      NUHUJ