> There is a question,I deploy cas to a different server and change datasource > to a new oracle user cassso2 ,but hibernate create table > cassso.RS_ATTRIBUTES but not cassso2.RS_ATTRIBUTES ,cassso is the orginal > oracle user.
I reviewed the persistence.xml you posted previously, and you should not mix RESOURCE_LOCAL with a JTA data source. I'm not sure what that actually does, but it's likely wrong in any case. That could be related to the table ownership problem, but I'm not sure. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
