3 Replies Latest reply on Jun 1, 2009 9:09 AM by zaloa

    Toplink and Jbos 4.2.2

    tricky

      is it possible to get it work ?I'm using netbeans to create hibernate or toplink persistance. With hibernate everything works fine but when i switch to toplink I've go these errors

      tarting persistence unit persistence.units:jar=EJBJboss-0.0.1.jar,unitName=EJBJboss-0.0.1PU
      11:14:55,375 INFO [STDOUT] [TopLink Warning]: 2008.02.11 11:14:55.375--java.lang.NullPointerException: null was thrown on attempt of PersistenceLoadProcessor to load class .... The class is ignored

        • 1. Re: Toplink and Jbos 4.2.2
          carlosdelfino

          Hi all!
          anybody have one soluction for this warning?

          I get too!
          10:55:48,345 INFO [STDOUT] [TopLink Warning]: 2008.07.04 10:55:48.345--java.lang.NullPointerException: null was thrown on attempt of PersistenceLoadProcessor to load class model.PlanoAssinatura. The class is ignored.

          thanks a Lot!!!!

          • 2. Re: Toplink and Jbos 4.2.2
            carlosdelfino

            Hi all!
            anybody have one soluction for this warning?

            I get too!
            10:55:48,345 INFO [STDOUT] [TopLink Warning]: 2008.07.04 10:55:48.345--java.lang.NullPointerException: null was thrown on attempt of PersistenceLoadProcessor to load class model.PlanoAssinatura. The class is ignored.

            thanks a Lot!!!!

            • 3. Re: Toplink and Jbos 4.2.2
              zaloa

              Hi,

              I'm having the same problem. I'm using jboss 4.2.2 and toplink.
              My persistence.xml is like this:

              <persistence.......>
              <persistence-unit name="xx">
              oracle.toplink.essentials.PersistenceProvider
              ....

              </persistence-unit>


              When I start jboss, I get the following error:
              15:00:05,453 INFO [STDOUT] [TopLink Warning]: 2009.06.01 03:00:05.453--java.lang.NullPointerException: null was thrown on attempt of PersistenceLoadProcessor to load class package.RegistroConsultarSolicitudesMigracionNumeracio
              nMovil. The class is ignored.

              Did you ever get the solution for this issue?

              Thanks in advance,
              Zaloa