Jbuider9+weblogic开发编译时遇到的问题。100分
我的开发环境是jbuider9+weblogic8.1+oracle,我的ejb module中有一个sessionBean,调用一个实体bean,经常我遇到这样的一个问题,经常我本来编译好的,打包,deploy完了的,有时侯我修改了一点后,遇到问题.
1.我编译时,经常报错,"stockStuff.jar"<2004-2-11 ....略><ejb>...<Ejb deployment houseManager has a class stockManager that is in the classpath,This class should only be located in the ejb-jar file>
<stockStuff> [j2ee:181]error: could not delete previous archive:e:\stockStuff.jar
2.我的redeploy不行,必须先undeploy, 然后deploy.
3.我还遇到一个问题,他说我的一个ejb的实现bean类的classbytes找到,但是定义class找不到.