You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Benson Margulies <bi...@basistech.com> on 2007/09/29 04:43:05 UTC

Simple versus jaxws front end

Well, a rather bright light just dawned on me. AbstractAegisTest only
sets on the Simple front end, not the jaxws front end. So, it's a really
bad idea to borrow it to test a service defined with jaxws annotations.
Oops.


Re: Simple versus jaxws front end

Posted by Freeman Fang <fr...@iona.com>.
Hi Benson,

We have another system test to test aegis both with simple front end and 
jaxws front end.

trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java
Just FYI

Best Regards

Freeman

Benson Margulies wrote:
> Well, a rather bright light just dawned on me. AbstractAegisTest only
> sets on the Simple front end, not the jaxws front end. So, it's a really
> bad idea to borrow it to test a service defined with jaxws annotations.
> Oops.
>
>
>