I have an application ear that compiles and deploys perfectly under MacOS X 10.3.3 
(java 1.4.2_03), but when I copied the whole deployment folders to a proudction server 
that is running Mac OS X Server 10.2.8 (java 1.4.1_01), i get the following errors 
during ear deployment:

2004-05-24 23:23:34,537 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: 
Bean   : ShiftManagerBean
Method : public abstract void removeShift(ShiftModel, boolean, int) throws 
RemoteException, FinderException
Section: 7.10.5
Warning: The methods defined in the remote interface must have a matching method in 
the bean's class with the same name and same number and types of arguments.

I'm not sure where the hell the removeShift(ShiftModel, boolean, int) is
coming from...it is declared properly in the bean and the remote interfaces as: 
removeShift(ShiftModel, boolean, int, boolean) ????


There are dozens of these....

I can't update the java version on the production server, because I would need to 
update to Mac OS X Server 10.3 which is very costly....

Anyone have an idea what is going on??

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

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



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to