Terrible mistake :-) localy i forget start up the hsql server and remotely, i guess the server is down.
When the server is up, the application runs ok.
Type: Posts; User: trilcejf; Keyword(s):
Terrible mistake :-) localy i forget start up the hsql server and remotely, i guess the server is down.
When the server is up, the application runs ok.
Hi there, anyone knows what's wrong with petclinic sample application in http://www.springframework.org/webapps/petclinic/html/petclinic.html
When i try the link " check it out online" showed in the...
I have found the mistake.
<bean id="sqlMapClient" class="org.springframework.orm.ibatis.SqlMapClientFactoryBean">
<property name="configLocation">
...
Hi all, I´m having a problem with Spring + iBatis
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"...
Hi all, i am testing a Spring application with a HSQL database placed in c:/springappBisBD/db/test
It works fine.
Code of the bean:
<bean id="dataSource"...