-
1. Re: @Property annotation in CDI Bean
igarashitm Aug 17, 2016 1:46 AM (in response to arielcarrera)Tried with current upstream master on EAP6/WF10/karaf2.4 and all works fine
issues/bean-property at master · igarashitm/issues · GitHub
issues/switchyard.xml at master · igarashitm/issues · GitHub
Aside that can you move this thread to user forum? here dev forum is for discussing about SwitchYard development.
-
2. Re: @Property annotation in CDI Bean
arielcarrera Aug 17, 2016 9:42 AM (in response to igarashitm)Done! Im trying with your demo project ("bean-property") to reproduce my problem (if can be possible!)
Thanks
-
3. Re: @Property annotation in CDI Bean
arielcarrera Aug 17, 2016 11:17 AM (in response to arielcarrera)OK Tomohisa, I tested again and the problem happens only when you add a method into the Service Bean with a @Transactional annotation. The Service Bean is proxied by Weld and the ServiceProxyHandler does not recognize the Service bean's fields.
-
4. Re: @Property annotation in CDI Bean
igarashitm Aug 18, 2016 7:03 AM (in response to arielcarrera)Hmm... yeah now I can see the issue, but only on WildFly10. It just works fine on EAP6. Not sure if it's intentional, but definitely something has been changed in Weld.