Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-3812

BeanInfo not reset when new bean looked up

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.7.0
    • 2.7.3, 2.8.0
    • camel-core
    • None

    Description

      In camel-bean, when a bean is looked-up and it is not the same bean as the previous one beanInfo has to be reset.
      This is done in getBean() method of org.apache.camel.component.bean.RegistryBean but the test is placed after setting bean=value so beanInfo is never reset :

      if (value != bean) {
      bean = value;
      processor = null;
      if (!ObjectHelper.equal(ObjectHelper.type(bean), ObjectHelper.type(value)))

      { beanInfo = null; }

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            maximilien Maximilien Wiktorowski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: