1 Reply Latest reply on Jun 18, 2003 1:43 PM by pucky

    Debuging EJB with JDeveloper

    biebel1975

      We work with JBoss 3.2. Can anyone tell me what we have to do to debug EJB's who are running in JBoss 3.2. JBoss runs on windows 2000.

      Thanx
      Bart

        • 1. Re: Debuging EJB with JDeveloper
          pucky

          Hey Bart, I use JDeveloper as well. I love that combination! just go into the %JBOSS_HOME%/bin/run.bat and remove the REM from the line that reads

          rem set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS%

          also change the suspend=n

          then once inside JDeveloper just go into the projects properties and change the remote debug to "Attach to JPDA"

          then Rock on. :)

          gotta love EJB tools that don't cost anything eh?

          Pucky