facebook

bug in MyEclipse 5.1: HbmBinder$SecondPass not found

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #265541 Reply

    tcook
    Member

    I have several XFire serice applications that use Hibernate. They all worked fine in MyEclipse 5.0, but broke after upgrading to 5.1. Under Tomcat everything would start up ok, but when I tried to call a service I’d get ClassNotFound for HbmBinder$SecondPass. In case anyone else has had this problem, this is what I had to do to fix it. Hopefully MyEclipse will have a fix for this (or if they already do, I’d appreciate someone letting me know what it is).

    Here’s what I had to do:

    1) Remove hibernate annotations jar
    2) Remove the myeclipse hiberate 3.1 library
    3) replace hiberate3.jar with the hibernate3.jar from Hibernate version 3.0.5
    4) Move the hiberate 3.0.5 jar ahead of the MyEclipse spring orm/dao library in the build order
    5) add the following xalan jars from xalan version 2.6.0
    xalan.jar
    xercesImpl.jar
    xml-apis.jar

    #265556 Reply

    Haris Peco
    Member

    tcook,

    Have you tried add Hibernate 3 insetad of Hibernate 3.1 capabilites in your project ?

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: bug in MyEclipse 5.1: HbmBinder$SecondPass not found

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