Skip to content

Commit

Permalink
Fix sporadically failing SpEL test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Sep 2, 2022
1 parent bb3ada4 commit 0389fcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public String getConversationId() {
ac.registerBeanDefinition("tb1", bd1);

GenericBeanDefinition bd2 = new GenericBeanDefinition();
bd2.setBeanClassName("#{tb1.class.name}");
bd2.setBeanClassName("#{tb1.class}");
bd2.setScope("myScope");
bd2.getPropertyValues().add("name", "{ XXX#{tb0.name}YYY#{mySpecialAttr}ZZZ }");
bd2.getPropertyValues().add("age", "#{mySpecialAttr}");
Expand Down

0 comments on commit 0389fcc

Please sign in to comment.