3
Fala galera!
I am using the Hibernate framework in my JSF project. On the computer I’m developing is all right, running though, when I try to deploy on the glassfish server on another machine starts to give errors saying that the classes do not have X and Y methods and so on. My question is, if I already added the jars in the project’s Buildpath, do I need to insert them into the glassfish folder as well? Which folder would it be in? I only add the Hibernate or jboss libraries as well?
Thank you!