-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: How to read database name dynamically in the .hbm.xml file
PostPosted: Fri Jan 11, 2008 12:17 pm 
Newbie

Joined: Fri Jan 11, 2008 12:05 pm
Posts: 1
Hello

I have got the following Hello.hbm.xml.And we got different database names for Test, Dev and Production environment.

Can anybody help me the way to add the database name dynamically in Hello.hbm.xml instead of hard coding database name during development and changing the database name manually in the Hello.hbm.xml while deploying it in the production.


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">


<hibernate-mapping auto-import="true" default-lazy="false">

<class name="HellodataBean" table="DataBaseName.TableName">
<id name="columnName1" type="java.lang.String" column="column1">
<generator class="assigned" />
</id>

<property name="columnName2" type="java.lang.String" column="column2" />
</class>
</hibernate-mapping>


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 11, 2008 12:43 pm 
Newbie

Joined: Wed Jan 09, 2008 6:26 am
Posts: 19
You may find a working solution in this thread:
http://forum.hibernate.org/viewtopic.ph ... highlight=


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.