thanx alot, I got the idea.
-artofabhi
Type: Posts; User: artofabhi; Keyword(s):
thanx alot, I got the idea.
-artofabhi
I need to develop a service which can authenticate user if he is already logged in before going to any other page. I am setting an attribute in session for this once the user is logged in.
My...
on my JSP page, I have only 2 submit button.
parametes associated with button is as below:
?action=login
?action=authenticate
?action=blablabla
I have extended my controller from...
Thanx for your suggestion, I think I need to add this in my hbm files.
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
...
Console is also having mesages like below. Might be helpful in guessng whats wrong.
[XMLHelper] Error parsing XML: XML InputStream(1) Document is invalid: no grammar found.
17:43:10,093 INFO ...
Thanx for reply.
My hbm file is as below:
<?xml version="1.0" encoding="UTF-8"?>
<hibernate-mapping>
<class name="com.abhi.springdemo.entity.User" table="temp_user">
Thanx for reply.
My hbm file is as below:
[ code]
<?xml version="1.0" encoding="UTF-8"?>
<hibernate-mapping>
<class name="com.abhi.springdemo.entity.User" table="temp_user">
...
Console message is as below:
[DriverManagerDataSource] Loaded JDBC driver: com.mysql.jdbc.Driver
[Environment] Hibernate 3.2.0.ga
[Environment] hibernate.properties not found
[Environment]...