Hi,
I am new to hibernate. I written a java code with hibernate tries to fetch a data from DB.
Everything i have done properly as per the tutorial but i am facing a below issue.
Issue ;
when i tries to execute the program the hibernate trying to connect interent site (i.e. hibernate.Sourceforge.net) . In my machine i dont have internet accesss. So I am getting the below error in weblogic.
<Net> <BEA-000905> <Could not open connection with host: hibernate.sourceforge.net and port: 80.>
Can you please tell me how to solve this problem without internet connection as well as can you tell me for what was extract reason it tries to connect this ?
Thanks in Advance
Regards, Rocky.
|