Hi
I am facing a strange problem while invoking DataBase using Hibernate Query.I am getting different set of Data and I dont know which dataBase it is pointing.
I am using
jBoss application server and below is my oracle-xa-ds.xml configuration.
<xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
<xa-datasource-property name="URL">
jdbc
racle:thin:@localhost:1521:XE</xa-datasource-property>
<xa-datasource-property name="User">
test</xa-datasource-property>
<xa-datasource-property name="Password">test</xa-datasource-property>
In my local data base I am having only 5 data in a table but some times I am getting more than that.

.....But I am seeing only OracleServiceXE is running in my local service.Please help me to find out which DataBase exactly it is pointing................
Thanks in Advance............................................