I just built today's jboss-as-7.1.0.Alpha1-SNAPSHOT. I used the
jboss-as-quickstarts-7.0.0.CR1\helloworld example and added an MDB. I
modified the HelloWorldServlet to send a TextMessage to the MDB but it
seems MDB's are still not working? Any idea when MDB's will be working
in JBoss AS 7? Below is the error message I get in the standalone log.
09:15:51,233 INFO [org.jboss.as.server.controller]
(DeploymentScanner-threads - 1) Deployment of "jboss-as-helloworld.war"
was rolled back with failure message {"Services with missing/unavailable
dependencies" =>
["jboss.deployment.unit.\"jboss-as-helloworld.war\".component.\"org.jbos
s.as.quickstarts.helloworld.HelloWorldServlet\".START missing [
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.env/wpsCompressQueue,
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.\"env/org.jboss.as.quickstarts.helloworld.HelloWorldServlet/connectionF
actory\"
]","jboss.deployment.unit.\"jboss-as-helloworld.war\".jndiDependencyServ
ice missing [
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.env/wpsCompressQueue,
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.\"env/org.jboss.as.quickstarts.helloworld.HelloWorldServlet/connectionF
actory\"
]","jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-hellow
orld.\"env/org.jboss.as.quickstarts.helloworld.HelloWorldServlet/connect
ionFactory\".jboss.deployment.unit.\"jboss-as-helloworld.war\".module.jb
oss-as-helloworld.jboss-as-helloworld.0 missing [
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.env/jms/QueueConnectionFactory
]","jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-hellow
orld.env/wpsCompressQueue.jboss.deployment.unit.\"jboss-as-helloworld.wa
r\".module.jboss-as-helloworld.jboss-as-helloworld.1 missing [
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.env/queue/wpsCompressQueue ]"]}
09:15:51,233 INFO [org.jboss.weld] (MSC service thread 1-7) Stopping
weld service
09:15:51,249 INFO [org.jboss.as.server.deployment] (MSC service thread
1-2) Stopped deployment jboss-as-helloworld.war in 25ms
09:15:51,249 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads
- 2) {"Composite operation failed and was rolled back. Steps that
failed:" => {"Operation step-2" => {"Services with
missing/unavailable
dependencies" =>
["jboss.deployment.unit.\"jboss-as-helloworld.war\".component.\"org.jbos
s.as.quickstarts.helloworld.HelloWorldServlet\".START missing [
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.env/wpsCompressQueue,
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.\"env/org.jboss.as.quickstarts.helloworld.HelloWorldServlet/connectionF
actory\"
]","jboss.deployment.unit.\"jboss-as-helloworld.war\".jndiDependencyServ
ice missing [
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.env/wpsCompressQueue,
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.\"env/org.jboss.as.quickstarts.helloworld.HelloWorldServlet/connectionF
actory\"
]","jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-hellow
orld.\"env/org.jboss.as.quickstarts.helloworld.HelloWorldServlet/connect
ionFactory\".jboss.deployment.unit.\"jboss-as-helloworld.war\".module.jb
oss-as-helloworld.jboss-as-helloworld.0 missing [
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.env/jms/QueueConnectionFactory
]","jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-hellow
orld.env/wpsCompressQueue.jboss.deployment.unit.\"jboss-as-helloworld.wa
r\".module.jboss-as-helloworld.jboss-as-helloworld.1 missing [
jboss.naming.context.java.module.jboss-as-helloworld.jboss-as-helloworld
.env/queue/wpsCompressQueue ]"]}}}
Thanks,
Martin