The problems with the hibernate DAO implementation is because hibernate
dependencies are not installed by default.
I had to run features:install ode-hib-deps before installing ode. This
fixes the problem with starting the MBean server. It should be
documented that way. I've filed ODE-899 for it.
However, we still cannot run listAllProcesses with hibernate, we get
another query problem. This will be a separate JIRA.
Thanks,
Daniel
On 10/29/2010 11:08 AM, Tammo van Lessen wrote:
Hi Daniel,
On 29.10.2010 20:06, Daniel Dominguez wrote:
Using hibernate, I see the same thing as you, the Management MBean is
not loaded, which I don't understand yet.
I also skimmed through the code to see if it has been modified between
1.3.3 and 1.3.4 and could not find any difference. Also I cannot find
any reason for a difference in behavior at this level due to different
DAO implementations.
That is not the case however, when I use jpa. But with jpa,
listAllProcesses works fine, but when I call listAllInstances the
following error is generated.
<openjpa-0.0.0-rnull nonfatal user error>
org.apache.openjpa.persistence.ArgumentException: An error occurred
while parsing the query filter "select pi from ProcessInstanceDAOImpl as
pi left join fetch pi._fault". Error message: The name
"ProcessInstanceDAOImpl" is not a recognized entity or identifier. Known
entity names: []
Could you please file a JIRA for that?
Thanks,
Tammo