六 把\server\default\deploy\ejbdeployerxml文件中的
create table TIMERS (
TIMERID varchar() not null
TARGETID varchar() not null
INITIALDATE timestamp not null
INTERVAL bigint
INSTANCEPK other
INFO other
constraint timers_pk primary key (TIMERID)
other类型改成bolb类型
经过这样的配制就把jboss的默认的数据源改成MySQL了
[] []