anil gowda wrote:
One more doubt..Can i use hibernate with ejb3(without JPA)??
Yes you can. But why do you want to do that? After all JPA is a spec and Hibernate an implementation? Using standard Java Persistence API instead of Hibernate specific API is going to make the application more portable.