0

I am using EJB3.0 and jBoss 5.0.1

My project is successfully deployed but when I run Jboss server I got the following error

DEPLOYMENTS MISSING DEPENDENCIES: Deployment "jboss.j2ee:ear=cccrmapp.ear,jar=cccrmapp.jar,name=CustomerFacade,service=EJB3" is missing the following dependencies: Dependency "" (should be in state "Described", but is actually in state "** UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' ") Deployment "jboss.j2ee:ear=cccrmapp.ear,jar=cccrmapp.jar,name=CustomerSessionBean,service=EJB3" is missing the following dependencies: Dependency "" (should be in state "Described", but is actually in state " UNRESOLVED Demands 'Class:com.cc.crm.bl.master.customer.session.CustomerSessionBean' ") Deployment "jboss.j2ee:ear=cccrmapp.ear,jar=cccrmapp.jar,name=InvoiceFacade,service=EJB3" is missing the following dependencies: Dependency "" (should be in state "Described", but is actually in state " UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' ") Deployment "jboss.j2ee:ear=cccrmapp.ear,jar=cccrmapp.jar,name=PromotionalMailFacade,service=EJB3" is missing the following dependencies: Dependency "" (should be in state "Described", but is actually in state " UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' ") Deployment "jboss.j2ee:ear=cccrmapp.ear,jar=cccrmapp.jar,name=PromotionalSMSFacade,service=EJB3" is missing the following dependencies: Dependency "" (should be in state "Described", but is actually in state " UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' ") Deployment "jboss.j2ee:ear=cccrmapp.ear,jar=cccrmapp.jar,name=VoucherFacade,service=EJB3" is missing the following dependencies: Dependency "" (should be in state "Described", but is actually in state " UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' **")

DEPLOYMENTS IN ERROR: Deployment "" is in error due to the following reason(s): ** UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' ** Deployment "" is in error due to the following reason(s): ** UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' ** Deployment "" is in error due to the following reason(s): ** UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' ** Deployment "" is in error due to the following reason(s): ** UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' ** Deployment "" is in error due to the following reason(s): ** UNRESOLVED Demands 'jndi:cccrmapp/CustomerSessionBean/local-com.cc.crm.bl.master.customer.session.CustomerSessionBeanLocal' ** Deployment "" is in error due to the following reason(s): ** UNRESOLVED Demands 'Class:com.cc.crm.bl.master.customer.session.CustomerSessionBean' **

4

1 回答 1

0

好吧,看起来有些东西希望为CustomerSessionBean. 谁应该提供它?如果此 EJB 属于您的 EAR,您确定部署顺利吗?

于 2010-11-03T08:08:09.923 回答