I can see this being useful when a build server pulls our projects out
of source control and runs the unit tests. It is possible, though
unlikely, that the port used for the rest service might be taken. I
figure using local transport would eliminate that issue as well as
make the test more compartmentalized. I know I can create an ad hoc
http service and run the tests there. However, ideally I could create
an in-vm system for testing the behavior of the marshaling, etc. prior
to true integration tests on a server via a deployed war. I know there
are other options.

On Mon, May 5, 2008 at 7:59 PM, Benson Margulies <[EMAIL PROTECTED]> wrote:
> You'd need to reach into the local transport. We don't have a
>  URLProvider class or whatever it would take.
>
>  Why would you want to do this?
>

Reply via email to