Where does bonita portal store organization file, like *.organization in bonita studio?
Hi,
bonita portal organization is stored in internal database. If you did not configure is to use your own database, it will be in a H2 embedded one in bonita_home\server\platform\work
You can give a try to the the organizationAPI
otherwise you can use the identityAPI to construct your own file
or you can try with a H2 browser to get the data...
What is your use case ?
Thank you , you've helped me alot
But how can i pass the xml file using
- exportOrganization() trough connector to my java class
- See more at: http://community.bonitasoft.com/answers/organization-store#node-13509
But how can i pass the xml file using
- exportOrganization() trough connector to my java class
- See more at: http://community.bonitasoft.com/answers/organization-store#node-13509
But how can i pass the xml file using
-
exportOrganization() trough connector to my java class