If that's a cut-and-paste, then you have a problem in your XML ... too little whitespace
id="MailSync"interface You should be seeing error output ... is it going into a log file? Are you seeing a big block about how you haven't enabled error output? -- [EMAIL PROTECTED] Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry > Thanks ( I am impressed with what HiveMind lets people do). > > Here is the message: > org.apache.commons.hivemind.ApplicationRuntimeException: Registry does > not contain module 'bP.async.mailer'. > at > org.apache.commons.hivemind.impl.RegistryImpl.getModule(RegistryImpl.java:119) > at > org.apache.commons.hivemind.impl.RegistryImpl.getService(RegistryImpl.java:129) > at bP.async.run2.main(run2.java:12) > Exception in thread "main" > > And the xml: > <? xml version = "1.0" ?> > > <module id ="bP.async.mailer.MailSync" version= "1.0.0"> > <service-point id="MailSync"interface="bP.async.mailer.MailSync"> > <create-instance class ="bP.async.mailer.MailSyncImpl"/> > </service-point> > > </module> > > Does this help? I wish it is XML. > > .V > > > > [EMAIL PROTECTED] wrote: > > The full stack trace of the exception would be a start; also you > hivemodule.xml is probably the source of the problem. Any other output in the > log? > > > > You are likely using alpha-2 XML syntax with the alpha-3 code (or vice versa). > > > > > > --------------------------------------------------------------------- > 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]
