Talk about it!
I'm using the Hibernate framework in my JSF project. On the computer I'm developing it's all right, running though, when I try to deploy to the glassfish server on another machine it starts giving some errors saying that the classes do not have methods X and Y and etc. My question is, if I have already added the jars in the project buildpath, do I need to insert them also in the glassfish folder? Which folder would it be? Do I add only the Hibernate libraries or the jBoss libraries too?
Thank you!