Kris Verlaenen [http://community.jboss.org/people/KrisVerlaenen] created the discussion
"Re: Integrating jBPM BPMNModelEditor with eclipse RCP"
To view the discussion, visit: http://community.jboss.org/message/590213#590213
--------------------------------------------------------------
In theory you should just be able to open up the editor. However, the editor currently does assume you are providing a IFileEditorInput.
I would suggest you get the source code and adjust this so it works in your environment (for example add support for other input types, or export additional classes you might need). Based on your detailed description of the issue, I assume this shouldn't take you too long. You could then open up a JIRA with patch so we can add any changes you made to the codebase, so you can then start using the latest version.
Kris
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/590213#590213]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Kris Verlaenen [http://community.jboss.org/people/KrisVerlaenen] created the discussion
"Re: jBPM 5.0 and Hibernate"
To view the discussion, visit: http://community.jboss.org/message/590209#590209
--------------------------------------------------------------
The default persistence implementation uses JPA, where Hibernate can for example be used as the underlying persistence framework. So you can combine jBPM 5.0 persistence with an existing hibernate solution. If you really want to avoid using JPA altogether and use Hibernate directly, you could plug in your own persistence, where you replace the invocations to JPA in the implementation with direct invocation of the Hibernate equivalent.
Regarding transactions, jBPM 5.0 uses a pluggable mechanism here as well, where by default we use JTA but we also have a Spring implementation (as Spring doesn't provide access to the JTA transaction manager).
Kris
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/590209#590209]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]