facebook

how to update the Hibernate capabilities from 2.1 to 3?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #245108 Reply

    aiirii
    Member

    hi all,
    How to update my old project create by myeclipse from support Hibernate 2.1 to 3?
    Or the same with Struts ?

    regards,
    Ari

    #245141

    Riyad Kalla
    Member

    Ari,
    There is no integrated support for upgrading because of the API breaks or configuration changes that occur between Hibernate or Struts (or JSF or any other library we support). If you want to ugprade this you can do it manually, or as a quick step you can create a new project, add the proper version you want to it, then move your project resources over into the new project.

    #245246

    aiirii
    Member

    >>If you want to ugprade this you can do it manually
    thanks to Riyad!
    Can you tell me more detail how to do it manually. I know how to replace the library files, but I don’t know how to modify the .project or other related files.
    or, just show me a simple way to eliminate the mark from the related files!

    regards,
    Ari

    #245283

    Riyad Kalla
    Member

    Ari,
    If you want to do it the easiest way possible, you can create a new project, add the correct capabilities to it and then drop your old project into it a bit at a time (don’t overwrite the lbiraries with your old files and stuff)

    If you want to do it the more manual way, you can updated the libraries yourself, switch to your navigator view and open your .myhibernatedata file and adjust the version # in there.

    #245475

    aiirii
    Member

    Thanks to Riyad!
    I will try this way. and I hope myeclipse could provide a update wizard (for struts, hibernate, …)in the next coming version.
    thanks again.

    regards,
    Ari

    #245502

    Riyad Kalla
    Member

    Ari,
    In the paste we have wanted to avoid migration wizards becasue they can be really hard to get right but I will bring this discussion up with management again.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: how to update the Hibernate capabilities from 2.1 to 3?

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