termiX wrote: > > is it possible to use OpenHibernateSessionInConversationListener without > Spring WebFlow ? > No, but you can steal the ideas and implement something similar, if you think you need something else than standard OpenSessionInView.
termiX wrote: > > actually we use direct access to service method, example: > > i have in my controller service property and service get/set method > (injected by Spring) and I use something like this: > > getPersonService().findPersonById(.....). > > but this is only in test version of application, production version will > be with EJB local interfaces. > > Ivan > Ok, in subversion we have two examples using the CRUD GUI and OpenHibernateSessionInConversationListener. Library (Advanced tutorial) is deployed as war without ejb, i.e. direct access to services. HelloWorld (CRUD GUI tutorial) is deployed as ear with access to services with EJB local interfaces. I would suggest that you checkout these examples, build them (mvn clean install in parent project) and then compare their configuration with yours. -- View this message in context: http://www.nabble.com/sculptor-and-hibernate-lazy-loading-tp17702609s17564p17711707.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
