0 Replies Latest reply on Dec 21, 2005 10:30 AM by debambi

    Deploying the Application

    debambi

      Hi I am new to Jboss and trying out the examples !!!
      I have problems to deploy the JBossDukesBank.ear
      I am getting following error :
      15:01:37,015 INFO [EARDeployer] Init J2EE application: file:/C:/Program Files/j
      boss-4.0.3SP1/server/default/deploy/JBossDukesBank.ear
      15:01:38,390 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 12.2.2
      Warning: The class must be defined as public and must not be abstract.

      15:01:38,406 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 12.2.5
      Warning: Every entity bean must define the ejbFindByPrimaryKey method.

      15:01:38,406 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri
      se bean's local home interface, if any, in the <local-home> element.
      Info : Class not found on 'com.sun.ebank.ejb.customer.CustomerHome': No ClassL
      oaders found for: com.sun.ebank.ejb.customer.CustomerHome

      15:01:38,406 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri
      se bean's local interface, if any, in the element.
      Info : Class not found on 'com.sun.ebank.ejb.customer.Customer': No ClassLoade
      rs found for: com.sun.ebank.ejb.customer.Customer

      15:01:38,406 WARN [verifier] EJB spec violation:
      Bean : CustomerBean
      Section: 12.2.1
      Warning: The Bean Provider must provide a remote interface and a remote home int
      erface or a local interface and a local home interface for the bean.

      15:01:38,406 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 12.2.2
      Warning: The class must be defined as public and must not be abstract.

      15:01:38,421 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 12.2.5
      Warning: Every entity bean must define the ejbFindByPrimaryKey method.

      15:01:38,578 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri
      se bean's local home interface, if any, in the <local-home> element.
      Info : Class not found on 'com.sun.ebank.ejb.account.AccountHome': No ClassLoa
      ders found for: com.sun.ebank.ejb.account.AccountHome

      15:01:38,578 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri
      se bean's local interface, if any, in the element.
      Info : Class not found on 'com.sun.ebank.ejb.account.Account': No ClassLoaders
      found for: com.sun.ebank.ejb.account.Account

      15:01:38,578 WARN [verifier] EJB spec violation:
      Bean : AccountBean
      Section: 12.2.1
      Warning: The Bean Provider must provide a remote interface and a remote home int
      erface or a local interface and a local home interface for the bean.

      15:01:38,578 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 12.2.2
      Warning: The class must be defined as public and must not be abstract.

      15:01:38,578 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 12.2.5
      Warning: Every entity bean must define the ejbFindByPrimaryKey method.

      15:01:38,578 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri
      se bean's local home interface, if any, in the <local-home> element.
      Info : Class not found on 'com.sun.ebank.ejb.tx.TxHome': No ClassLoaders found
      for: com.sun.ebank.ejb.tx.TxHome

      15:01:38,593 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 22.2
      Warning: The bean provider must specify the fully-qualified name of the enterpri
      se bean's local interface, if any, in the element.
      Info : Class not found on 'com.sun.ebank.ejb.tx.Tx': No ClassLoaders found for
      : com.sun.ebank.ejb.tx.Tx

      15:01:38,593 WARN [verifier] EJB spec violation:
      Bean : TxBean
      Section: 12.2.1
      Warning: The Bean Provider must provide a remote interface and a remote home int
      erface or a local interface and a local home interface for the bean.

      15:01:38,734 ERROR [MainDeployer] Could not create deployment: file:/C:/Program
      Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp22027JBossDukesBank.ear-conten
      ts/bank-ejb.jar
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans faile
      d, see above for error messages.