Search:

Type: Posts; User: 0sameerk0; Keyword(s):

Search: Search took 0.01 seconds.

  1. Unable to generate entities using ant script

    Hi i am trying to generate POJO's using ant script but unable to generate it...
    Here is my target of build.xml..

    <target name="hibernate">
    <taskdef name="hibernatetool"
    ...
  2. Server doesn't proceed after INFO - Initializing Spring root WebApplicationContext

    Hi,

    I am trying to deploy an application in JBOSS 5.1 server but it doesn't proceed after this info message
    "Initializing Spring root WebApplicationContext"

    The application is a web app for...
  3. Yes i have already declared that. Forgot to...

    Yes i have already declared that.

    Forgot to mention in original post.
  4. CXF Webservice 2.4.2 with Spring 3.0.5, issue with @autowired

    hi,

    I am using cxf 2.4.2 and spring 3.0.5 versions.

    I am facing issue to autowire an property in a Webservice implementation class.

    @webservice
    interface abc{
    methods..
    }
  5. Thanks for your prompt reply sir! In @Table...

    Thanks for your prompt reply sir!

    In @Table annotation there is one property "schema", where we can mention in which schema the current table is located.

    Also, we need to grant reference...
  6. Spring+Hibernate - with seperate DB schemas

    Hi,
    I want to use separate schemas to connect to a single Spring+Hibernate application.
    I am using entity manager and need some guide lines to connect through multiple schemas for a single...
  7. How to map named queries in xml while using hibernateTemplate?

    Hi,

    I am using HibernateTemplate with JPA Annotations.
    I want to use xml file for named queries and not @NamedQueries on each entity.
    What would the xml tags look like?
    As i am using...
  8. Hi Marten, Thanks for your reply. I used...

    Hi Marten,
    Thanks for your reply.
    I used orphan-removal=true in my annotations and it worked with hibernate template's merge method.
  9. Insert Update and Delete in single query using HibernateTemplate

    I want to Insert/Update/Delete from DB in a single query using Hibernate template then which query do i need to use?

    I tried using saveupdate/saveUpdateAll it is updating and inserting the records...
  10. Replies
    0
    Views
    1,598

    Bulk Update using HibernateTemplate

    Hi I want to do bulk update using hibernate template.
    Can any one provide some light on how bulkupdate method using Object[] works.
    I dont have the entities loaded initially and i dont want to load...
  11. Replies
    0
    Views
    250

    Use Data table in spring

    I am newbie to Springs.

    I want to generate data table using Spring 3.0.

    Is there any built in tags available using which i can generate data table?

    Also, I have an text box in my data table...
Results 1 to 11 of 11