zkoss / zkspring

Automatically exported from code.google.com/p/zkspring
6 stars 15 forks source link

Component injections not working on JBoss 5.x+ #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Implement Inject ZK Components in Spring bean example from ZK Essentials
2. Deploy on JBoss 5.1.0
3. Start server

What is the expected output? What do you see instead?
Expected: ZK Component is injected in composer extended from 
GenericSpringComposer
Actual: Server startup shows 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'testController': Injection of autowired dependencies failed

Original issue reported on code.google.com by ashish.dasnurkar on 25 May 2011 at 11:28

Attachments:

GoogleCodeExporter commented 9 years ago
Please include asm-3.1.jar (CGLIB 2.2 dependency) and aopalliance-1.0.jar 
(Spring AOP dependency)

Original comment by ashish.dasnurkar on 26 May 2011 at 5:15