Search:

Type: Posts; User: artofabhi; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    665

    thanx alot, I got the idea. -artofabhi

    thanx alot, I got the idea.

    -artofabhi
  2. Getting Session in AOP beforeAdvice methodI

    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...
  3. Replies
    2
    Views
    665

    Multiple action values ..how should I

    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...
  4. Replies
    6
    Views
    7,492

    Thanx for your suggestion, I think I need to add...

    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"
    ...
  5. Replies
    6
    Views
    7,492

    Console is also having mesages like below. Might...

    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 ...
  6. Replies
    6
    Views
    7,492

    Thanx for reply. My hbm file is as below: ...

    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">
  7. Replies
    6
    Views
    7,492

    Thanx for reply. My hbm file is as below: ...

    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">
    ...
  8. Replies
    6
    Views
    7,492

    Invalid Mapping Error Message

    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]...
Results 1 to 8 of 8