Problem setting up Openfire with existing table for user accounts

Hi,

I’m new to XMPP and OpenFire. I just installed OpenFire and test it with Spark. Now following the manual on the website, I can’t make OpenFire pick up user accounts from another table I configured. Please see the attached openfire.xml that I’m using.

The user accounts I want to use are already in another db scheme aprentiz. Now launching up OpenFire with this configuration, I can only log in on Spark with the accounts in the openfire.ofUser table but not the ones in the table aprentiz.entities that I specified. I looked at MySql’s query log, it seems OpenFire didn’t even attempt to query the other table aprentiz.entities at all.

Am I missing something here?
openfire.xml (2809 Bytes)

Any ideas?