facebook

Scheme Change Not Implemented [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #212380 Reply

    v2kea204
    Member

    I am using 3.7 Beta 2,
    When I use Build Automatically option in the project, I find that my jsp changes are automatically deployed but changes to Struts Forms give me an error saying:
    Hot code replace failed: Scheme change not implemented.
    I am using Weblogic 8.1 and JDK 1.4.2.

    Is there anything I can do to stope getting this error.

    Thanks in advance

    Rajeev

    #212395 Reply

    Riyad Kalla
    Member

    Rajeev,
    Is this a debugger notification from WebLogic back to Eclipse? Isn’t there a little checkbox at the bottom of the window that says “Don’t show me this again?” Are you changing the “shape” of the class when you get this error, or just changing code inside of a method or something simple like that?

    #212426 Reply

    v2kea204
    Member

    Riyad I don’t know if this is coming back from Eclipse, it does not have a check box on it.
    Actually I added attributes and methods to the class. So does it not accept a hot deployment in such cases? May be that is the case.

    Thanks

    #212437 Reply

    Riyad Kalla
    Member

    Yes actually if the “shape” of a class changes too dramatically that error is basically the debuggers way of letting you know “Hey, restart the app server if you want to see these changes”. If you are just changing a few lines of code within methods and such, it should be fine, but adding/removing methods and variables sometimes causes that message letting you know that too much has changed.

    #212551 Reply

    v2kea204
    Member

    Thanks Riyad

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Scheme Change Not Implemented [Closed]

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