I experimented with Tomcat Maven plugin today and got my app working fine.
However when switching back to using Jetty (mvn jetty:run), I started to get
a strange error message:

2008-03-06 18:38:16.990::WARN:  Failed startup of context
[EMAIL PROTECTED]
/appname,/home/user/appname}
java.lang.RuntimeException: Service id 'HibernateEntityPackageManager' has
already been defined by
org.apache.tapestry.hibernate.HibernateModule.build(Collection)
(at HibernateModule.java:45) and may not be redefined by
org.apache.tapestry.hibernate.HibernateModule.build(Collection) (at
HibernateModule.java:45). You should rename one of the service builder
methods.
        at org.apache.tapestry.ioc.internal.RegistryImpl.<init>(
RegistryImpl.java:175)

I've tried a number of things to make it work e.g. cleaning source, but to
no avail. Anyone with thoughts as to the problem?

Szemere

Reply via email to