- org.apache.tapestry.record.PropertyPersistenceStrategy has removed parameters "IRequestCycle cycle" from getStoredChanges() and discardStoredChanges() - javax.persistence.Id's "generate" has been replaced by javax.persistence.GeneratedValue in the ejb3-persistence.jar in hibernate-annotations-3.1beta8 - ConstructableServicePoint.getShutdownCoordinator() doesn't exist in hivemind 1.1.1, I changed to use org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.registerWithShutdownCoordinator() instead.
Well now after these modifications it works again, cheers! :) On 3/3/06, Chris Chiappone <[EMAIL PROTECTED]> wrote: > I pretty sure this is meant to work with tap4. What kind of > exceptions are you getting? > > On 3/2/06, Aquila Deus <[EMAIL PROTECTED]> wrote: > > I tried to rebuild from source but it seems to be incompatible with hivemind > > 1.1.1, tapestry 4.0 (no beta), and the lastest javax.persistence api from > > jboss 4.0.4rc1. Worse, fixing the compile errors doesn't get it to work > > eventually. > > > > frustrated!! :( > > > > Is there other library that implements the session-per-conversation pattern? > > I dont have time to write it myself.... > > > > > -- > ~chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
