在JBuilder8中配置WebLogic中,在需要的库中WebLogic_sp.jar和webservices.jar在哪里?(50分)

J

J2EE

Unregistered / Unconfirmed
GUEST, unregistred user!
我搜索了一下,webservices.jar这个文件JBuilder8中有,
但WegLogic_sp.jar没找到.
 
当你选择好Home Directory后.默认已经加上了weblogin中/lib/weblogic.jar和weblogic_sp.jar,如果
没有说明Home Directory没有指定正确。而实际weblogic_sp.jar是不存在的.
 
HOME Directory我指定的是对的,lib下本来就没有这个文件,我用的是WebLogic7
 
没有也不妨碍用的,我想这是weblogic的补丁jar,目前的weblogic7还不需要补丁,
若bea出了补丁的话需要copy到C:/bea/weblogic700/server/lib.
 
我在配置weblogic7的时候也出现了这个问题,有一个.jar的空件没有,但是不用担心也能
使用.
顺便说一声,我也在学习,可以互相切磋一下.
 
同意Haha...。
那个weblogic_sp.jar应该是补丁jar文件。
可以不用的。
 
我使用Jbuilder8+Weblogic7SP1,测试JBuilder8自带的EJB的例子Esite遇到问题
Exception is :
Unable to deploy EJB: C:/JBuilder8/samples/Ejb/Ejb20/ESiteWL/esite.jar from esite.jar:
EJB : Cart .Unable to initialize method info for remote or home interface.The error is java.lang.NoClassDefFoundError: [Lcom/borland/dx/ejb/RowData;
at java.lang.Class.getDeclaredMethods0(Native Method)
但是,独立于JBuilder8,直接启动Webligic,且在Weblogic中deploy EJB成功。
不知是不是我用的JBuilder8是试用版的原因?
例外,Jbuilder7时遇到的问题仍然存在,如下:
Verifying esite on 2003年2月25日 下午08時37分34秒...
Verifying ejb module Untitled [role=developer]
#### Error: [Untitled,META-INF/ejb-borland.xml] The content of element type "cmr-field" is incomplete, it must match "(cmr-field-name,table-ref,property*)".[line=375,col=29]
#### Error: [Untitled,META-INF/ejb-borland.xml] The content of element type "cmr-field" is incomplete, it must match "(cmr-field-name,table-ref,property*)".[line=383,col=29]
#### Error: [Untitled,META-INF/ejb-borland.xml] The content of element type "cmr-field" is incomplete, it must match "(cmr-field-name,table-ref,property*)".[line=393,col=29]
#### Error: [Untitled,META-INF/ejb-borland.xml] The content of element type "cmr-field" is incomplete, it must match "(cmr-field-name,table-ref,property*)".[line=401,col=29]
#### Error: [Untitled,META-INF/ejb-borland.xml] The content of element type "cmr-field" is incomplete, it must match "(cmr-field-name,table-ref,property*)".[line=411,col=29]
#### Error: [Untitled,META-INF/ejb-borland.xml] The content of element type "cmr-field" is incomplete, it must match "(cmr-field-name,table-ref,property*)".[line=419,col=29]
#### Error: [Untitled] Entity Bean "Sequence"
Could not find a method called:
seqValueBeforeIncrementingBy(int)
7 errors, 0 warnings
 

Similar threads

顶部