Hi Experts,

What is the "correct" way to access a Jackrabbit session from within a
stateless session EJB:

1) Every request (method) opens a session, performs the work and then closes
the session again.
2) There is one session per SLSB which is opened in PostConstruct and closed
in PreDestroy.

Are there any advantages/disadvantages to these two approaches?

Thanks,
Jaco

Reply via email to