Just so everyone knows. This problem was my fault. I added some
disallowed-field entries in my db schema a week or so ago, and when Orion
rebuilt my apps after I updated the server it did as it should and applied a
'_' to the field to make it a valid name, the table however remained the
same as it was before. Thus the error.
Thanks to Magnus for the quick response.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Russ White
Sent: Tuesday, February 06, 2001 9:40 AM
To: Orion-Interest
Subject: 1.4.7 ejb1.1 entity problem.
Just an alert.
I am testing 1.4.7 and after deploying one of my apps I get the following
error when creating a new entity:
javax.ejb.CreateException: Error creating EntityBean: [SQL0205] Column USER_
not in table GARMENT_SHRINK_TEST in CWQC01.
The weird thing is that the USER_ field mentioned is not in any of the
deployment descriptors nor classes. Strange.
I think that the wrapper that orion created is broken.
Of course, the app works fine in 1.4.5
I am using the datasource user manager. I am wondering if there is a
connection.