[jira] Closed: (ODE-899) Management MBean not starting with hibernate

2010-10-29 Thread Daniel Dominguez (JIRA)
[ https://issues.apache.org/jira/browse/ODE-899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dominguez closed ODE-899. Resolution: Invalid I just did read carefully enough :-) > Management MBean not starting with hiberna

[jira] Created: (ODE-899) Management MBean not starting with hibernate

2010-10-29 Thread Daniel Dominguez (JIRA)
Management MBean not starting with hibernate Key: ODE-899 URL: https://issues.apache.org/jira/browse/ODE-899 Project: ODE Issue Type: Bug Components: Documentation Affects Versions:

Re: R: problems with ode karaf commands

2010-10-29 Thread Daniel Dominguez
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 fo

[jira] Commented: (ODE-894) BPEL with followed by fails with NPE when using JPA persistence

2010-10-29 Thread Kurt Westerfeld (JIRA)
[ https://issues.apache.org/jira/browse/ODE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926408#action_12926408 ] Kurt Westerfeld commented on ODE-894: - Tammo, we cannot use the hibernate back-end even th

Re: R: problems with ode karaf commands

2010-10-29 Thread Tammo van Lessen
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. Al

R: problems with ode karaf commands

2010-10-29 Thread Daniel Dominguez
I looked into this a bit: Using hibernate, I see the same thing as you, the Management MBean is not loaded, which I don't understand yet. 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 generate

[jira] Commented: (ODE-894) BPEL with followed by fails with NPE when using JPA persistence

2010-10-29 Thread Tammo van Lessen (JIRA)
[ https://issues.apache.org/jira/browse/ODE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926376#action_12926376 ] Tammo van Lessen commented on ODE-894: -- Hi Kurt, thanks for the analysis. This perfectly

[jira] Reopened: (ODE-894) BPEL with followed by fails with NPE when using JPA persistence

2010-10-29 Thread Kurt Westerfeld (JIRA)
[ https://issues.apache.org/jira/browse/ODE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Westerfeld reopened ODE-894: - Hi, we found how to reproduce this problem. We stumbled on a workaround for our use-case with ODE. Bas