I'm running my web project with jetty while including my module classed
using the jvm parameter

-Dtapestry.modules=my.package.module1,my.package.module2,my.package.module3

In one of those modules, I have a class in the base package, typically:

*com.skycomm.ipkaizen.portal.admin.base.ProbeCommandResponseSorter*

The module's qualified name is

*com.skycomm.ipkaizen.portal.admin.services.PortalAdminModule*

Isn't it enough to mention the module's qualified name in the *
tapestry.modules* jvm parameter for the *
com.skycomm.ipkaizen.portal.admin.base* package to be identified and
excluded from runtime modifications ??


Regards
*---------------------*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana

Reply via email to