facebook

Debugging a J2ee application deployed to weblogic8.1

  1. MyEclipse Archived
  2.  > 
  3. Documentation
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #273237 Reply

    jj3d2n
    Member

    I have a j2ee(JMS) application deployed to weblogic8.1. I have 5 MDB’s deployed to my weblogic server. I want to single step the java code from myclipse 5.5 . I am starting the weblogic server in debug mode from within myclipse and I do have break points set in the code.
    The issue here is, when I start the server in debug mode , the perspective doesnt switch to debug mode in myclipse nor the break point is hit. Even if it does, do I have a chance to single step the jms application while the server is running in debug mode in myeclipse.

    Any help would be much appreciated.
    Thanks.

    #273245 Reply

    Loyal Water
    Member

    Can you switch to a brand new workspace and try debugging.

    #273323 Reply

    jj3d2n
    Member

    Once I switiched to a new workspace and started weblogic from myeclipse , the perspective is switched to debug mode. But still, the debugger is not hitting the breakpoint on my java code. The question here is, can i single step a j2ee application which has the concept of MDB’s. As I have 5 MDb’s listening on a topic.

    Please advice.
    Thanks.

    #273679 Reply

    Loyal Water
    Member

    The question here is, can i single step a j2ee application which has the concept of MDB’s. As I have 5 MDb’s listening on a topic.

    Yes as long as you set breakpoints in the beans, (message driven beans) you can break into them and step through them

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Debugging a J2ee application deployed to weblogic8.1

You must be logged in to post in the forum log in