1 Reply Latest reply on Apr 9, 2006 3:43 AM by tom.baeyens

    commons collections missing?

    koen.aers

      It seems like commons-collections is missing on the buildpath when I do a checkout from HEAD. Is this on purpose and should the classpath be updated, or is it just accidentally deleted?

      Regards,
      Koen

        • 1. Re: commons collections missing?
          tom.baeyens

          i forgot to update eclipse project classpath. it's fixed now.


          it seems i forgot to report the 3 things i updated to fix the webapp:

          * reverted to the jboss commons-logging to prevent NoClassDefFoundException when service archive was deployed in jboss

          * removed the version from the jbpm service archive package.

          * reverted to plain JDBC transactions instead of CMT transactions by removing the configuration lines

          <property name="hibernate.transaction.factory_class">org.hibernate.transaction.CMTTransactionFactory</property>
          <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>]]>
          

          from the service archive configurations in the build.xml