String
primary key (sidID, fieldName)
Thanks,
Vidur
Hello,
I need some help with OR mapping a CMP EntityBean. I'm not even sure
how to do this in BMP. The class is called SIDDefinitions. The primary
key is a class called SID and there is only one other field called
defini
Hello,
I need some help with OR mapping a CMP EntityBean. I'm not even sure
how to do this in BMP. The class is called SIDDefinitions. The primary
key is a class called SID and there is only one other field called
definitions -- it is a List of Definition. Definition is an interface
an
> Does anyone know how to map a CMP field with type byte [] to a column in
> Oracle 8i DB. Particulary what would the tag for this type look like in
> the oracle.xml file under database-schemas directory. I see that a byte
> type maps to number(10,0) as shown below.
>
> .
>
> but what would a by
Folks,
Does anyone know how to map a CMP field with type byte [] to a column in
Oracle 8i DB. Particulary what would the tag for this type look like in
the oracle.xml file under database-schemas directory. I see that a byte
type maps to number(10,0) as shown below.
.
but what would a byte array
Hello,
In my CMP entity bean, I have a Set whose values will always implement
an interface (KMDefinitionFactory). When I try to deploy this, I get an
error:
Error compiling file:/C:/dev/lib/: Dependent OR class
com.epistemic.km.KMDefinitionFactory cannot be abstract unless the
ejb-jar.xml has a