Hi! I have a problem with some query, in particular with method findById, I have a web application connected to 3 databases. The fuctionality based on two databases work correctly, the new functionality that uses the third database execute the query but the returned object (of findById method) return an object with only id is enhanced. The other 2 fields (String) are empty. I tried to execute a findAll method and return all object but the fields are empty. Why this?? I have check all mapping of model and all configuration files and all is correct!
I'm sorry if my english is not perfect. Thanks to all very much for help me ;)
|