Hello,

first, sorry for my english ...

In services.xml I have :

<beans>
  <service xmlns="http://xfire.codehaus.org/config/1.0";>
    <name>MySessionService</name>
    <serviceClass>mypackage.MySessionService</serviceClass>
    <implementationClass>mypackage.MySessionService</implementationClass>
        <!--<serviceBean>#mySessionService</serviceBean>-->
    <scope>session</scope>
        <properties>
                <property key="mtom-enabled">true</property>
        </properties>
  </service>
</beans>

All works fine, I have different objects, one by session.

But if I uncomment <serviceBean> and comment <implementationClass>, I
doesn't work.
I'd like to use the serviceBean because I want to use a bean declared by
spring.
But when I test the second configuration I always get the same bean with the
differents soap clients.

In my applicationContext.xml, I have :
<bean id="voiceSessionService"
class="net.atos.mm.golive.um.core.service.VoiceSessionService"/>

I'm sure I'm missing something in this file, I've tried to change to scope
in this bean with prototype or session but it did not work.

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Xfire-Session-scope-issue---tf4355202.html#a12410312
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to