error occur when i config jbuilder7+weblogic7.help!!

i configed jbuilder7+weblogic7 ,but when i run the test.jsp with weblogic in jbuilder's project. two error occur :

<2002-7-1 下午12时10分40秒> <Warning> <Management> <000000> < -Dweblogic.Domain=<domainName> is no longer a required command

line option, if you don't pass it in the domain name can be be inferred from the configuration file : config.xml> <2002-7-1

下午12时10分44秒> <Notice> <Management> <140005> <Loading configuration H:\bea\user_projects\mydomain\.\config.xml> <2002-7-1

下午12时10分55秒> <Notice> <Security> <090082> <Security initializing using realm myrealm.> <2002-7-1 下午12时10分56秒>

<Notice> <WebLogicServer> <000327> <Starting WebLogic Admin Server "myserver" for domain "mydomain"> <2002-7-1 下午12时11分14

秒> <Error> <JDBC> <001060> <Cannot startup connection pool "demoPool" weblogic.common.ResourceException: Cannot load driver

class: com.pointbase.jdbc.jdbcUniversalDriver> <2002-7-1 下午12时11分14秒> <Error> <JDBC> <001060> <Cannot startup connection

pool "demoXAPool" weblogic.common.ResourceException: Cannot load driver class: com.pointbase.xa.xaDataSource> <2002-7-1 下午

12时11分15秒> <Error> <JDBC> <001059> <Error during Data Source creation: weblogic.common.ResourceException:

DataSource(examples-dataSource-demoPool) can't be created with non-existent Pool (connection or multi) (demoPool)

what happen? what should i do?please help me..... >

[1650 byte] By [wengchiyuana] at [2007-9-27 11:04:24]
# 1

Hi,

Remove your DataSource and connectionpool setting for some time and then test your simple jsp. the problem lies with your driver files (jar file) not included in your classpath properly.

See the setenv file of weblogic to set the jar file if it doesnt get activated in ur classpath.

Try to use some other driver files (Type 3/4 drivers)

Seetesh

seeteshha at 2007-7-9 5:34:46 > top of Java-index,Other Topics,Patterns & OO Design...