Search:

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

Search: Search took 0.03 seconds.

  1. How about a plain jndi reference

    Thanks and i guess this would have been ideal if i weren't using EJB3.0.
    Since there is no remote home iface in ejb3.0 i am using a direct jndi lookup

    Please find my spring file below

    <bean...
  2. Accesssing Stateless session beans using Spring JNDI Lookup

    I am using Spring to Inject the SessionBean references into the application. This is done in the war project which is wrapped in an ear. The problem is when the ear is deployed , the remote jndi...
  3. Replies
    14
    Views
    3,150

    Use Annotation Driven Transaction Manager

    Try using the following approach...
    <bean
    class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" />

    <bean id="catalogService"...
  4. @OneToMany causes Multiple copies of the Parent entity

    Hi,
    I have a table ContentEntry and then Another Table ContentRating
    I have annotated the ContentEntry entity like the following.

    @OneToMany(fetch = FetchType.EAGER,...
Results 1 to 4 of 4