i'm tryng to use jpox and jsf and i have used a managed bean at application scope for initialize the PersistenceManagerFactory.
This activity is very time consuming and start only when the first user request reference the bean. is there a way to initialize the bean
at application startup and not at the first reference ?

Reply via email to