Here's a line from our wiki that may help:
When this completes, you can examine detailed reports on all the tests by loading jbpm-db/build/oracle/testfiles/index.html in your web browser.
When I first ran the test, I got lots of errors back due to a missing C3P0 module. This is explained on the JBOSS site. (http://jboss.com/index.html?module=bb&op=viewtopic&p=3932199)
Running this test on the JBPM starter kit, we find three errors. One is a class not found error which seems to result from a bad configuration file specifying a non-existent class, and the other two are in the org.jbpm.graph.exe.SuspendAndResumeDbTest class, apparently due to a hard-coded reference to the Hypersonic SQL DB, when in fact we're testing against Oracle.
Maybe that will help some.
James Ratcliff
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957744#3957744
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957744
Kazaam,
If you send me your email address I can send you a copy of our internal wiki, which contains the instructions we used to get the starter kit up and working with the Oracle database.
Everything went well for us there, except there were two tests that failed, mainly due to bad test procedure, one was referrring to the old hibernate database, and another to a missing class.
It should contain pretty detailed instructions for you.
James Ratcliff
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957735#3957735
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957735
JSR 220: Enterprise JavaBeansTM,Version 3.0, Final Release, 4.5 Stateless Session Beans, 2nd paragraph:
The term ?stateless? signifies that an instance has no state for a specific client. However, the instance
variables of the instance can contain the state across client-invoked method calls. Examples of such
state include an open database connection and an object reference to an enterprise bean object.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957734#3957734
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957734