You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by James Mao <ja...@iona.com> on 2006/10/12 09:01:07 UTC

Re: svn commit: r463142 - /incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ServerFactoryBean.java

I also found this problem, during every server launching, the binding 
will be created twice, thanks for fix.
Should improved the performance.

Cheers,
James.
> Author: tli
> Date: Wed Oct 11 23:42:36 2006
> New Revision: 463142
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=463142
> Log:
> avoid duplicate endpoint creation for non-code-first case
>
> Modified:
>     incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ServerFactoryBean.java
>
>