Ondrej Zizka [
https://community.jboss.org/people/ozizka] 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/730146#730146
--------------------------------------------------------------
And you're not bothered by the
{code}23:25:40,489 WARN [org.jboss.as.server.deployment.service-loader] (MSC service
thread 1-2) Encountered invalid class name
"implClass=org.jboss.shrinkwrap.descriptor.impl.spec.jpa.persistence.PersistenceDescriptorImpl"
for service type
"org.jboss.shrinkwrap.descriptor.api.spec.jpa.persistence.PersistenceDescriptor"{code}?
In 7.1.1, this prevents succeful deployment.
In my case, I forgot <scope>test</scope> for
jboss-as-arquillian-container-managed, which brought it's deps to .war and caused
this.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/730146#730146]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]