Hello all !
WebLogic shows following error when I try to deploy my EJBs.
EJBC didn't find any errors and I can deploy example CMP beans with the same datasource.
Unable to deploy EJB: RangeCheckedBean from Beans4WL.jar:
The Entity EJB requires the table: RangeChecked to be accessible. Please ensure
that this table exists and is accessible.
I have this line in descriptors.
<create-default-dbms-tables>True</create-default-dbms-tables>
Could someone help me, please?
Maris
-
CMP deployment problems on WebLogic (1 messages)
- Posted by: Maris Orbidans
- Posted on: January 27 2002 18:50 EST
Threaded Messages (1)
- CMP deployment problems on WebLogic by Alvaro Goncalves on February 23 2002 14:36 EST
-
CMP deployment problems on WebLogic[ Go to top ]
- Posted by: Alvaro Goncalves
- Posted on: February 23 2002 14:36 EST
- in response to Maris Orbidans
Check if your table exists.
Sometimes, the length table name not is supported by
BD or field length.
Álvaro Mota