Hi,
I want to move the database-alias, username and password from repository.xml
to a *.properties-file, because this will make the deploy process
(test-/production-environment) much easier.
For example :

repository.xml:
<jdbc-connection-descriptor dbalias="${db.alias}" password="${db.passwd}"
username="${db.username}"  .... />

ojb.properties:
db.alias=/192.168...........
db.user=honk
db.passwd=test

Is this possible? 
Is there an other easy way to do this?

Thanks in advance,
Sven

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to