Hi,

Im created one module (java jar file) that handle all data model and database connection using spring roo. It works great, i can use it with desktop app and web app. My problem is by default the database.configuration is stored in the META-INF/spring folder and it read the database configuration inside the jar file. How i can configure the my module to read the database.configuration outside the jar file or read from other application.