RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
25 stars 50 forks source link

We need some kind of automate create profile when jain-slee start #20

Closed nhanth87 closed 7 years ago

nhanth87 commented 8 years ago

From the ticket 33014: We need some mechanism to create, store profile at starting time of jain-slee (load it from xml file)

SergeyLee commented 7 years ago

Hi @nhanth87 Is this mechanism necessary now? If yes then I will investigate this issue for new JSLEE 7 (7.1.0 milestone).

SergeyLee commented 7 years ago

As I know JSLEE can store profile tables and profiles into database. If we set default database (HSQLDB for JBoss 5.1 and H2 for WildFly) as in-memory then JSLEE don't store any profile data and we need set this default database for write operations. Also JSLEE has beans based on org.mobicents.slee.container.deployment.profile.jpa.Configuration and we can set persistProfiles property for store profile data (set to "true") or don't store profile data (set to "false").