Okay, that's weird.  I apologize for all the confusion.  But, getting used
to Maven2 is not quite as easy as I had hoped.  It's tough to figure out
exactly where everything is going during the build.  Anyway, the war that's
out there in my maven repo works on my machine by just dropping it in a
Tomcat installation's webapps directory.  Let me know if it works for you.
Again, sorry for the mixups.

As for your error below, do you have two service points that support the
SessionFactory interface?  If so, then HiveMind can't autowire it in, since
it doesn't know which one to choose.  That's the only way I can think of
that you might not have a SessionFactory with all of the jars from the
example war file in your WEB-INF/lib directory.

-----Original Message-----
From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of
Andreas Bulling
Sent: Saturday, June 03, 2006 11:36 AM
To: Tapestry users
Subject: Re: Tapernate-example and the former jars

OK, thanks! ;)

What I did was to remove all the old configuration stuff (Tapernate version:
Even
before the split of the different persistence strategies...) from my
hivemodule.xml
file and dropped the new tapernate/hivemind jars in.
This should be enough and work, shouldn't it?

I get the following exception:

17:26:51,219 ERROR [plattform]:253 - Servlet.service() for servlet
meet-europeans threw exception
java.lang.IllegalArgumentException: No SessionFactory specified
        at org.springframework.util.Assert.notNull(Assert.java:116)
        at
org.springframework.orm.hibernate3.SessionFactoryUtils.doGetSession(SessionF
actoryUtils.java:294)
        at
org.springframework.orm.hibernate3.SessionFactoryUtils.getSession(SessionFac
toryUtils.java:195)
        at
com.javaforge.tapestry.tapernate.filter.TapernateFilter.createNewSession(Tap
ernateFilter.java:176)
        at
com.javaforge.tapestry.tapernate.filter.TapernateFilter.createSession(Tapern
ateFilter.java:171)
        at
com.javaforge.tapestry.tapernate.filter.TapernateFilter.service(TapernateFil
ter.java:70)
        at
$WebRequestServicerFilter_10b9a7fb168.service($WebRequestServicerFilter_10b9
a7fb168.java)
        at
$WebRequestServicerFilter_10b9a7fb167.service($WebRequestServicerFilter_10b9
a7fb167.java):

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to