Hello!
I've gone through many threads of how to use spring roo with two databases but none are sufficient I feel. Specifically I need one database to be reverse engineered which will be a read-only database for drop down lists. And I need a second database to store other entity fields.
Most of the things I've read are outdated or have errors in them when I try to recreate. I'm pretty new at all this spring stuff so some help would be much appreciated. Has anyone done this and can link me to a sample? Or is there any kind of support for this in roo? (from what I've read/seen there is no official support?)
Thanks guys!
I was trying to recreate this dual database example:
http://viralpatel.net/blogs/2011/01/...iguration.html
but keep getting this error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~
INFO: Deploying configuration descriptor twodatabases.xml from /home/shelby/springsource/vfabric-tc-server-developer-2.5.0.RELEASE/spring-insight-instance/conf/Catalina/localhost
Aug 15, 2011 5:50:49 PM org.apache.catalina.startup.SetContextPropertiesRu le begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:twodatabases' did not find a matching property.
Aug 15, 2011 5:50:49 PM org.apache.catalina.startup.HostConfig deployDescriptor
SEVERE: Error deploying configuration descriptor twodatabases.xml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~


Reply With Quote