RE: Retrieve hivemind "messages" from plain old java program

2006-07-16 Thread James Carman
Maybe you could mock the Messages object? -Original Message- From: spamsucks [mailto:[EMAIL PROTECTED] Sent: Sunday, July 16, 2006 3:56 PM To: Tapestry users Subject: Retrieve hivemind "messages" from plain old java program Hi everyone, I am trying to create some tests that d

Re: Retrieve hivemind "messages" from plain old java program

2006-07-16 Thread spamsucks
I'm sorry, that was a typo in the email. The actual file name is located as WEB-INF/hivemodule.xml It would have been as sweet as it would be embarrassing if that were the root cause! Don Ryan wrote: My WEB-INF/hive-module.xml is in my classpath Just checking the obvious. Is the hyphen

Re: Retrieve hivemind "messages" from plain old java program

2006-07-16 Thread Don Ryan
My WEB-INF/hive-module.xml is in my classpath Just checking the obvious. Is the hyphen in that filename a typo in your e-mail or the actual filename? Don Ryan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Retrieve hivemind "messages" from plain old java program

2006-07-16 Thread spamsucks
Hi everyone, I am trying to create some tests that depend upon the hivemind Messages object. While this is not a problem to do this in the context of a tapestry application, I am trying to do this from outside a web app (from a java program). I figured that I would have to create the Hivemin