Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    462

    Thanks, I am not sure if that was required but...

    Thanks, I am not sure if that was required but that did helped me to resolve that issue, but I am getting another error now.
    SEVERE: StandardWrapper.Throwable...
  2. Is people are still active on this thread, I am...

    Is people are still active on this thread, I am getting the same error. I tried with slf4j-api-1.5.3.jar and slf4j-log4j12-1.5.3.jar. No success. any help would be appreciated.
  3. Replies
    4
    Views
    462

    Hi, anyone ? please help

    Hi,

    anyone ? please help
  4. Replies
    4
    Views
    462

    Error While deploying to tomcat

    I am getting below error while starting tomcat. I have all the JAR's from my development in my lib folder. Please help


    Sep 10, 2012 4:24:20 PM org.apache.catalina.core.ApplicationContext log...
  5. If I have understood correctly from the...

    If I have understood correctly from the documentation, below code is enough to manage transactions. untill and unless I want to do something special, I would have to add advice on class level, method...
  6. this was the mistake which you pointed out ...

    this was the mistake which you pointed out


    UserDTO userDTO1 = new UserDTO();
    userDTO1.setUserName("test");
    userDTO1.setUserPassword("temp");
    userDTO1.setUserRole("STUDENT");...
  7. Dear Marten, I totally understand what you are...

    Dear Marten,

    I totally understand what you are trying to say.

    I am using the same instance of UserDTO. I just had it named that way. I corrected it and It is still throwing up the same error.
  8. Is someone still there to help, the problem is...

    Is someone still there to help, the problem is not yet resolved. :(
  9. userDTO1 is an object of UserDTO as you can see....

    userDTO1 is an object of UserDTO as you can see. and userDTO is also an object of UserDTO too.

    here is UserDTO


    package com.peanuts.blackboard.database.dto;
    /**
    * @version=1.0
    * @author...
  10. It still isnt working, :(

    It still isnt working, :(
  11. thts a typing mistake from me, Sorry about it it...

    thts a typing mistake from me, Sorry about it it is

    userDTO.setUserPersonalInfoDTO(userPersonalInfoDTO );
    userPersonalInfoDTO.setUserDTO(userDTO1);


    session.save(userDTO1);
  12. I have tried all of these many times, any other...

    I have tried all of these many times, any other suggestions? pleaseee
  13. I have seen this, I am setting both of them. ...

    I have seen this, I am setting both of them.

    UserDTO userDTO1 = new UserDTO();
    userDTO1.setUserName("test");
    userDTO1.setUserPassword("temp");
    userDTO1.setUserRole("STUDENT");...
  14. I have changed the mappings and This is how it...

    I have changed the mappings and This is how it looks like,


    <hibernate-mapping package="com.peanuts.blackboard.database.dto">
    <class name="com.peanuts.blackboard.database.dto.UserDTO"...
  15. I have refereed to this example here ...

    I have refereed to this example here

    http://www.mkyong.com/hibernate/hibernate-one-to-one-relationship-example/

    I have checked couple of similar examples on web and I am not sure about the...
  16. Guys, I have tried almost everything I could...

    Guys, I have tried almost everything I could guess or find on web, Could it be a possible bug with hibernate?
  17. I have removed TransactionalProxyBean and am...

    I have removed TransactionalProxyBean and am using Transaction Manager with @transactional.

    can you please tell me what shoul i change in my mappings? I have gone through my mappings again and...
  18. helppp pleaseee

    helppp pleaseee
  19. I have these bidirectional settings. I am...

    I have these bidirectional settings.

    I am still getting this exception




    SEVERE: Servlet.service() for servlet in context with path threw exception [Request processing failed; nested...
  20. Guys, I am stuck with this problem, Please help.

    Guys, I am stuck with this problem, Please help.
  21. Here is user DTO public class UserDTO { ...

    Here is user DTO


    public class UserDTO {

    private int userId;
    private String userName;
    private int userSchoolId;
    private String userPassword;
    private String userRole;
  22. here is the mappings for referance ...

    here is the mappings for referance


    <hibernate-mapping>
    <class name="com.peanuts.blackboard.database.dto.UserDTO" table="users.User">
    <id column="UserId" name="userId"...
  23. I have debuged it. Nothing is set to Null. The...

    I have debuged it. Nothing is set to Null.
    The query saves the values in the database and then throws this exception. Its strange. It is saving the data in DB but throwing this exception. Please...
  24. Exception while working with Spring Templates and Hibernate

    java.lang.NullPointerException
    at org.hibernate.tuple.entity.AbstractEntityTuplizer.getPropertyValue(AbstractEntityTuplizer.java:521)

    I have search a lot on this but couldn't find any solution....
  25. Replies
    4
    Views
    884

    m facing another problem now, m using spring sts,...

    m facing another problem now, m using spring sts, the server starts up normally, but it can not display any pages, it says http error code 404.

    I created the spring mvc template project added the...
Results 1 to 25 of 28
Page 1 of 2 1 2