2 Replies Latest reply on Feb 23, 2005 9:45 AM by matek

    Deploy HAR Standalone

    patrickyip

      Hi JBoss users,
      Can anyone give me some hint what I did wrong because I keep getting error when I tried to deploy a .har as standalone to the the JBoss 4.0 server?
      The content of the test.har is as follows:
      meta-inf/hibernate-service.xml
      meta-inf/manifest.mf
      com/icg/Message.class
      com/icg/Message.hbm.xml

      The error from JBoss server is:
      ERROR [Hibernate] Starting failed jboss.har:service=Hibernate
      java.lang.NullPointerException
      at org.jboss.hibernate.jmx.Hibernate.buildSessionFactory (Hibernate.java:567)
      at org.jboss.hibernate.jmx.Hibernate.startService(Hibernate.java:551)

      Any help is greatly appreciated
      -Patrick