Sri
Sri

Reputation: 5845

Deploying Spring 3 + Hibernate app on JBoss 7 beta; Annotated Beans Not Found

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

Answers (1)

Heiko Rupp
Heiko Rupp

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

Related Questions