Ofmucroom cache

Hi all,

I’m developing a custom solution using openfire. But I’ve a problem when creating my rooms directly on database because the current rooms still in cache and I can’t flush…

I try using system properties:

cache.group.maxLifetime = 0

cache.group.size = 0

cache.userGroup.maxLifetime = 0

cache.userGroup.size = 0

And clean all caches manually. But no success…

The rooms will be created for a external program and I can’t reload server every time.

Can you help me?

Tks!