RE: Any advanced CMP mapping for int[] via java.sql.Array to a VARRAY col type?

2002-05-19 Thread Juan Pablo Lorandi
: Sunday, May 19, 2002 6:36 PM > To: Orion-Interest > Subject: Any advanced CMP mapping for int[] via > java.sql.Array to a VARRAY col type? > > > Can anyone point me in the direction of some more detailed > information on advanced CMP mapping techniques? > >

Any advanced CMP mapping for int[] via java.sql.Array to a VARRAY col type?

2002-05-19 Thread Andy Parkman
Can anyone point me in the direction of some more detailed information on advanced CMP mapping techniques? I was wondering if a CMP mapping can be found which would generate JDBC code to bind a field variable defined as an array of integer via a java.sql.Array type to a database column defined

CMP Mapping

2001-12-17 Thread Ed Brown
Monday, 14:01 I have a field in the database that is named LAST_MODIFIED_DATE. In my bean, the field is named lastModifiedDate. The ejb-jar.xml entry is: lastModifiedDate The orion-ejb-jar.xml file entry is: When I try to access the be

Re: CMP-mapping: object properties

2001-06-25 Thread Rafael Alvarez
Hello Oliver, Try deleting the orion-ejb.jar.xml in the application-deployments dir. this will force orion to copy it again. Monday, June 25, 2001, 6:55:33 AM, you wrote: OS> Hi! OS> Until now I hav been quite happy developing with oc4j but this is OS> becoming frustrating: OS> according to or

CMP-mapping: object properties

2001-06-25 Thread Oliver Scharrenberg
Hi! Until now I hav been quite happy developing with oc4j but this is becoming frustrating: according to orionsupport.com (http://orionsupport.com/articles/complex-or.html) the server should map CMP fields that are compound objects property by property (Strings) to db-columns if I put an orion-e

RE: CMP Mapping of String type for Sybase

2000-11-07 Thread Mike Cannon-Brookes
<< removed common some ranting about bugs >> ;) > P.S. Now that Orionsupport is down, where should one send new/corrected > schemas? Bugzilla? a) OrionSupport is up - http://www.orionsupport.com and we'd always appreciate your emails! b) Corrections to schemas etc should always be sent to Orio

Re: CMP Mapping of String type for Sybase

2000-11-06 Thread Mikko Kurki-Suonio
On Mon, 6 Nov 2000, David Ekholm wrote: > I wonder why the Java String type is mapped to a char(255) for Sybase in > $ORION/config/database-schemas ? The real reason? I recently did a little testing for various databases with Orion. The results were... baffling. NONE of the published database

CMP Mapping of String type for Sybase

2000-11-06 Thread David Ekholm
I wonder why the Java String type is mapped to a char(255) for Sybase in $ORION/config/database-schemas ? I would prefer to have the default mapping as varchar(30) or varchar(255). These are the reasons: * A varchar is of variable length and thus often consumes far less than the char type w

Re: cmp mapping of Integer, Float, Double etc.

1999-12-28 Thread Robert Krueger
Mike Cannon-Brookes wrote: > By default Orion maps java.lang.Integer cmp fields to INTEGER db fields? (At > least that's the only thing that's ever happened to me). I sometimes change > which db are you using? if I don't specify a mapping it creates a longvarbinary for a java.lang.Integer. If I

RE: CMP mapping question

1999-12-27 Thread Mike Cannon-Brookes
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Frank Apap > Sent: Tuesday, 28 December 1999 3:04 > To: Orion-Interest > Subject: CMP mapping question > > > Does anyone have a list of what maps to what? > > Also what ki

RE: cmp mapping of Integer, Float, Double etc.

1999-12-27 Thread Mike Cannon-Brookes
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Krueger > Sent: Tuesday, 28 December 1999 12:03 > To: Orion-Interest > Subject: cmp mapping of Integer, Float, Double etc. > > > Hi, > > it seems that orion maps java

CMP mapping question

1999-12-27 Thread Frank Apap
Does anyone have a list of what maps to what? Also what kind of data type do I use if I need strings of any length (not just 255)? -Thanks

cmp mapping of Integer, Float, Double etc.

1999-12-27 Thread Robert Krueger
Hi, it seems that orion maps java.lang.Integer cmp fields to LONGVARBINARY which makes it quite unusable if you generally don't work with basic data types as we do. Is there a way to change that behaviour? Are you working on that? Please don't tell me it's the way it's meant to be. Thanks, Robe