Multidimensinal arrays don't seem to work with Orion CMP. Try emulating
your multidimensional array with a singledimensional array in your Java
code.

Regards, Markus.

On Wed, Jan 17, 2001 at 11:53:13AM -0000, Bernard wrote:
> 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
> 

-- 

Markus Holmberg         |       Give me Unix or give me a typewriter.
[EMAIL PROTECTED]      |       http://www.freebsd.org/

Reply via email to