Sorry Dasarath, the first mail you send me arrived
after the second mail, therefore I did not know the
reason of the problem.

It is true, you're right, there are not headers in the
request soap message(In ActivationCoordinator occurs
the same than RegistrationCoordinator, there are not
headers in soapmessage) but i dont know why i dont
have them in InitiatorApp. However i have thouse
headers in testsuite and everythings works ok.

I've seen my client side and i dont know...my client
is by default, i've never modified the client. The
addressing handler appears and is <handler
type="java:org.apache.axis.message.addressing.handler.AddressingHandler"
/>. The whole code is:

<!-- a barebone jboss.net/axis client configuration
which includes some basic typemappings related to
jboss -->

<deployment name="defaultClientConfig"
            xmlns="http://xml.apache.org/axis/wsdd/";
           
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>

  <globalConfiguration>
        <parameter name="sendMultiRefs" value="false"/>
        <parameter name="disablePrettyXML" value="true"/>
        
        <requestFlow>
                <handler
type="java:org.apache.axis.message.addressing.handler.AddressingHandler"
/>
                
     <handler
type="java:org.apache.kandula.coordinator.at.TxHandler"
/>              

        </requestFlow>
        <responseFlow>
                <handler
type="java:org.apache.axis.message.addressing.handler.AddressingHandler"
/>
                
        </responseFlow>
  </globalConfiguration>

  <transport name="http"
pivot="java:org.apache.axis.transport.http.HTTPSender">
        <requestFlow>           
        </requestFlow>
        <responseFlow>          
        </responseFlow> 
  </transport>

 <transport name="local"
pivot="java:org.apache.axis.transport.local.LocalSender"/>
 <transport name="java"
pivot="java:org.apache.axis.transport.java.JavaSender"/>

<typeMapping

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";
     
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"

      encodingStyle="" 
      qname="wsa:EndpointReference" 
     
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
     
type="java:org.apache.axis.message.addressing.EndpointReferenceType"/>

 <typeMapping

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";

     
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"

      encodingStyle="" 
      qname="wsa:ReferencePropertiesType" 
     
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"

     
type="java:org.apache.axis.message.addressing.ReferencePropertiesType"/>

 <typeMapping 

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";
     
deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory"

      encodingStyle="" 
      qname="wsa:Address" 
     
serializer="org.apache.axis.encoding.ser.SimpleSerializerFactory"

     
type="java:org.apache.axis.message.addressing.Address"/>

 <typeMapping 

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";
     
deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory"

      encodingStyle="" 
      qname="wsa:PortType" 
     
serializer="org.apache.axis.encoding.ser.SimpleSerializerFactory"

     
type="java:org.apache.axis.message.addressing.PortType"
/>

 <typeMapping 

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";
     
deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory"

      encodingStyle="" 
      qname="wsa:ServiceNameType" 
     
serializer="org.apache.axis.encoding.ser.SimpleSerializerFactory"

     
type="java:org.apache.axis.message.addressing.ServiceNameType"
/>

</deployment>


Some idea?

Thanks very much in advance
Regards




 --- Dasarath Weeratunge <[EMAIL PROTECTED]>
escribió:

> 
> 
> ----- Forwarded message from Dasarath Weeratunge
> <[EMAIL PROTECTED]> -----
>     Date: Thu, 16 Mar 2006 15:24:50 -0500
>     From: Dasarath Weeratunge <[EMAIL PROTECTED]>
> Reply-To: Dasarath Weeratunge <[EMAIL PROTECTED]>
>  Subject: Re: A problem with InitiatorApp.java
>       To: Ruben DF <[EMAIL PROTECTED]>
> 
> Quoting Ruben DF <[EMAIL PROTECTED]>:
> 
> Hope you read the first of the 2 mails I just
> posted. You don't have the 
> addressing headers in your request!
> 
> > ok, then...what happens? why does not WS register
> in
> > the coordinator? I've followed the userguide
> > carefully.
> > 
> > I dont know what the problem is.
> > 
> > thanks in advance
> > 
> >  --- Dasarath Weeratunge <[EMAIL PROTECTED]>
> > escribió:
> > 
> > > Quoting Ruben DF <[EMAIL PROTECTED]>:
> > > 
> > > > 
> > > > it only appears this when I execute
> InitiatorApp:
> > > > 
> > > > [CallbackRegistry] registerCallback: timeout=
> > > 180000
> > > > 
> > > > Well,After a few minutes, It appears this in
> > > tomcat
> > > > console:
> > > > 
> > > >
> org.apache.kandula.coordinator.TimedOutException
> > > >         at
> > > >
> > >
> >
>
org.apache.kandula.coordinator.at.ATCoordinatorImpl.timeout
> > > (ATCoordinatorImpl.java:487)
> > > >         at
> > > >
> > >
> >
>
org.apache.kandula.coordinator.CallbackRegistry$1.run
> > > (CallbackRegistry.java:62)
> > > >         at
> java.util.TimerThread.mainLoop(Timer.java:512)
> > > >         at java.util.TimerThread.run(Timer.java:462)
> > > > 
> > > > What happens? you know it?
> > > > 
> > > 
> > > this is OK. The coordinator simply timeout after
> > > 3min. whenever a callback 
> > > (e.g. the coordinator object) is registered a
> > > timeout is set so that things 
> > > don't hang forever.
> > > 
> > >
> >
>
---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > 
> > > 
> > 
> > 
> > 
> >             
> > ______________________________________________ 
> > LLama Gratis a cualquier PC del Mundo. 
> > Llamadas a fijos y móviles desde 1 céntimo por
> minuto. 
> > http://es.voice.yahoo.com
> > 
> 
> 
> 
> ----- End forwarded message -----
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to