AW: Field level variables

2010-10-05 Thread Stadelmann Josef
We use scope="soapsession" to get one instance per user-session-thread; that allows for long-lasting.-user-sessions and/or state-full service objects. We use it since years, and we use it with axis2-1.2; we did not test it with axis2-1.5.1; doing so, beware to adjust in /.conf/axis2.xml ConfigC

RE: AW: Field level variables

2010-09-13 Thread Martin Gainty
à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: AW: Field level variables

AW: Field level variables

2010-09-13 Thread Stadelmann Josef
Christopher Jeff is correct; in service.xml there is scope="soapsession" This makes axis2 creating a new instance of your service class for each new user-session. For that your service class demands 3 more methods public void init(ServiceContext sCtx) throws XMLStreamException {