1 2 Previous Next 17 Replies Latest reply on Dec 9, 2008 9:33 AM by pojomonkey Go to original post
      • 15. Re: jBPM/Spring/jUnit

        CUrrently, my 'smoking gun' is the OrmXmlOverridingShadowingClassLoader that is used by the AbstractJpaTests.

        I'm now looking into using another test class.

        • 16. Re: jBPM/Spring/jUnit
          kukeltje

          keep in mind btw that the spirng jbpm template was designed for jbpm 3.1!!! So you might miss some jbpm 3.2 api things.

          • 17. Re: jBPM/Spring/jUnit

             

            "kukeltje" wrote:
            keep in mind btw that the spirng jbpm template was designed for jbpm 3.1!!! So you might miss some jbpm 3.2 api things.

            I only use the execute() method on the template, so haven't really noticed anything 'missing'.

            Of course, I'm more than happy to receive any pointers as to how I might use jBPM otherwise. I don't think I considered anything else at the time, as the spring modules got me going pretty quickly.

            As for my jUnit woes, after I changed the base test class from AbstractJpaTests to AbstractTransactionalDataSourceSpringContextTests my problems with the exceptions/classloader went away :)


            1 2 Previous Next