I wasn't sure how that worked, no...thanks for the pointer!

On Tue, Mar 5, 2013 at 7:32 AM, Michael Gentry <mgen...@masslight.net>wrote:

> Hi Chris,
>
> Apologies if you already know this, but you can set up an exclusion in the
> tapestry-security <dependency> section of your POM:
>
> <exclusions>
>   <exclusion>
>     <groupId>org.apache.tapestry</groupId>
>     <artifactId>tapestry-ioc</artifactId>
>   </exclusion>
> </exclusions>
>
> mrg
>
>
>
> On Mon, Mar 4, 2013 at 1:27 PM, Chris Cureau <cmcur...@gmail.com> wrote:
>
> > Michael,
> >
> > On the nose!  tapestry-security depended on 5.3.4, but I am building on
> > 5.3.6.  Funny thing is, I'm using this exact code on my Intel box with
> > Oracle JDK and it didn't complain at all...
> >
> > Thanks Thiago and Michael!
> >
> >
> > On Mon, Mar 4, 2013 at 7:23 AM, Michael Gentry <mgen...@masslight.net
> > >wrote:
> >
> > > Hi Thiago,
> > >
> > > I saw the same exception a week or two ago when attempting to upgrade
> our
> > > project from 5.3.3 to 5.3.6.  Turns out one of the external Tapestry
> > > libraries we were using specified 5.3.3 and Maven included that JAR for
> > > either tapestry-core or tapestry-ioc (I forget which one at the moment,
> > but
> > > probably ioc).  Perhaps that is the source of Chris' problem, too.
> > >
> > > Chris, try running a "mvn dependency:tree" and make sure 5.3.6 is
> listed
> > > for all Tapestry JARs.  If so, look under target to see what was
> actually
> > > included in the build (both in the .war file and under the WEB-INF/lib
> > > directory).
> > >
> > > mrg
> > >
> > >
> > > On Mon, Mar 4, 2013 at 5:57 AM, Thiago H de Paula Figueiredo <
> > > thiag...@gmail.com> wrote:
> > >
> > > > On Sun, 03 Mar 2013 13:48:01 -0300, Chris Cureau <cmcur...@gmail.com
> >
> > > > wrote:
> > > >
> > > >  Caused by: java.lang.**ClassNotFoundException:
> > > >> org.apache.tapestry5.ioc.**internal.util.LockSupport
> > > >>
> > > >
> > > > This is the error and it's not related to JVM or operating system or
> > > > processor: it seems you have a truncated or otherwise corrupted
> > > > Tapestry-IoC JAR. Or you have mixed versions of Tapestry-IoC and
> > > > Tapestry-Core.
> > > >
> > > > --
> > > > Thiago H. de Paula Figueiredo
> > > >
> > > >
> > ------------------------------**------------------------------**---------
> > > > To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<
> > > users-unsubscr...@tapestry.apache.org>
> > > > For additional commands, e-mail: users-h...@tapestry.apache.org
> > > >
> > > >
> > >
> >
>

Reply via email to