Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-511

RESTEasy spring support does not configure factory beans

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.3.2.Final
    • 2.1.0.GA
    • jaxrs
    • None

      RESTEasy spring support only allows beans defined in xml using <bean> tag. If I use factory-bean to create beans, SpringBeanProcessor does not recognize these beans as it depends on BeanDefinition.getBeanClassName() to be set, which will not be set in terms of factory-beans.

      Also this will not work with new spring java config which uses factory-bean method internally to create beans.

            patriot1burke@gmail.com Bill Burke (Inactive)
            kamlesh.sangani Kamlesh Sangani (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: