This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Hibernate Deploy Strategyjae77 Mar 26, 2004 12:21 PM (in response to milasx)that will work if you include all the necessary hibernate jars inside the ear. 
 if you are going to have other "apps" (multiple ears, etc) that will want to use hibernate, you could place all the libraries inside the "lib" directory as well.
 there are also some other options that you could use as well depending on if you want the ability to do hot deployments, etc.
- 
        2. Re: Hibernate Deploy Strategymilasx Mar 29, 2004 5:37 AM (in response to milasx)Many thanks! I managed to do that. One more question is how do you bind to declarative transactions, ie avoid the use of programmatic transaction management when running inside a session bean? 
 
    