I've found the cause of the problem. I modified the configuration files in the source tree, but the application reads another set of them from a separate configuration folder, and those files weren't...
Type: Posts; User: ctoth; Keyword(s):
I've found the cause of the problem. I modified the configuration files in the source tree, but the application reads another set of them from a separate configuration folder, and those files weren't...
Thanks Marten! I added code tags. I couldn't modify the typo in the topic title: poin -> point. All of this problem what I describe is in the core module, in the back-end, there's no UI or anything...
So I want to have two separate manager classes managing two sets of data which have the same schema and type. I don't want to duplicate code. So as you can see I define two DAO beans, but they backed...
I'm developing a software which is based on OpenEMPI.
This is a Spring+Hibernate application (with an EJB3 interface and Struts + Ext GWT/GXT GUI).
The Hibernate entity configuration is mainly done...