1 Reply Latest reply on Dec 27, 2009 11:50 PM by jaikiran

    [JBoss 6.0 M1] org.hibernate.lob.SerializableBlob: where is it ?

    longbeach

      Hi,

      I am migrating my project from JBoss 5.1 GA to JBoss 6.0 M1.

       

      It is complaining about a missing class :


      SerializableBlob cannot be resolved to a type.

       

      In JBoss 5.1 GA the class org.hibernate.lob.SerializableBlob was located in the following jar :

      jboss-5.1.0.GA.jdk6\common\lib\hibernate-core.jar

       

      When i check that same jar in jboss-6.0.0.M1\common\lib, I noticed that the lob package is not there anymore.

      Also, the sizes are different:

      • jboss-6.0.0.M1\common\lib\hibernate-core.jar : 2.32 MB
      • jboss-5.1.0.GA.jdk6\common\lib\hibernate-core.jar : 2.19 MB

       

      How come ? Why is the LOB package gone ?

      And is it ok if i overwrite the new version with the old one ? I am guessing it is not ok.

       

      Thanks for helping.