Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    386

    Has anyone seen this problem? Or do the...

    Has anyone seen this problem? Or do the hierarchies need to match exactly ? Would using converters be the way to go for these kind of conversions?
  2. Replies
    1
    Views
    386

    Having Problems with BeanUtils..

    I am trying to use BeanUtils(Spring 3.0.5) to copy properties from one hierarchy to another. Following is what I use BeanUtils.copyProperties(source, dest);

    My source is as follows

    School is a...
  3. The issue was resolved by using the container...

    The issue was resolved by using the container provided datasource instead of the BasicManagedDataSource that we used. The other configurations helped too but the final icing was using the container...
  4. We want to use the...

    We want to use the org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean for the jboss's entityManagerFactory , since it gives better configurability . Also by using the LCEMF in both...
  5. I am struck with this issue? Can someone please...

    I am struck with this issue? Can someone please help or point me to some configuration with jta and eclipselink using spring please?
  6. I did make the following change and it now...

    I did make the following change and it now works..


    <tx:jta-transaction-manager />

    <!-- the transactional advice (what 'happens'; see the <aop:advisor/> bean below) -->
    <tx:advice...
  7. Issues in using LocalContainerEntityManagerFactoryBean

    I am having a strange problem deleting entities and I am thinking that this is because of wrong spring configuration / bug and i am not able to exactly point what it is . I am able to do reads , but...
  8. Can someone please help ? I am struck with this...

    Can someone please help ? I am struck with this issue. Any pointers would be appreciated !!!
  9. Spring , jta issue with Shared Entity Manager Creator..

    Greetings Spring Users,
    Having issues with LocalContainerEntityManagerFactoryBean when running jta transactions with spring in a java ee (jboss container). The SharedEntityManagerCreator is creating...
  10. Spring injection of Transaction not working in a JPA environment with eclipselink...

    Hi Spring users,

    Am having an issue with using eclipselink/spring in a non jta environment with spring. Following is my setup . I have a DAO controlled by spring which uses the eclipselink entity...
  11. Replies
    3
    Views
    1,061

    Can you translate to english pls.. ?

    Can you translate to english pls.. ?
  12. Replies
    3
    Views
    1,061

    We are running on jboss 5.1.0.GA if that helps

    We are running on jboss 5.1.0.GA if that helps
  13. Replies
    3
    Views
    1,061

    multiple bean Ref Context issues

    Here is our set up.

    We have a ear which has a web and ejb . The ejbs get the daos injected into the services by using spring. We use beanRefContext.xml which defines a bean and has a list of other...
  14. Found the issue .. in my jpaPropertymap i was not...

    Found the issue .. in my jpaPropertymap i was not passing in

    <entry key="eclipselink.target-server" value="JBoss"/>

    so with the above configuration if i use

    <property...
  15. Alternatively if someone has experience in having...

    Alternatively if someone has experience in having an eclipselink entitymanagerfactory configured to use jta in a jboss setting (5.1.0) that would help too..please let me know what should be the...
  16. Hibernate, Eclipselink, spring 3 and jboss

    Our project is involved in migrating from hibernate to eclipselink and we are following a phased approach in doing this wherein some of the DAOs would be converted to eclipselink to start with and...
Results 1 to 16 of 17