Perhaps there can be a different way of looking at the problem.
I have a hibernate.properties file with the connection information for my server. That isn't the connection information I want to use for the cfg.
Can I have the intended connection information for the cfg be present in the hibernate.properties file, but with different connection information used by the system?
I was trying to use ReverseEngineeringRuntimeInfo, which seemed to work somewhat but somewhere in the system, it would try to instantiate the jndi I had put in the properties file, though I had only intended it for the cfg.
Any help would be greatly appreciated!
|