Hello everyone.
I am having problems trying to persist the following multi-dimensional array
with an Entity Bean using CMP and Orion:
String[][] table
Here is the entry in ejb-jar.xml
<cmp-field><field-name>table</field-name></cmp-field>
When I deploy the application, I get the following error:
"
Error compiling file:/C:/0/build/assemble/np3/widget-ejb.jar: Dependent OR
class [Ljava.lang.String;
cannot be abstract unless the ejb-jar.xml has a <dependent> tag for it
Orion/1.3.8 initialized
"
Note: when i try to deploy this as a single dimension array, it deploys
without a problem. Has anyone got a resolution to this problem, within the
context of still using CMP?
Regards
Bernard