"WareHouse.jar": 2005-3-16 下午08时40分34秒 CST Warning EJB BEA-012034 The Remote interface method: 'public abstract void warehouse.WareHouse.addStock(java.lang.String,double) throws warehouse.StockException,java.rmi.RemoteException' in EJB 'WareHouse' contains a parameter of type: 'double' which is not Serializable. Though the EJB 'WareHouse' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.
请问这是什么地方出错造成的,是用JBUILDERX编译一个Sateless Bean时的报错,
但可以生成class文件.也可以进行部署.