0 Replies Latest reply on Mar 20, 2006 12:54 AM by prajpal

    error:could not create deployment .jar file

    prajpal

      I am installing an application on jboss-3.2.5 and am getting the following error:

      02:55:03,957 WARN [verifier] EJB spec violation:
      Bean : Transaction_fee
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's home interface in the home element.

      02:55:03,974 WARN [verifier] EJB spec violation:
      Bean : Transaction_fee
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's remote interface in the remote element.

      02:55:03,977 WARN [verifier] EJB spec violation:
      Bean : Transaction_type
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods.

      02:55:03,979 WARN [verifier] EJB spec violation:
      Bean : Transaction_type
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's home interface in the home element.

      02:55:03,981 WARN [verifier] EJB spec violation:
      Bean : Transaction_type
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's remote interface in the remote element.

      02:55:03,984 WARN [verifier] EJB spec violation:
      Bean : Party_role
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods.
      02:55:03,986 WARN [verifier] EJB spec violation:
      Bean : Party_role
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's home interface in the home element.

      02:55:03,987 WARN [verifier] EJB spec violation:
      Bean : Party_role
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's remote interface in the remote element.

      02:55:03,990 WARN [verifier] EJB spec violation:
      Bean : Filing_class
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods.

      02:55:03,992 WARN [verifier] EJB spec violation:
      Bean : Filing_class
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's home interface in the home element.

      02:55:03,999 WARN [verifier] EJB spec violation:
      Bean : Filing_class
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's remote interface in the remote element.

      02:55:04,002 WARN [verifier] EJB spec violation:
      Bean : Contact_mechanism_purpose_type
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods.
      02:55:04,003 WARN [verifier] EJB spec violation:
      Bean : Contact_mechanism_purpose_type
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's home interface in the home element.

      02:55:04,005 WARN [verifier] EJB spec violation:
      Bean : Contact_mechanism_purpose_type
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's remote interface in the remote element.

      Can anybody help? Its urgent. Thanks in advance.