jbuilder6+weblogic6.1使用问题
开发ejb时,import Schema from ...->Database,然后在Database Schema provider面板里设置,由于使用的数据库是MS SqlServer 2000,因此选用的Driver是
weblogic.jdbc.mssqlserver4.Driver
URL是:
jdbc:weblogic:mssqlserver4:hostname:1433 (hostname设置正确)
用户名和密码也是对的
但是Ok后出现如下错误:
Missing license file for: WebLogic Server 6.1
$$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
at com.borland.dx.dataset.DataSetException.a(Unknown Source)
at com.borland.dx.dataset.DataSetException.throwException(Unknown Source)
at com.borland.dx.dataset.DataSetException.SQLException(Unknown Source)
at com.borland.dx.sql.dataset.Database.openConnection(Unknown Source)
at com.borland.jdbcx.metadata.DatabaseInfo.openConnection(Unknown Source)
at com.borland.jdbcx.metadata.e.run(Unknown Source)
我用的是Weblogic 6.1破解,crack.jar放在%weblogic_home%/lib下了
在jbuilder的libraries 里的Weblogic 6.x Client中也已经把crack.jar加上,并排在首位,怎么还会问我要license呢?
注:weblogic 自己可以正常启动使用