Reputation: 5845
Trying to deploy my Spring 3 app on JBoss.
It is not able to find beans. Used Spring 3 annotations to declare beans.
Found zero documentation for JBoss AS 7 beta on JBoss.org so don't tell me to RTFM! :-)
Upvotes: 0
Views: 1674
Reputation: 30944
AS 7 is (early) beta so far, so there is no Spring deployer (-equivalent) for now.
If you found zero documentation, you did not look close enough. There is at least developer documentation and the start of a user guide.
Upvotes: 1