[jboss-user] [EJB 3.0] - Re: Ejb3 - MDB

rudreshtcs do-not-reply at jboss.com
Tue Jan 27 17:57:20 EST 2009


Hi,

I had build it using the Eclipse IDE, usually i do it with that (export as EJB project)

This time i used the build scripts as given in the tutor. the errors are same

Class:org.jboss.tutorial.interceptor.bean.EmailSystem
17:53:08,784 INFO  [JBossASKernel] 	jndi:EmailSystemBean/remote-org.jboss.tutorial.interceptor.bean.EmailSystem
17:53:08,784 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=jboss-ejb3-tutorial-interceptor.jar,name=EmailSystemBean,service=EJB3) to KernelDeployment of: jboss-ejb3-tutorial-interceptor.jar
17:53:08,941 INFO  [EJBContainer] STARTED EJB: org.jboss.tutorial.interceptor.bean.AccountsMDB ejbName: AccountsMDB
17:53:09,050 WARN  [JmsActivation] Failure in jms activation org.jboss.resource.adapter.jms.inflow.JmsActivationSpec at 35025a(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter at d7244e destination=queue/tutorial/accounts destinationType=javax.jms.Queue tx=true durable=false reconnect=10 provider=java:/DefaultJMSProvider user=null maxMessages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=true DLQHandler=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5)
javax.naming.NameNotFoundException: queue not bound
	at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)
	at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)

STARTED EJB: org.jboss.tutorial.interceptor.bean.EmailMDB ejbName: EmailMDB
17:53:09,316 WARN  [JmsActivation] Failure in jms activation org.jboss.resource.adapter.jms.inflow.JmsActivationSpec at 1e1401(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter at d7244e destination=queue/tutorial/email destinationType=javax.jms.Queue tx=true durable=false reconnect=10 provider=java:/DefaultJMSProvider user=null maxMessages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=true DLQHandler=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5)
javax.naming.NameNotFoundException: queue not bound
	at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)

Thanks

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205100#4205100

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205100



More information about the jboss-user mailing list