Hi.

I have the following content in database.xml:
<database name="R1" engine="oracle">
        <driver class-name="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@192.168.32.101:1521:m3">
                <param name="user" value="xx"/>
                <param name="password" value="xx"/>
        </driver>
        <mapping href="bin\de\luis\core\ri\auth\mapping.xml"/>
        <mapping href="bin\de\luis\core\ri\contact\mapping.xml"/>
        <mapping href="bin\de\luis\erp\ri\kwb\mapping.xml"/>
</database>

The path syntax in the mapping tags is not acceptable;
the complete software is packed into a jar-file INCLUDING
these mapping-files.
The database.xml is located in a separate directory.

example:
%APP_PATH%\cfg\database.xml
%APP_PATH%\lib\packed-app.jar  /*containing all class-files and
mapping-files*/

How do I have to modify the above mentioned paths
in order to being able to load mappings from a jar file ?

Any help is appreciated.
 Klaus

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to