Bugs item #603788, was opened at 2002-09-03 01:33
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=603788&group_id=22866

Category: JBossServer
Group: CVS HEAD
Status: Open
Resolution: None
Priority: 5
Submitted By: David Jencks (d_jencks)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't verify app twice.

Initial Comment:
The ejb verifier apparently can't verify an application
twice. To reproduce, start jboss (4, cvs head), remove
jbossweb-ejb.jar from server/all/deploy, and replace
it.  The verifier complains on the second deployment.

Linux x86 kernel 2.4.18
sun jdk 1.3.1-03

I haven't tried other jboss versions.  Here's the
verifier complaint:


2002-09-02 21:22:47,729 DEBUG
[org.jboss.ejb.EJBDeployer] Verifying
file:/usr/java/jboss/co15/jboss-all/build/output/jboss-4.0.0alpha/server/all/deploy/jbossweb-ejb.jar
2002-09-02 21:22:47,809 WARN 
[org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: 
Bean   : CMPState
Method : public abstract CMPState create(String,
String, int, int) throws CreateException, RemoteException
Section: 12.2.9
Warning: The return type for a create(...) method must
be the entity bean's local interface type.

2002-09-02 21:22:47,819 WARN 
[org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: 
Bean   : CMPState
Method : public abstract CMPState
findByPrimaryKey(CMPStatePK) throws FinderException,
RemoteException
Section: 10.6.10
Warning: The return type for a find<METHOD> method must
be the entity bean's remote interface type
(single-object finder) or a collection thereof (for a
multi-object finder).

2002-09-02 21:22:47,844 DEBUG
[org.jboss.util.NestedThrowable]
org.jboss.util.NestedThrowable.parentTraceEnabled=true


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=603788&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to