我建立了一些ejb的实体bean,
实体bean是根据数据库已建好的表创建的。
之后写了几个SessionBean
因为设计原因,我重新更改了数据库。
所以要刷新数据库并删除原来部分的实体bean,
重新建立,这时出现如下错误:
<EJB Deployment: UserBean has a class wf.WFModelBean which is in the classpath. This class should only be located in
the ejb-jar file.>
我该怎么做呢?