Uploaded image for project: 'Aries'
  1. Aries
  2. ARIES-2045

Blueprint Spring not able to resolve bean by type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • blueprint-spring-1.0.0
    • blueprint-spring-1.0.0
    • Blueprint
    • None

    Description

      Blueprint Spring not able to resolve bean by type

      The problem is in: BlueprintBeanFactory.SpringMetadata in method:

      public String getClassName() {
          return null;
      } 

      Simple fix is to do:

      public String getClassName() {
          return getBeanDefinition(beanName).getBeanClassName();
      } 

      This solves my problem with trying to get Camel 3 working with spring camel context and resolve BridgePropertyPlaceholderConfigurer correctly.

      PR to follow.

      Attachments

        Issue Links

          Activity

            People

              jbonofre Jean-Baptiste Onofré
              nannou9 Piotr Klimczak
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: