Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    1,453

    Just a pointer : Try if this can help you. 1....

    Just a pointer : Try if this can help you.
    1. Take all the transaction related properties and define a transaction mananager bean and then inject session factory to that transaction manager bean....
  2. hi Jean, Its jpaTranscationManager bean id...

    hi Jean,

    Its jpaTranscationManager bean id you have defined above thats why I means....

    Regards,
    Prabodh
  3. I believe for reading data base transactions are...

    I believe for reading data base transactions are optional (I may be incorrect here). so it is working for read operations
    But one thing looks incorrect here is
    <bean id="jpaTransactionManager"...
  4. Replies
    3
    Views
    2,722

    I think no need for using spring classes for...

    I think no need for using spring classes for struts, better and simple way is in struts.properties file make sure you have 2 properties set properly
    Hibernate.properties : ...
  5. Replies
    2
    Views
    551

    hi Jim, I am not sure what tech. you are using...

    hi Jim,

    I am not sure what tech. you are using for this "backend component", but you can use log table i.e. you can maintain the changes in log table so you can query log table when you whats to...
  6. Hi Neil, Even I am not Hibernate expert but I...

    Hi Neil,

    Even I am not Hibernate expert but I think I can provide you some pointers
    I didnt like 2 things.
    1. Why Port_call_id column is mapped against 2 properties.
    2. You tried bidirectional...
  7. Replies
    3
    Views
    567

    Do you mean to say you wants to create...

    Do you mean to say you wants to create sessionFactory(hibernate) dynamically ?
    What do you mean by Spring session?
  8. Hi Buddy, I am not sure about other issues in...

    Hi Buddy,

    I am not sure about other issues in the code you are developing, and this not a problem with Spring.
    This is the technique in Hibernate, You can set default values by setting class...
  9. I am not sure about your refreshing problem but...

    I am not sure about your refreshing problem but one think looks incorrect to me is mapping, one side you have defined one-to-one mapping while other side you have defined one-to-many,
    this style of...
Results 1 to 9 of 9