// Prepare the entity manager factory
emFactory = Persistence.createEntityManagerFactory("onesocialweb", connProperties);
// Create the IQ handlers
iqProfileQueryHandler = new IQProfileQueryHandler();
iqProfileUpdateHandler = new IQProfilePublishHandler();
iqRelationSetupHandler = new IQRelationSetupHandler();
iqRelationQueryHandler = new IQRelationQueryHandler();
iqRelationUpdateHandler = new IQRelationUpdateHandler();