Discussion:
[jboss-user] [jBPM] - How to directly access the jbpm database ?
Siva NB
2013-01-08 08:15:37 UTC
Permalink
Siva NB [https://community.jboss.org/people/nbsiva90] created the discussion

"How to directly access the jbpm database ?"

To view the discussion, visit: https://community.jboss.org/message/789259#789259

--------------------------------------------------------------
Hi,

i'm trying to access jbpm database directly using jdbc driver.

Is it possible to access the jbpm database like the way i think ?

TIA
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/789259#789259]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
doboss
2013-01-08 15:28:53 UTC
Permalink
doboss [https://community.jboss.org/people/doboss] created the discussion

"Re: How to directly access the jbpm database ?"

To view the discussion, visit: https://community.jboss.org/message/789329#789329

--------------------------------------------------------------
I'm not 100% sure what you are asking... by default, JBPM does not actually use a database, not even an in memory one... but if you have set it up to use one, then you can access it in the normal ways... does that help?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/789329#789329]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
roxy1987
2013-01-09 16:49:16 UTC
Permalink
roxy1987 [https://community.jboss.org/people/roxy1987] created the discussion

"Re: How to directly access the jbpm database ?"

To view the discussion, visit: https://community.jboss.org/message/789785#789785

--------------------------------------------------------------
I will give you the most basic solution. Use the connection properties from your persistence.xml and create a jdbc- java.sql.connection/ metadata  to see the tables, data.
Or else migrate to a diff database. Dunno how to see the h2 db.

Saludos.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/789785#789785]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...