It is the ticketregistry.xml problem It is fine while using maven as compile tool. 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 create tables in user cassso2 ,and everything is fine. I want know why?
On Wed, Feb 16, 2011 at 9:07 AM, Ren standist <[email protected]> wrote: > Thanks a lot. > It should be the ticketregistry.xml problem. but if the registry.xml not > work ,how the table have been created in database. > > > On Tue, Feb 15, 2011 at 11:34 PM, Marvin Addison <[email protected] > > wrote: > >> > Here is my ticketregistry.xml,please explain the transactionManager >> section >> >> You'll need to read and study >> >> http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/transaction.html#transaction-declarative >> . >> While you should have an understanding of the database setup and >> configuration of transactions, I think you're off base here since you >> clearly have a deployment problem where your configuration changes >> aren't being applied to the running application. You need to solve >> that problem first. We recommend you manage your configuration using >> Maven War Overlay, >> >> https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method >> . >> >> 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 >> >> > -- 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
