On Mon, 2008-06-02 at 08:49 -0700, Dan Tran wrote: > > Per Mario suggestion, I load up myface-orchestra-core15 1.0 into my war's > WEB-INF/lib > > and it crashes at at startup, it seems core15 interfere with the spring > configuration for orchestra > ( per installation's instructions) > > here is the stack trace. > > Invalid lifetime:access
The name "access" was introduced in orchestra-core 1.1. Previously it was called "flash". So it looks like orchestra-core15 does require orchestra-core 1.1. But you must be using orchestra-core 1.0. That's a mistake; I had thought that core15 was compatible with core 1.0, so that's what the pom declares it needs. But using a lifetime name only introduced in 1.1 kind of kills that, even if it's just a synonym for the original name. Can you upgrade to orchestra-core 1.1? Regards, Simon

