Correction: Help with OR mapping

2000-11-15 Thread Vidur Dhanda
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

Help with OR mapping

2000-11-15 Thread Vidur Dhanda
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

RE: Help with OR-Mapping

2000-09-11 Thread Joe Walnes
> 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

Help with OR-Mapping

2000-09-08 Thread Sridhar Manickam
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

Help with OR mapping a Set

2000-07-08 Thread Vidur Dhanda
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