Hmm...  

That should definitely work.   I know it works for jaxws:endpoint defined 
services as the TCK puts multiple endpoints in a war in several places 
and I debugged some issues around it when they are in separate imported 
files for 2.0.4.  

Any chance you could send a war/project that demonstrates the issue?

Dan


On Wednesday 06 February 2008, JavaRunner wrote:
> I must be missing something very simple.  I've deployed a project with
> multiple service classes.  I had assumed that I would just add the
> service definition to the cxf-servlet.xml file like this:
>
> <simple:server id="serviceA" serviceClass="com.foo.service.Accounts"
> address="/accounts">
>       <simple:serviceBean>
>               <bean class="com.foo.service.AccountsImpl" />
>       </simple:serviceBean>
>   </simple:server>
> <simple:server id="serviceB" serviceClass="com.foo.service.Pricing"
> address="/pricing">
>       <simple:serviceBean>
>               <bean class="com.foo.service.PricingImpl" />
>       </simple:serviceBean>
>   </simple:server>
>
> When deployed (to Tomcat) only ServiceA is visible/available.
> Obviously there's another way.  What am missing?



-- 
J. Daniel Kulp
Principal Engineer, IONA
[EMAIL PROTECTED]
http://www.dankulp.com/blog

Reply via email to