Glad to hear it worked! In general, any Hibernate-based application requires a transaction manager. The Spring configuration you added, basically says "manage the transactions for any method or class that has the @Transactional annotation"
Cheers, Scott On Tue, Nov 23, 2010 at 10:59 AM, Bryan Wooten <[email protected]>wrote: > Thanks Scott! It was just that xsi:schemaLocation that was > mis-configured. This is first application we have ever deployed using > Hibernate, there is no one on our staff with any knowledge of Hibernate, so > I guess now I'm the defacto "expert". Pretty scary if you ask me. > > > > Thanks again, > > > > Bryan > > -- > 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
