1 Reply Latest reply on Sep 21, 2005 5:45 AM by rrawasi

    Source not found(urgent please)

    rrawasi

      I create a Stateless EJB via Jboss IDE in eclipse, according to Jboss tutorial when I want to Debug it , my Debug stop on
      NamingServer.getBinding(String) and give me "Source not found" message.
      When I click at Edit Source Lookup path.. button I see that I already Add my project folder(completly with class folder too, it is impossible to remove class folder from it ,if it is necessary).
      So please explain me Why I face this kind of problem .
      My JBOSS version in 3.2.3
      thanks

        • 1. Re: Source not found(urgent please)
          rrawasi

          I read If I don't use web Client I should use jboss-client.xml , I just create that file and put in my src/META-INF then I try to package my project and compile it but it doesn't successed. If I follow right path please help me how can I access my EJB in Jboss IDE via my nonWeb Client.