Jim Brownfield [
https://community.jboss.org/people/jbrow] created the discussion
"Re: Fail to deploy Ejb3 in action sample project to Jboss AS 7"
To view the discussion, visit:
https://community.jboss.org/message/649294#649294
--------------------------------------------------------------
I had a similar error where I had to build jboss 7.0.1 in debug mode to figure it out. It
turned out to be an @Resource directive on a class-level EJB. i guess in the past I
thought that was needed if the resource was referenced. It didn't hurt anything
previously, but JBoss 7 blew up on it. I removed the @Resource directives, and it
worked.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/649294#649294]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]