Which web stack are you using? If it is Struts, please make sure you delete the copy of WEB-INF/classes/struts.xml and the contents of the WEB-INF/lib directory under the source tree.
Mike. On 10/28/07, Daniel Kibler <[EMAIL PROTECTED]> wrote: > > > My application was working fine until I ran mvn appfuse:inplace. Now > whenever > I try to save an object that uses its own Manager I get the Data Access > Failure with this message: > > Write operations are not allowed in read-only mode (FlushMode.NEVER > /MANUAL): > Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker > from transaction definition. > > Objects that use GenericManagerImpl save fine. Is there some configuration > I > missed when moving to inplace deployment? > -- > View this message in context: > http://www.nabble.com/Data-Access-Failure-tf4708700s2369.html#a13458926 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
