I have an existing database with already deinfed colomn names and tables. I
do not want to change already exisiting table and column names. I do not
minfd adding any to get Jetspeed to work correctly.
The problem I am havin is finding the code/setting to make jetspeed look for
my table names and not the out of the box names. Where can I find this?
For example I get this error below becasue I have not table called
TURBINE_USER.Hw can I make it look for say PORTAL_USER?
java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): ORA-00942:
table or view does not exist
at org.apache.torque.util.BasePeer.initTableSchema(BasePeer.java:250)
at org.apache.torque.util.BasePeer.initTableSchema(BasePeer.java:225)
at
org.apache.jetspeed.om.security.turbine.TurbineUserPeer.<clinit>(TurbineUser
Peer.java:87)
at
org.apache.jetspeed.om.security.turbine.BaseTurbineUser.<clinit>(BaseTurbine
User.java:36)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass(BaseTu
rbineUserPeer.java:141)
at
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.<clinit>(BaseTur
bineUserPeer.java:128)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]