Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. can someone please help?I am completely stuck at...

    can someone please help?I am completely stuck at this issue.
  2. After I turn on INFO for org.hibernate packages...

    After I turn on INFO for org.hibernate packages ,I see that binding is happening fine.

    2013-04-04 20:55:19,741 INFO [(hibernate.cfg.AnnotationBinder)] Binding entity from annotated class:...
  3. org.hibernate.MappingException: Unknown entity

    I am struggling wit this error for hours now.I know it is a simple configuration but somehow it does not work for me.

    Here is relevant portion of my applicationcontext.xml :-



    <bean...
  4. It works after I put in entity definition in...

    It works after I put in entity definition in projectname-servlet.xml file.I need to know why applicationContext.xml declarations of entities are not picked up.
  5. Solution

    This problem was solved after I found that spring framework reads projectName-servlet.xml and not applicationContext.xml.
    I got this idea of checking all config files when I printed the Map returned...
  6. Can someone please respond?Thanks.

    Can someone please respond?Thanks.
  7. org.hibernate.MappingException: Unknown entity:

    Hi All,

    I am stuck on this problem for last several hours.I have tried looking everywhere but this problem would not go away.
    Here is my entity class :-




    package com.abc.zbl.entities;
  8. Replies
    2
    Views
    519

    Can someone please delete this spammer?...

    Can someone please delete this spammer?
    Also,please someone respond to my original question.
  9. Replies
    2
    Views
    519

    Unable to save data into child table

    Hi All,

    I have a parent child relation ship in my db and I am trying to save data.Data gets properly saved into parent table but it does not get saved into child table.

    I have defined OneToMany...
  10. Replies
    1
    Views
    652

    Can someone please respond to this?Since there is...

    Can someone please respond to this?Since there is very less manipulation going on,I suspect there is some fundamental mistake somewhere.
    I can post additional info if needed.
  11. Replies
    1
    Views
    652

    Problem while converting ANSI to UTF-8

    I am developing both client and service side of a Rest Web Service.
    Client side is a web application that is using Jersey client api to call the service that is written using Spring's support of...
  12. Please help with 'sessionFactory' or 'hibernateTemplate' is required

    Folks,

    I am struggling with this error for a few hours now.I have put sessionFactory everywhere but this error does not go away.

    Here is my dao -


    public class CsoProfileDaoImpl extends...
  13. Multipart Request and command class in annotation based configuration

    I am new to Spring annotation based MVC.
    I am writing a web service using this framework.This web service needs to read HTML file type value(one that has Browse... button to upload a file from...
  14. Replies
    11
    Views
    12,088

    HQL does not recognize decode

    HQL does not recognize decode keyword.It has been pointed out earlier in this thread.
    You need to use "case when" clause in HQL.It works exactly same as in SQL.


    What does that mean?Can you give...
  15. How to specify style attribute for form:input and form:select tags?

    I need to render following HTML code using spring form taglib.Specifically I am looking for a way to specify style attribute inside form:input and form:select tags.




    <select id="languageId"...
  16. Specifying style attribute for form:input and form:select attributes

    I need to render following HTML code using spring form taglib.Specifically I am looking for a way to specify style attribute inside form:input and form:select tags.



    <select id="languageId"...
  17. Yes.I don't have the Chapter object.I only have...

    Yes.I don't have the Chapter object.I only have BookChapter object which maps to Book_Chapter table in db schema.
    I don't have any Book table or Chapter table.
    Is there any solution for the problem...
  18. How to insert multiple rows in a table by using hibernate

    I have a table called book_chapter.It contains book_id and chapter_id as columns.
    I have mapped this table to an entity called BookChapter.
    Book and Chapter relationship is coming from GUI.
    One...
  19. Replies
    13
    Views
    2,004

    Can someone tell me where should I look to get...

    Can someone tell me where should I look to get rid of this problem?Why the data is not accessible by JSTL tags even though I am able to get the data from request?

    Thanks.
  20. Replies
    1
    Views
    1,447

    How to show HTML files using Spring MVC

    I need to show html file content in a pop up window depending upon user selection.My application generates many html files and the requirement is to show those files if required.User can select any...
  21. Replies
    13
    Views
    2,004

    Thanks noon. I already have the populated...

    Thanks noon.
    I already have the populated command object available in JSP.
    I can access it by doing request.getAttribute("commandName") and its different methods.
    The problem is that I cannot use...
  22. Replies
    13
    Views
    2,004

    Any ideas how to make it work or any pointers ?

    Any ideas how to make it work or any pointers ?
  23. Replies
    13
    Views
    2,004

    Jacob,that was a good piece of advice...lets me...

    Jacob,that was a good piece of advice...lets me debug the issues.
    As you suspected,the code of <c:forEach does not print anything.Which means languages does not have anything in it??

    Then I...
  24. Replies
    13
    Views
    2,004

    I have specified commandName attribute as...

    I have specified commandName attribute as searchCriteria in <form:form attribute like this :-

    <form:form name="searchCriteriaForm" action="searchAndReplace.do" method="POST"...
  25. Replies
    13
    Views
    2,004

    Thanks Jacob. But still the problem remains. I...

    Thanks Jacob.
    But still the problem remains.
    I have set the command object inside controller's constructor as follows :-

    public SearchController()
    {
    setCommandClass(SearchCriteria.class) ;...
Results 1 to 25 of 63
Page 1 of 3 1 2 3