You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by Jaliya Ekanayake <jn...@gmail.com> on 2006/07/14 16:43:09 UTC

Re: kandula and sandesha

Please take a new checkout and use that build for Sandesha.

-Jaliya

----- Original Message ----- 
  From: Valerio Vianello 
  To: Dasarath Weeratunge ; kandula-dev@ws.apache.org 
  Sent: Friday, July 14, 2006 5:53 AM
  Subject: Re: kandula and sandesha


  I have modified the soap action  in the wsdd file of the service in this way:

  <service name="Coordinatore" provider="java:RPC">


  <parameter name="wsdlTargetNamespace" value="urn:kandulaClient/Coordinatore"/>

  <parameter name="wsdlServiceElement" value="CoordinatoreService"/>

  <parameter name="wsdlServicePort" value="Coordinatore"/>

  <parameter name="className" value="kandulaClient.Coordinatore"/>

  <parameter name="wsdlPortType" value="Coordinatore"/>

  <parameter name="typeMappingVersion" value="1.2"/>

  <operation name="avvia" qname="operNS:avvia" xmlns:operNS="urn:kandula/Coordinatore" soapAction="http://localhost:8080/axis/services/kandulaClient#avvia" >

  <parameter qname="in0" type="tns:int" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>

  </operation>


  <parameter name="allowedMethods" value="*"/>


  </service>

  and dosn't work.

  What do you mean when you say "modify the stubs" ?

  do I have to modify the client-config file too ?? 

  thanks valerio


  ----- Original Message ----- 
  From: "Dasarath Weeratunge" <dw...@purdue.edu>
  To: <ka...@ws.apache.org>
  Sent: Friday, July 14, 2006 6:59 AM
  Subject: Re: kandula and sandesha


  > Quoting Valerio Vianello <va...@yahoo.it>:
  > 
  >> Thanks,
  >> but I don't know how I can modify the soap action ...
  > 
  > Just modify the stubs. I'm not sure whether modifying the WSDL will work.
  > 
  > thanks,
  > --dasarath
  > 
  >> 

Re: kandula and sandesha

Posted by Valerio Vianello <va...@yahoo.it>.
Hi, Jaliya thanks a lot,

You are right I didn' t used maven clean command and that was the problem.

Now that I have put a new sandesha jar file in axis lib the problem has chenged, infact I got the following output :

[CallbackRegistry] registerCallback: timeout= 180000
[ATCoordinatorImpl] timeout ACTIVE
org.apache.kandula.coordinator.TimedOutException
 at org.apache.kandula.coordinator.at.ATCoordinatorImpl.timeout(ATCoordinatorImpl.java:626)
 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)
catch  CoordinatoreInvoke-> Inactivity Timeout Reached, No Response from the Server
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: Inactivity Timeout Reached, No Response from the Server
 faultActor: 
 faultNode: 
 faultDetail: 
 {http://xml.apache.org/axis/}stackTrace:Inactivity Timeout Reached, No Response from the Server
 at org.apache.sandesha.client.RMSender.invoke(RMSender.java:125)
 at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)

.....


I have used the same client-config wsdd file as I did before, that is:



<deployment name="defaultClientConfig"

xmlns="http://xml.apache.org/axis/wsdd/"

xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

<globalConfiguration>

<parameter name="adminPassword" value="admin"/>

<parameter name="enableNamespacePrefixOptimization" value="true"/>

<parameter name="disablePrettyXML" value="true"/>

<parameter name="sendMultiRefs" value="true"/>

<parameter name="sendXsiTypes" value="true"/>

<parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>

<parameter name="sendXMLDeclaration" 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>

<handler name="RMSender" type="java:org.apache.sandesha.client.RMSender"/>

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

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

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

<transport name="RMTransport" pivot="RMSender"/>

<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>


 


  ----- Original Message ----- 
  From: Jaliya Ekanayake 
  To: Valerio Vianello ; Jaliya Ekanayake 
  Sent: Saturday, July 15, 2006 11:09 PM
  Subject: Re: kandula and sandesha


  Hi, Valero,

  Can't be. I just checked and it is working. If you update the source using svn update use the command 

  maven clean 

  to clean the old classes. Then use 

  maven to build. It should work.

  Thanks,
  -Jaliya

    ----- Original Message ----- 
    From: Valerio Vianello 
    To: Jaliya Ekanayake 
    Sent: Saturday, July 15, 2006 11:30 AM
    Subject: Re: kandula and sandesha


    As always thanks a lot for your reply!

    I've redone the checkout and the maven command but it failed again.
    this is the output I got:

     __  __
    |  \/  |__ _Apache__ ___
    | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
    |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

    Sto tentando il download di addressing-SNAPSHOT.jar.
    Error retrieving artifact from [ http://cvs.apache.org/repository/addressing/jar
    s/addressing-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; stat
    us code was: 302
    Artifact /addressing/jars/addressing-SNAPSHOT.jar doesn't exists in remote repos
    itory, but it exists locally
    build:start:

    java:prepare-filesystem:
        [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
    get\classes

    java:compile:
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [echo] Compiling to C:\Documents and Settings\Valerio\sand\sandesha_1_0/targ
    et/classes
        [echo]
    ==========================================================

      NOTE: Targetting JVM 1.4, classes
      will not run on earlier JVMs

    ==========================================================

        [javac] Compiling 68 source files to C:\Documents and Settings\Valerio\sand\
    sandesha_1_0\target\classes

    java:jar-resources:

    test:prepare-filesystem:
        [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
    get\test-classes
        [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
    get\test-reports

    test:test-resources:
    Copying 9 files to C:\Documents and Settings\Valerio\sand\sandesha_1_0\target\te
    st-classes

    test:compile:
        [javac] Compiling 7 source files to C:\Documents and Settings\Valerio\sand\s
    andesha_1_0\target\test-classes

    test:test:
        [junit] Running org.apache.sandesha.intergratedtest.TCScenarioTest
              Synchronous Ping Test Started
              Synchronous Ping Test Finished
              Asynchronous Ping Test Started
              Echo(Sync Ack) Test Started
              Echo(Aync Ack) Test Started
              Echo and Ping Combined Test Started
        [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 963,175 sec
        [junit] [ERROR] TEST org.apache.sandesha.intergratedtest.TCScenarioTest FAIL
    ED
        [junit] Running org.apache.sandesha.server.TCMessageValidator
        [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,432 sec
        [junit] Running org.apache.sandesha.storage.TCClientStorageManager
        [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12,718 sec
        [junit] Running org.apache.sandesha.storage.TCServerStorageManager
        [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12,709 sec

    BUILD FAILED
    File...... C:\Documents and Settings\Valerio\.maven\cache\maven-test-plugin-1.6.
    2\plugin.jelly
    Element... fail
    Line...... 181
    Column.... 54
    There were test failures.
    Total time: 17 minutes 8 seconds
    Finished at: Sat Jul 15 12:35:51 CEST 2006

    I also tried to create the sandesha jar file using ant with the classes folder in the target folder and I run my example but I got an error from the RMSender.

    Thanks in advance!
    Valerio



      ----- Original Message ----- 
      From: Jaliya Ekanayake 
      To: Valerio Vianello ; Jaliya Ekanayake ; sandesha-dev@ws.apache.org 
      Sent: Friday, July 14, 2006 6:21 PM
      Subject: Re: kandula and sandesha


      Oops, please checkout now. I have missed cheking in some code.

      Thanks,
      Jaliya

Re: kandula and sandesha

Posted by Valerio Vianello <va...@yahoo.it>.
Hi, Jaliya thanks a lot,

You are right I didn' t used maven clean command and that was the problem.

Now that I have put a new sandesha jar file in axis lib the problem has chenged, infact I got the following output :

[CallbackRegistry] registerCallback: timeout= 180000
[ATCoordinatorImpl] timeout ACTIVE
org.apache.kandula.coordinator.TimedOutException
 at org.apache.kandula.coordinator.at.ATCoordinatorImpl.timeout(ATCoordinatorImpl.java:626)
 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)
catch  CoordinatoreInvoke-> Inactivity Timeout Reached, No Response from the Server
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: Inactivity Timeout Reached, No Response from the Server
 faultActor: 
 faultNode: 
 faultDetail: 
 {http://xml.apache.org/axis/}stackTrace:Inactivity Timeout Reached, No Response from the Server
 at org.apache.sandesha.client.RMSender.invoke(RMSender.java:125)
 at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)

.....


I have used the same client-config wsdd file as I did before, that is:



<deployment name="defaultClientConfig"

xmlns="http://xml.apache.org/axis/wsdd/"

xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

<globalConfiguration>

<parameter name="adminPassword" value="admin"/>

<parameter name="enableNamespacePrefixOptimization" value="true"/>

<parameter name="disablePrettyXML" value="true"/>

<parameter name="sendMultiRefs" value="true"/>

<parameter name="sendXsiTypes" value="true"/>

<parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>

<parameter name="sendXMLDeclaration" 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>

<handler name="RMSender" type="java:org.apache.sandesha.client.RMSender"/>

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

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

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

<transport name="RMTransport" pivot="RMSender"/>

<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>


 


  ----- Original Message ----- 
  From: Jaliya Ekanayake 
  To: Valerio Vianello ; Jaliya Ekanayake 
  Sent: Saturday, July 15, 2006 11:09 PM
  Subject: Re: kandula and sandesha


  Hi, Valero,

  Can't be. I just checked and it is working. If you update the source using svn update use the command 

  maven clean 

  to clean the old classes. Then use 

  maven to build. It should work.

  Thanks,
  -Jaliya

    ----- Original Message ----- 
    From: Valerio Vianello 
    To: Jaliya Ekanayake 
    Sent: Saturday, July 15, 2006 11:30 AM
    Subject: Re: kandula and sandesha


    As always thanks a lot for your reply!

    I've redone the checkout and the maven command but it failed again.
    this is the output I got:

     __  __
    |  \/  |__ _Apache__ ___
    | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
    |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

    Sto tentando il download di addressing-SNAPSHOT.jar.
    Error retrieving artifact from [ http://cvs.apache.org/repository/addressing/jar
    s/addressing-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; stat
    us code was: 302
    Artifact /addressing/jars/addressing-SNAPSHOT.jar doesn't exists in remote repos
    itory, but it exists locally
    build:start:

    java:prepare-filesystem:
        [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
    get\classes

    java:compile:
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [echo] Compiling to C:\Documents and Settings\Valerio\sand\sandesha_1_0/targ
    et/classes
        [echo]
    ==========================================================

      NOTE: Targetting JVM 1.4, classes
      will not run on earlier JVMs

    ==========================================================

        [javac] Compiling 68 source files to C:\Documents and Settings\Valerio\sand\
    sandesha_1_0\target\classes

    java:jar-resources:

    test:prepare-filesystem:
        [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
    get\test-classes
        [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
    get\test-reports

    test:test-resources:
    Copying 9 files to C:\Documents and Settings\Valerio\sand\sandesha_1_0\target\te
    st-classes

    test:compile:
        [javac] Compiling 7 source files to C:\Documents and Settings\Valerio\sand\s
    andesha_1_0\target\test-classes

    test:test:
        [junit] Running org.apache.sandesha.intergratedtest.TCScenarioTest
              Synchronous Ping Test Started
              Synchronous Ping Test Finished
              Asynchronous Ping Test Started
              Echo(Sync Ack) Test Started
              Echo(Aync Ack) Test Started
              Echo and Ping Combined Test Started
        [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 963,175 sec
        [junit] [ERROR] TEST org.apache.sandesha.intergratedtest.TCScenarioTest FAIL
    ED
        [junit] Running org.apache.sandesha.server.TCMessageValidator
        [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,432 sec
        [junit] Running org.apache.sandesha.storage.TCClientStorageManager
        [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12,718 sec
        [junit] Running org.apache.sandesha.storage.TCServerStorageManager
        [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12,709 sec

    BUILD FAILED
    File...... C:\Documents and Settings\Valerio\.maven\cache\maven-test-plugin-1.6.
    2\plugin.jelly
    Element... fail
    Line...... 181
    Column.... 54
    There were test failures.
    Total time: 17 minutes 8 seconds
    Finished at: Sat Jul 15 12:35:51 CEST 2006

    I also tried to create the sandesha jar file using ant with the classes folder in the target folder and I run my example but I got an error from the RMSender.

    Thanks in advance!
    Valerio



      ----- Original Message ----- 
      From: Jaliya Ekanayake 
      To: Valerio Vianello ; Jaliya Ekanayake ; sandesha-dev@ws.apache.org 
      Sent: Friday, July 14, 2006 6:21 PM
      Subject: Re: kandula and sandesha


      Oops, please checkout now. I have missed cheking in some code.

      Thanks,
      Jaliya

Re: kandula and sandesha

Posted by Valerio Vianello <va...@yahoo.it>.
Hi, Jaliya thanks a lot,

You are right I didn' t used maven clean command and that was the problem.

Now that I have put a new sandesha jar file in axis lib the problem has chenged, infact I got the following output :

[CallbackRegistry] registerCallback: timeout= 180000
[ATCoordinatorImpl] timeout ACTIVE
org.apache.kandula.coordinator.TimedOutException
 at org.apache.kandula.coordinator.at.ATCoordinatorImpl.timeout(ATCoordinatorImpl.java:626)
 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)
catch  CoordinatoreInvoke-> Inactivity Timeout Reached, No Response from the Server
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: Inactivity Timeout Reached, No Response from the Server
 faultActor: 
 faultNode: 
 faultDetail: 
 {http://xml.apache.org/axis/}stackTrace:Inactivity Timeout Reached, No Response from the Server
 at org.apache.sandesha.client.RMSender.invoke(RMSender.java:125)
 at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)

.....


I have used the same client-config wsdd file as I did before, that is:



<deployment name="defaultClientConfig"

xmlns="http://xml.apache.org/axis/wsdd/"

xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

<globalConfiguration>

<parameter name="adminPassword" value="admin"/>

<parameter name="enableNamespacePrefixOptimization" value="true"/>

<parameter name="disablePrettyXML" value="true"/>

<parameter name="sendMultiRefs" value="true"/>

<parameter name="sendXsiTypes" value="true"/>

<parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>

<parameter name="sendXMLDeclaration" 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>

<handler name="RMSender" type="java:org.apache.sandesha.client.RMSender"/>

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

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

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

<transport name="RMTransport" pivot="RMSender"/>

<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>


 


  ----- Original Message ----- 
  From: Jaliya Ekanayake 
  To: Valerio Vianello ; Jaliya Ekanayake 
  Sent: Saturday, July 15, 2006 11:09 PM
  Subject: Re: kandula and sandesha


  Hi, Valero,

  Can't be. I just checked and it is working. If you update the source using svn update use the command 

  maven clean 

  to clean the old classes. Then use 

  maven to build. It should work.

  Thanks,
  -Jaliya

    ----- Original Message ----- 
    From: Valerio Vianello 
    To: Jaliya Ekanayake 
    Sent: Saturday, July 15, 2006 11:30 AM
    Subject: Re: kandula and sandesha


    As always thanks a lot for your reply!

    I've redone the checkout and the maven command but it failed again.
    this is the output I got:

     __  __
    |  \/  |__ _Apache__ ___
    | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
    |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

    Sto tentando il download di addressing-SNAPSHOT.jar.
    Error retrieving artifact from [ http://cvs.apache.org/repository/addressing/jar
    s/addressing-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; stat
    us code was: 302
    Artifact /addressing/jars/addressing-SNAPSHOT.jar doesn't exists in remote repos
    itory, but it exists locally
    build:start:

    java:prepare-filesystem:
        [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
    get\classes

    java:compile:
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
    \target\classes
        [echo] Compiling to C:\Documents and Settings\Valerio\sand\sandesha_1_0/targ
    et/classes
        [echo]
    ==========================================================

      NOTE: Targetting JVM 1.4, classes
      will not run on earlier JVMs

    ==========================================================

        [javac] Compiling 68 source files to C:\Documents and Settings\Valerio\sand\
    sandesha_1_0\target\classes

    java:jar-resources:

    test:prepare-filesystem:
        [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
    get\test-classes
        [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
    get\test-reports

    test:test-resources:
    Copying 9 files to C:\Documents and Settings\Valerio\sand\sandesha_1_0\target\te
    st-classes

    test:compile:
        [javac] Compiling 7 source files to C:\Documents and Settings\Valerio\sand\s
    andesha_1_0\target\test-classes

    test:test:
        [junit] Running org.apache.sandesha.intergratedtest.TCScenarioTest
              Synchronous Ping Test Started
              Synchronous Ping Test Finished
              Asynchronous Ping Test Started
              Echo(Sync Ack) Test Started
              Echo(Aync Ack) Test Started
              Echo and Ping Combined Test Started
        [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 963,175 sec
        [junit] [ERROR] TEST org.apache.sandesha.intergratedtest.TCScenarioTest FAIL
    ED
        [junit] Running org.apache.sandesha.server.TCMessageValidator
        [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,432 sec
        [junit] Running org.apache.sandesha.storage.TCClientStorageManager
        [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12,718 sec
        [junit] Running org.apache.sandesha.storage.TCServerStorageManager
        [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12,709 sec

    BUILD FAILED
    File...... C:\Documents and Settings\Valerio\.maven\cache\maven-test-plugin-1.6.
    2\plugin.jelly
    Element... fail
    Line...... 181
    Column.... 54
    There were test failures.
    Total time: 17 minutes 8 seconds
    Finished at: Sat Jul 15 12:35:51 CEST 2006

    I also tried to create the sandesha jar file using ant with the classes folder in the target folder and I run my example but I got an error from the RMSender.

    Thanks in advance!
    Valerio



      ----- Original Message ----- 
      From: Jaliya Ekanayake 
      To: Valerio Vianello ; Jaliya Ekanayake ; sandesha-dev@ws.apache.org 
      Sent: Friday, July 14, 2006 6:21 PM
      Subject: Re: kandula and sandesha


      Oops, please checkout now. I have missed cheking in some code.

      Thanks,
      Jaliya

Re: kandula and sandesha

Posted by Jaliya Ekanayake <jn...@gmail.com>.
Oops, please checkout now. I have missed cheking in some code.

Thanks,
Jaliya
  ----- Original Message ----- 
  From: Valerio Vianello 
  To: Jaliya Ekanayake ; sandesha-dev@ws.apache.org 
  Sent: Friday, July 14, 2006 11:51 AM
  Subject: Re: kandula and sandesha


  Thank you for your interest.

  I have checked out from https://svn.apache.org/repos/asf/webservices/sandesha/branches/sandesha_1_0/

  and I have digited maven command in root directory.

  in target directory created there is no sandesha jar a file neither ather jar files.

  I got the following output after maven command:

  C:\Documents and Settings\All Users\Documenti\valerio\sandesha_1_0>maven
   __  __
  |  \/  |__ _Apache__ ___
  | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
  |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

  Sto tentando il download di axis-1.2.jar.
  1562K downloaded
  Sto tentando il download di axis-jaxrpc-1.2.jar.
  31K downloaded
  Sto tentando il download di axis-saaj-1.2.jar.
  18K downloaded
  Sto tentando il download di axis-ant-1.2.jar.
  32K downloaded
  Sto tentando il download di axis-wsdl4j-1.2.jar.
  123K downloaded
  Sto tentando il download di addressing-SNAPSHOT.jar.
  Error retrieving artifact from [ http://cvs.apache.org/repository/addressing/jar
  s/addressing-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; stat
  us code was: 302
  Artifact /addressing/jars/addressing-SNAPSHOT.jar doesn't exists in remote repos
  itory, but it exists locally
  Sto tentando il download di log4j-1.2.8.jar.
  344K downloaded
  build:start:

  java:prepare-filesystem:
      [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
  andesha_1_0\target\classes

  java:compile:
      [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
  io\sandesha_1_0\target\classes
      [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
  io\sandesha_1_0\target\classes
      [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
  io\sandesha_1_0\target\classes
      [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
  io\sandesha_1_0\target\classes
      [echo] Compiling to C:\Documents and Settings\All Users\Documenti\valerio\sa
  ndesha_1_0/target/classes
      [echo]
  ==========================================================

    NOTE: Targetting JVM 1.4, classes
    will not run on earlier JVMs

  ==========================================================

      [javac] Warning: org\apache\sandesha\client\ClientHandlerUtil.java modified
  in the future.
      [javac] Warning: org\apache\sandesha\client\ClientListener.java modified in
  the future.
      [javac] Warning: org\apache\sandesha\client\ClientPropertyValidator.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\client\ClientStorageManager.java modifi
  ed in the future.
      [javac] Warning: org\apache\sandesha\client\RMSender.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\client\RMService.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\Constants.java modified in the future.
      [javac] Warning: org\apache\sandesha\EnvelopeCreator.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\IStorageManager.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\RMMessageContext.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\RMReport.java modified in the future.
      [javac] Warning: org\apache\sandesha\RMTransport.java modified in the future
  .
      [javac] Warning: org\apache\sandesha\SandeshaContext.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\server\DelegateInvokeHandler.java modif
  ied in the future.
      [javac] Warning: org\apache\sandesha\server\InvokeHandler.java modified in t
  he future.
      [javac] Warning: org\apache\sandesha\server\InvokerFactory.java modified in
  the future.
      [javac] Warning: org\apache\sandesha\server\InvokeStrategy.java modified in
  the future.
      [javac] Warning: org\apache\sandesha\server\MessageValidator.java modified i
  n the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\AcknowledgementPro
  cessor.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\CompositeProcessor
  .java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\CreateSequenceProc
  essor.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\CreateSequenceResp
  onseProcessor.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\FaultProcessor.jav
  a modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\IRMMessageProcesso
  r.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\TerminateSequenceP
  rocessor.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\RMInvokerWork.java modified in t
  he future.
      [javac] Warning: org\apache\sandesha\server\RMMessageProcessorIdentifier.jav
  a modified in the future.
      [javac] Warning: org\apache\sandesha\server\Sender.java modified in the futu
  re.
      [javac] Warning: org\apache\sandesha\server\SenderWorker.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\server\ServerStorageManager.java modifi
  ed in the future.
      [javac] Warning: org\apache\sandesha\server\ThreadPoolInvokeStrategy.java mo
  dified in the future.
      [javac] Warning: org\apache\sandesha\storage\Callback.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\storage\CallbackData.java modified in t
  he future.
      [javac] Warning: org\apache\sandesha\storage\dao\ISandeshaDAO.java modified
  in the future.
      [javac] Warning: org\apache\sandesha\storage\dao\SandeshaDAOFactory.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\dao\SandeshaDatabaseDAO.java mo
  dified in the future.
      [javac] Warning: org\apache\sandesha\storage\dao\SandeshaQueueDAO.java modif
  ied in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\AbstractSequence.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\IncomingSequence.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\OutgoingSequence.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\QueueException.java modif
  ied in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\SandeshaQueue.java modifi
  ed in the future.
      [javac] Warning: org\apache\sandesha\util\HandlerDesc.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\util\HandlerParam.java modified in the
  future.
      [javac] Warning: org\apache\sandesha\util\PolicyLoader.java modified in the
  future.
      [javac] Warning: org\apache\sandesha\util\PropertyLoader.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\util\RMMessageCreator.java modified in
  the future.
      [javac] Warning: org\apache\sandesha\ws\rm\Accept.java modified in the futur
  e.
      [javac] Warning: org\apache\sandesha\ws\rm\AcknowledgementRange.java modifie
  d in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\AckRequested.java modified in the
   future.
      [javac] Warning: org\apache\sandesha\ws\rm\AcksTo.java modified in the futur
  e.
      [javac] Warning: org\apache\sandesha\ws\rm\CreateSequence.java modified in t
  he future.
      [javac] Warning: org\apache\sandesha\ws\rm\CreateSequenceResponse.java modif
  ied in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\FaultCode.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\ws\rm\handlers\RMServerRequestHandler.j
  ava modified in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\Identifier.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\ws\rm\IRmElement.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\ws\rm\LastMessage.java modified in the
  future.
      [javac] Warning: org\apache\sandesha\ws\rm\MessageNumber.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\ws\rm\Nack.java modified in the future.

      [javac] Warning: org\apache\sandesha\ws\rm\providers\RMClientProvider.java m
  odified in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\providers\RMProvider.java modifie
  d in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\RMHeaders.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\ws\rm\Sequence.java modified in the fut
  ure.
      [javac] Warning: org\apache\sandesha\ws\rm\SequenceAcknowledgement.java modi
  fied in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\SequenceFault.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\ws\rm\SequenceOffer.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\ws\rm\TerminateSequence.java modified i
  n the future.
      [javac] Compiling 68 source files to C:\Documents and Settings\All Users\Doc
  umenti\valerio\sandesha_1_0\target\classes

  java:jar-resources:
  Warning: commons-logging.properties modified in the future.
  Warning: log4j.properties modified in the future.
  Warning: sandesha.properties modified in the future.
  Copying 3 files to C:\Documents and Settings\All Users\Documenti\valerio\sandesh
  a_1_0\target\classes

  test:prepare-filesystem:
      [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
  andesha_1_0\target\test-classes
      [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
  andesha_1_0\target\test-reports

  test:test-resources:
  Warning: client-config.wsdd modified in the future.
  Warning: server\validation\CreateSeqRequest.xml modified in the future.
  Warning: server\validation\MsgNo1Correct.xml modified in the future.
  Warning: server\validation\MsgNoRollOver.xml modified in the future.
  Warning: server\validation\NoAddrHeadersMsg.xml modified in the future.
  Warning: server\validation\NoMessageIDMsg.xml modified in the future.
  Warning: server\validation\NoRMHeadersMsg.xml modified in the future.
  Warning: server\validation\UnknownSequenceMsg.xml modified in the future.
  Warning: server-config.wsdd modified in the future.
  Copying 9 files to C:\Documents and Settings\All Users\Documenti\valerio\sandesh
  a_1_0\target\test-classes

  test:compile:
      [javac] Warning: org\apache\sandesha\AbstractTestCase.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\intergratedtest\RMTestService.java modi
  fied in the future.
      [javac] Warning: org\apache\sandesha\intergratedtest\TCScenarioTest.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\server\TCMessageValidator.java modified
   in the future.
      [javac] Warning: org\apache\sandesha\SimpleServerImpl.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\storage\TCClientStorageManager.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\TCServerStorageManager.java mod
  ified in the future.
      [javac] Compiling 7 source files to C:\Documents and Settings\All Users\Docu
  menti\valerio\sandesha_1_0\target\test-classes

  test:test:
      [junit] Running org.apache.sandesha.intergratedtest.TCScenarioTest
            Synchronous Ping Test Started
            Synchronous Ping Test Finished
            Asynchronous Ping Test Started
            Echo(Sync Ack) Test Started
            Echo(Aync Ack) Test Started
            Echo and Ping Combined Test Started
      [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 963,125 sec
      [junit] [ERROR] TEST org.apache.sandesha.intergratedtest.TCScenarioTest FAIL
  ED
      [junit] Running org.apache.sandesha.server.TCMessageValidator
      [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,873 sec
      [junit] Running org.apache.sandesha.storage.TCClientStorageManager
      [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12,748 sec
      [junit] Running org.apache.sandesha.storage.TCServerStorageManager
      [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12,729 sec

  BUILD FAILED
  File...... C:\Documents and Settings\Valerio\.maven\cache\maven-test-plugin-1.6.
  2\plugin.jelly
  Element... fail
  Line...... 181
  Column.... 54
  There were test failures.
  Total time: 17 minutes 10 seconds
  Finished at: Fri Jul 14 17:42:21 CEST 2006

  What's wrongs ???

  thanks Valerio.
    ----- Original Message ----- 
    From: Jaliya Ekanayake 
    To: Valerio Vianello ; Dasarath Weeratunge 
    Cc: sandesha-dev@ws.apache.org 
    Sent: Friday, July 14, 2006 4:43 PM
    Subject: Re: kandula and sandesha


    Please take a new checkout and use that build for Sandesha.

    -Jaliya

Re: kandula and sandesha

Posted by Jaliya Ekanayake <jn...@gmail.com>.
Oops, please checkout now. I have missed cheking in some code.

Thanks,
Jaliya
  ----- Original Message ----- 
  From: Valerio Vianello 
  To: Jaliya Ekanayake ; sandesha-dev@ws.apache.org 
  Sent: Friday, July 14, 2006 11:51 AM
  Subject: Re: kandula and sandesha


  Thank you for your interest.

  I have checked out from https://svn.apache.org/repos/asf/webservices/sandesha/branches/sandesha_1_0/

  and I have digited maven command in root directory.

  in target directory created there is no sandesha jar a file neither ather jar files.

  I got the following output after maven command:

  C:\Documents and Settings\All Users\Documenti\valerio\sandesha_1_0>maven
   __  __
  |  \/  |__ _Apache__ ___
  | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
  |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

  Sto tentando il download di axis-1.2.jar.
  1562K downloaded
  Sto tentando il download di axis-jaxrpc-1.2.jar.
  31K downloaded
  Sto tentando il download di axis-saaj-1.2.jar.
  18K downloaded
  Sto tentando il download di axis-ant-1.2.jar.
  32K downloaded
  Sto tentando il download di axis-wsdl4j-1.2.jar.
  123K downloaded
  Sto tentando il download di addressing-SNAPSHOT.jar.
  Error retrieving artifact from [ http://cvs.apache.org/repository/addressing/jar
  s/addressing-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; stat
  us code was: 302
  Artifact /addressing/jars/addressing-SNAPSHOT.jar doesn't exists in remote repos
  itory, but it exists locally
  Sto tentando il download di log4j-1.2.8.jar.
  344K downloaded
  build:start:

  java:prepare-filesystem:
      [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
  andesha_1_0\target\classes

  java:compile:
      [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
  io\sandesha_1_0\target\classes
      [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
  io\sandesha_1_0\target\classes
      [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
  io\sandesha_1_0\target\classes
      [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
  io\sandesha_1_0\target\classes
      [echo] Compiling to C:\Documents and Settings\All Users\Documenti\valerio\sa
  ndesha_1_0/target/classes
      [echo]
  ==========================================================

    NOTE: Targetting JVM 1.4, classes
    will not run on earlier JVMs

  ==========================================================

      [javac] Warning: org\apache\sandesha\client\ClientHandlerUtil.java modified
  in the future.
      [javac] Warning: org\apache\sandesha\client\ClientListener.java modified in
  the future.
      [javac] Warning: org\apache\sandesha\client\ClientPropertyValidator.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\client\ClientStorageManager.java modifi
  ed in the future.
      [javac] Warning: org\apache\sandesha\client\RMSender.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\client\RMService.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\Constants.java modified in the future.
      [javac] Warning: org\apache\sandesha\EnvelopeCreator.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\IStorageManager.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\RMMessageContext.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\RMReport.java modified in the future.
      [javac] Warning: org\apache\sandesha\RMTransport.java modified in the future
  .
      [javac] Warning: org\apache\sandesha\SandeshaContext.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\server\DelegateInvokeHandler.java modif
  ied in the future.
      [javac] Warning: org\apache\sandesha\server\InvokeHandler.java modified in t
  he future.
      [javac] Warning: org\apache\sandesha\server\InvokerFactory.java modified in
  the future.
      [javac] Warning: org\apache\sandesha\server\InvokeStrategy.java modified in
  the future.
      [javac] Warning: org\apache\sandesha\server\MessageValidator.java modified i
  n the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\AcknowledgementPro
  cessor.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\CompositeProcessor
  .java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\CreateSequenceProc
  essor.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\CreateSequenceResp
  onseProcessor.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\FaultProcessor.jav
  a modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\IRMMessageProcesso
  r.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\msgprocessors\TerminateSequenceP
  rocessor.java modified in the future.
      [javac] Warning: org\apache\sandesha\server\RMInvokerWork.java modified in t
  he future.
      [javac] Warning: org\apache\sandesha\server\RMMessageProcessorIdentifier.jav
  a modified in the future.
      [javac] Warning: org\apache\sandesha\server\Sender.java modified in the futu
  re.
      [javac] Warning: org\apache\sandesha\server\SenderWorker.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\server\ServerStorageManager.java modifi
  ed in the future.
      [javac] Warning: org\apache\sandesha\server\ThreadPoolInvokeStrategy.java mo
  dified in the future.
      [javac] Warning: org\apache\sandesha\storage\Callback.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\storage\CallbackData.java modified in t
  he future.
      [javac] Warning: org\apache\sandesha\storage\dao\ISandeshaDAO.java modified
  in the future.
      [javac] Warning: org\apache\sandesha\storage\dao\SandeshaDAOFactory.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\dao\SandeshaDatabaseDAO.java mo
  dified in the future.
      [javac] Warning: org\apache\sandesha\storage\dao\SandeshaQueueDAO.java modif
  ied in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\AbstractSequence.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\IncomingSequence.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\OutgoingSequence.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\QueueException.java modif
  ied in the future.
      [javac] Warning: org\apache\sandesha\storage\queue\SandeshaQueue.java modifi
  ed in the future.
      [javac] Warning: org\apache\sandesha\util\HandlerDesc.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\util\HandlerParam.java modified in the
  future.
      [javac] Warning: org\apache\sandesha\util\PolicyLoader.java modified in the
  future.
      [javac] Warning: org\apache\sandesha\util\PropertyLoader.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\util\RMMessageCreator.java modified in
  the future.
      [javac] Warning: org\apache\sandesha\ws\rm\Accept.java modified in the futur
  e.
      [javac] Warning: org\apache\sandesha\ws\rm\AcknowledgementRange.java modifie
  d in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\AckRequested.java modified in the
   future.
      [javac] Warning: org\apache\sandesha\ws\rm\AcksTo.java modified in the futur
  e.
      [javac] Warning: org\apache\sandesha\ws\rm\CreateSequence.java modified in t
  he future.
      [javac] Warning: org\apache\sandesha\ws\rm\CreateSequenceResponse.java modif
  ied in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\FaultCode.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\ws\rm\handlers\RMServerRequestHandler.j
  ava modified in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\Identifier.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\ws\rm\IRmElement.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\ws\rm\LastMessage.java modified in the
  future.
      [javac] Warning: org\apache\sandesha\ws\rm\MessageNumber.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\ws\rm\Nack.java modified in the future.

      [javac] Warning: org\apache\sandesha\ws\rm\providers\RMClientProvider.java m
  odified in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\providers\RMProvider.java modifie
  d in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\RMHeaders.java modified in the fu
  ture.
      [javac] Warning: org\apache\sandesha\ws\rm\Sequence.java modified in the fut
  ure.
      [javac] Warning: org\apache\sandesha\ws\rm\SequenceAcknowledgement.java modi
  fied in the future.
      [javac] Warning: org\apache\sandesha\ws\rm\SequenceFault.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\ws\rm\SequenceOffer.java modified in th
  e future.
      [javac] Warning: org\apache\sandesha\ws\rm\TerminateSequence.java modified i
  n the future.
      [javac] Compiling 68 source files to C:\Documents and Settings\All Users\Doc
  umenti\valerio\sandesha_1_0\target\classes

  java:jar-resources:
  Warning: commons-logging.properties modified in the future.
  Warning: log4j.properties modified in the future.
  Warning: sandesha.properties modified in the future.
  Copying 3 files to C:\Documents and Settings\All Users\Documenti\valerio\sandesh
  a_1_0\target\classes

  test:prepare-filesystem:
      [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
  andesha_1_0\target\test-classes
      [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
  andesha_1_0\target\test-reports

  test:test-resources:
  Warning: client-config.wsdd modified in the future.
  Warning: server\validation\CreateSeqRequest.xml modified in the future.
  Warning: server\validation\MsgNo1Correct.xml modified in the future.
  Warning: server\validation\MsgNoRollOver.xml modified in the future.
  Warning: server\validation\NoAddrHeadersMsg.xml modified in the future.
  Warning: server\validation\NoMessageIDMsg.xml modified in the future.
  Warning: server\validation\NoRMHeadersMsg.xml modified in the future.
  Warning: server\validation\UnknownSequenceMsg.xml modified in the future.
  Warning: server-config.wsdd modified in the future.
  Copying 9 files to C:\Documents and Settings\All Users\Documenti\valerio\sandesh
  a_1_0\target\test-classes

  test:compile:
      [javac] Warning: org\apache\sandesha\AbstractTestCase.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\intergratedtest\RMTestService.java modi
  fied in the future.
      [javac] Warning: org\apache\sandesha\intergratedtest\TCScenarioTest.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\server\TCMessageValidator.java modified
   in the future.
      [javac] Warning: org\apache\sandesha\SimpleServerImpl.java modified in the f
  uture.
      [javac] Warning: org\apache\sandesha\storage\TCClientStorageManager.java mod
  ified in the future.
      [javac] Warning: org\apache\sandesha\storage\TCServerStorageManager.java mod
  ified in the future.
      [javac] Compiling 7 source files to C:\Documents and Settings\All Users\Docu
  menti\valerio\sandesha_1_0\target\test-classes

  test:test:
      [junit] Running org.apache.sandesha.intergratedtest.TCScenarioTest
            Synchronous Ping Test Started
            Synchronous Ping Test Finished
            Asynchronous Ping Test Started
            Echo(Sync Ack) Test Started
            Echo(Aync Ack) Test Started
            Echo and Ping Combined Test Started
      [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 963,125 sec
      [junit] [ERROR] TEST org.apache.sandesha.intergratedtest.TCScenarioTest FAIL
  ED
      [junit] Running org.apache.sandesha.server.TCMessageValidator
      [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,873 sec
      [junit] Running org.apache.sandesha.storage.TCClientStorageManager
      [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12,748 sec
      [junit] Running org.apache.sandesha.storage.TCServerStorageManager
      [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12,729 sec

  BUILD FAILED
  File...... C:\Documents and Settings\Valerio\.maven\cache\maven-test-plugin-1.6.
  2\plugin.jelly
  Element... fail
  Line...... 181
  Column.... 54
  There were test failures.
  Total time: 17 minutes 10 seconds
  Finished at: Fri Jul 14 17:42:21 CEST 2006

  What's wrongs ???

  thanks Valerio.
    ----- Original Message ----- 
    From: Jaliya Ekanayake 
    To: Valerio Vianello ; Dasarath Weeratunge 
    Cc: sandesha-dev@ws.apache.org 
    Sent: Friday, July 14, 2006 4:43 PM
    Subject: Re: kandula and sandesha


    Please take a new checkout and use that build for Sandesha.

    -Jaliya

Re: kandula and sandesha

Posted by Valerio Vianello <va...@yahoo.it>.
Thank you for your interest.

I have checked out from https://svn.apache.org/repos/asf/webservices/sandesha/branches/sandesha_1_0/

and I have digited maven command in root directory.

in target directory created there is no sandesha jar a file neither ather jar files.

I got the following output after maven command:

C:\Documents and Settings\All Users\Documenti\valerio\sandesha_1_0>maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Sto tentando il download di axis-1.2.jar.
1562K downloaded
Sto tentando il download di axis-jaxrpc-1.2.jar.
31K downloaded
Sto tentando il download di axis-saaj-1.2.jar.
18K downloaded
Sto tentando il download di axis-ant-1.2.jar.
32K downloaded
Sto tentando il download di axis-wsdl4j-1.2.jar.
123K downloaded
Sto tentando il download di addressing-SNAPSHOT.jar.
Error retrieving artifact from [ http://cvs.apache.org/repository/addressing/jar
s/addressing-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; stat
us code was: 302
Artifact /addressing/jars/addressing-SNAPSHOT.jar doesn't exists in remote repos
itory, but it exists locally
Sto tentando il download di log4j-1.2.8.jar.
344K downloaded
build:start:

java:prepare-filesystem:
    [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
andesha_1_0\target\classes

java:compile:
    [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
io\sandesha_1_0\target\classes
    [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
io\sandesha_1_0\target\classes
    [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
io\sandesha_1_0\target\classes
    [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
io\sandesha_1_0\target\classes
    [echo] Compiling to C:\Documents and Settings\All Users\Documenti\valerio\sa
ndesha_1_0/target/classes
    [echo]
==========================================================

  NOTE: Targetting JVM 1.4, classes
  will not run on earlier JVMs

==========================================================

    [javac] Warning: org\apache\sandesha\client\ClientHandlerUtil.java modified
in the future.
    [javac] Warning: org\apache\sandesha\client\ClientListener.java modified in
the future.
    [javac] Warning: org\apache\sandesha\client\ClientPropertyValidator.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\client\ClientStorageManager.java modifi
ed in the future.
    [javac] Warning: org\apache\sandesha\client\RMSender.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\client\RMService.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\Constants.java modified in the future.
    [javac] Warning: org\apache\sandesha\EnvelopeCreator.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\IStorageManager.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\RMMessageContext.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\RMReport.java modified in the future.
    [javac] Warning: org\apache\sandesha\RMTransport.java modified in the future
.
    [javac] Warning: org\apache\sandesha\SandeshaContext.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\server\DelegateInvokeHandler.java modif
ied in the future.
    [javac] Warning: org\apache\sandesha\server\InvokeHandler.java modified in t
he future.
    [javac] Warning: org\apache\sandesha\server\InvokerFactory.java modified in
the future.
    [javac] Warning: org\apache\sandesha\server\InvokeStrategy.java modified in
the future.
    [javac] Warning: org\apache\sandesha\server\MessageValidator.java modified i
n the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\AcknowledgementPro
cessor.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\CompositeProcessor
.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\CreateSequenceProc
essor.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\CreateSequenceResp
onseProcessor.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\FaultProcessor.jav
a modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\IRMMessageProcesso
r.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\TerminateSequenceP
rocessor.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\RMInvokerWork.java modified in t
he future.
    [javac] Warning: org\apache\sandesha\server\RMMessageProcessorIdentifier.jav
a modified in the future.
    [javac] Warning: org\apache\sandesha\server\Sender.java modified in the futu
re.
    [javac] Warning: org\apache\sandesha\server\SenderWorker.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\server\ServerStorageManager.java modifi
ed in the future.
    [javac] Warning: org\apache\sandesha\server\ThreadPoolInvokeStrategy.java mo
dified in the future.
    [javac] Warning: org\apache\sandesha\storage\Callback.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\storage\CallbackData.java modified in t
he future.
    [javac] Warning: org\apache\sandesha\storage\dao\ISandeshaDAO.java modified
in the future.
    [javac] Warning: org\apache\sandesha\storage\dao\SandeshaDAOFactory.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\dao\SandeshaDatabaseDAO.java mo
dified in the future.
    [javac] Warning: org\apache\sandesha\storage\dao\SandeshaQueueDAO.java modif
ied in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\AbstractSequence.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\IncomingSequence.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\OutgoingSequence.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\QueueException.java modif
ied in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\SandeshaQueue.java modifi
ed in the future.
    [javac] Warning: org\apache\sandesha\util\HandlerDesc.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\util\HandlerParam.java modified in the
future.
    [javac] Warning: org\apache\sandesha\util\PolicyLoader.java modified in the
future.
    [javac] Warning: org\apache\sandesha\util\PropertyLoader.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\util\RMMessageCreator.java modified in
the future.
    [javac] Warning: org\apache\sandesha\ws\rm\Accept.java modified in the futur
e.
    [javac] Warning: org\apache\sandesha\ws\rm\AcknowledgementRange.java modifie
d in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\AckRequested.java modified in the
 future.
    [javac] Warning: org\apache\sandesha\ws\rm\AcksTo.java modified in the futur
e.
    [javac] Warning: org\apache\sandesha\ws\rm\CreateSequence.java modified in t
he future.
    [javac] Warning: org\apache\sandesha\ws\rm\CreateSequenceResponse.java modif
ied in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\FaultCode.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\ws\rm\handlers\RMServerRequestHandler.j
ava modified in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\Identifier.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\ws\rm\IRmElement.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\ws\rm\LastMessage.java modified in the
future.
    [javac] Warning: org\apache\sandesha\ws\rm\MessageNumber.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\ws\rm\Nack.java modified in the future.

    [javac] Warning: org\apache\sandesha\ws\rm\providers\RMClientProvider.java m
odified in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\providers\RMProvider.java modifie
d in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\RMHeaders.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\ws\rm\Sequence.java modified in the fut
ure.
    [javac] Warning: org\apache\sandesha\ws\rm\SequenceAcknowledgement.java modi
fied in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\SequenceFault.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\ws\rm\SequenceOffer.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\ws\rm\TerminateSequence.java modified i
n the future.
    [javac] Compiling 68 source files to C:\Documents and Settings\All Users\Doc
umenti\valerio\sandesha_1_0\target\classes

java:jar-resources:
Warning: commons-logging.properties modified in the future.
Warning: log4j.properties modified in the future.
Warning: sandesha.properties modified in the future.
Copying 3 files to C:\Documents and Settings\All Users\Documenti\valerio\sandesh
a_1_0\target\classes

test:prepare-filesystem:
    [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
andesha_1_0\target\test-classes
    [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
andesha_1_0\target\test-reports

test:test-resources:
Warning: client-config.wsdd modified in the future.
Warning: server\validation\CreateSeqRequest.xml modified in the future.
Warning: server\validation\MsgNo1Correct.xml modified in the future.
Warning: server\validation\MsgNoRollOver.xml modified in the future.
Warning: server\validation\NoAddrHeadersMsg.xml modified in the future.
Warning: server\validation\NoMessageIDMsg.xml modified in the future.
Warning: server\validation\NoRMHeadersMsg.xml modified in the future.
Warning: server\validation\UnknownSequenceMsg.xml modified in the future.
Warning: server-config.wsdd modified in the future.
Copying 9 files to C:\Documents and Settings\All Users\Documenti\valerio\sandesh
a_1_0\target\test-classes

test:compile:
    [javac] Warning: org\apache\sandesha\AbstractTestCase.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\intergratedtest\RMTestService.java modi
fied in the future.
    [javac] Warning: org\apache\sandesha\intergratedtest\TCScenarioTest.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\server\TCMessageValidator.java modified
 in the future.
    [javac] Warning: org\apache\sandesha\SimpleServerImpl.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\storage\TCClientStorageManager.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\TCServerStorageManager.java mod
ified in the future.
    [javac] Compiling 7 source files to C:\Documents and Settings\All Users\Docu
menti\valerio\sandesha_1_0\target\test-classes

test:test:
    [junit] Running org.apache.sandesha.intergratedtest.TCScenarioTest
          Synchronous Ping Test Started
          Synchronous Ping Test Finished
          Asynchronous Ping Test Started
          Echo(Sync Ack) Test Started
          Echo(Aync Ack) Test Started
          Echo and Ping Combined Test Started
    [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 963,125 sec
    [junit] [ERROR] TEST org.apache.sandesha.intergratedtest.TCScenarioTest FAIL
ED
    [junit] Running org.apache.sandesha.server.TCMessageValidator
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,873 sec
    [junit] Running org.apache.sandesha.storage.TCClientStorageManager
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12,748 sec
    [junit] Running org.apache.sandesha.storage.TCServerStorageManager
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12,729 sec

BUILD FAILED
File...... C:\Documents and Settings\Valerio\.maven\cache\maven-test-plugin-1.6.
2\plugin.jelly
Element... fail
Line...... 181
Column.... 54
There were test failures.
Total time: 17 minutes 10 seconds
Finished at: Fri Jul 14 17:42:21 CEST 2006

What's wrongs ???

thanks Valerio.
  ----- Original Message ----- 
  From: Jaliya Ekanayake 
  To: Valerio Vianello ; Dasarath Weeratunge 
  Cc: sandesha-dev@ws.apache.org 
  Sent: Friday, July 14, 2006 4:43 PM
  Subject: Re: kandula and sandesha


  Please take a new checkout and use that build for Sandesha.

  -Jaliya

Re: kandula and sandesha

Posted by Valerio Vianello <va...@yahoo.it>.
Thank you for your interest.

I have checked out from https://svn.apache.org/repos/asf/webservices/sandesha/branches/sandesha_1_0/

and I have digited maven command in root directory.

in target directory created there is no sandesha jar a file neither ather jar files.

I got the following output after maven command:

C:\Documents and Settings\All Users\Documenti\valerio\sandesha_1_0>maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Sto tentando il download di axis-1.2.jar.
1562K downloaded
Sto tentando il download di axis-jaxrpc-1.2.jar.
31K downloaded
Sto tentando il download di axis-saaj-1.2.jar.
18K downloaded
Sto tentando il download di axis-ant-1.2.jar.
32K downloaded
Sto tentando il download di axis-wsdl4j-1.2.jar.
123K downloaded
Sto tentando il download di addressing-SNAPSHOT.jar.
Error retrieving artifact from [ http://cvs.apache.org/repository/addressing/jar
s/addressing-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; stat
us code was: 302
Artifact /addressing/jars/addressing-SNAPSHOT.jar doesn't exists in remote repos
itory, but it exists locally
Sto tentando il download di log4j-1.2.8.jar.
344K downloaded
build:start:

java:prepare-filesystem:
    [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
andesha_1_0\target\classes

java:compile:
    [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
io\sandesha_1_0\target\classes
    [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
io\sandesha_1_0\target\classes
    [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
io\sandesha_1_0\target\classes
    [copy] Copying 1 file to C:\Documents and Settings\All Users\Documenti\valer
io\sandesha_1_0\target\classes
    [echo] Compiling to C:\Documents and Settings\All Users\Documenti\valerio\sa
ndesha_1_0/target/classes
    [echo]
==========================================================

  NOTE: Targetting JVM 1.4, classes
  will not run on earlier JVMs

==========================================================

    [javac] Warning: org\apache\sandesha\client\ClientHandlerUtil.java modified
in the future.
    [javac] Warning: org\apache\sandesha\client\ClientListener.java modified in
the future.
    [javac] Warning: org\apache\sandesha\client\ClientPropertyValidator.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\client\ClientStorageManager.java modifi
ed in the future.
    [javac] Warning: org\apache\sandesha\client\RMSender.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\client\RMService.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\Constants.java modified in the future.
    [javac] Warning: org\apache\sandesha\EnvelopeCreator.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\IStorageManager.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\RMMessageContext.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\RMReport.java modified in the future.
    [javac] Warning: org\apache\sandesha\RMTransport.java modified in the future
.
    [javac] Warning: org\apache\sandesha\SandeshaContext.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\server\DelegateInvokeHandler.java modif
ied in the future.
    [javac] Warning: org\apache\sandesha\server\InvokeHandler.java modified in t
he future.
    [javac] Warning: org\apache\sandesha\server\InvokerFactory.java modified in
the future.
    [javac] Warning: org\apache\sandesha\server\InvokeStrategy.java modified in
the future.
    [javac] Warning: org\apache\sandesha\server\MessageValidator.java modified i
n the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\AcknowledgementPro
cessor.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\CompositeProcessor
.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\CreateSequenceProc
essor.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\CreateSequenceResp
onseProcessor.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\FaultProcessor.jav
a modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\IRMMessageProcesso
r.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\msgprocessors\TerminateSequenceP
rocessor.java modified in the future.
    [javac] Warning: org\apache\sandesha\server\RMInvokerWork.java modified in t
he future.
    [javac] Warning: org\apache\sandesha\server\RMMessageProcessorIdentifier.jav
a modified in the future.
    [javac] Warning: org\apache\sandesha\server\Sender.java modified in the futu
re.
    [javac] Warning: org\apache\sandesha\server\SenderWorker.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\server\ServerStorageManager.java modifi
ed in the future.
    [javac] Warning: org\apache\sandesha\server\ThreadPoolInvokeStrategy.java mo
dified in the future.
    [javac] Warning: org\apache\sandesha\storage\Callback.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\storage\CallbackData.java modified in t
he future.
    [javac] Warning: org\apache\sandesha\storage\dao\ISandeshaDAO.java modified
in the future.
    [javac] Warning: org\apache\sandesha\storage\dao\SandeshaDAOFactory.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\dao\SandeshaDatabaseDAO.java mo
dified in the future.
    [javac] Warning: org\apache\sandesha\storage\dao\SandeshaQueueDAO.java modif
ied in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\AbstractSequence.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\IncomingSequence.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\OutgoingSequence.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\QueueException.java modif
ied in the future.
    [javac] Warning: org\apache\sandesha\storage\queue\SandeshaQueue.java modifi
ed in the future.
    [javac] Warning: org\apache\sandesha\util\HandlerDesc.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\util\HandlerParam.java modified in the
future.
    [javac] Warning: org\apache\sandesha\util\PolicyLoader.java modified in the
future.
    [javac] Warning: org\apache\sandesha\util\PropertyLoader.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\util\RMMessageCreator.java modified in
the future.
    [javac] Warning: org\apache\sandesha\ws\rm\Accept.java modified in the futur
e.
    [javac] Warning: org\apache\sandesha\ws\rm\AcknowledgementRange.java modifie
d in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\AckRequested.java modified in the
 future.
    [javac] Warning: org\apache\sandesha\ws\rm\AcksTo.java modified in the futur
e.
    [javac] Warning: org\apache\sandesha\ws\rm\CreateSequence.java modified in t
he future.
    [javac] Warning: org\apache\sandesha\ws\rm\CreateSequenceResponse.java modif
ied in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\FaultCode.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\ws\rm\handlers\RMServerRequestHandler.j
ava modified in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\Identifier.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\ws\rm\IRmElement.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\ws\rm\LastMessage.java modified in the
future.
    [javac] Warning: org\apache\sandesha\ws\rm\MessageNumber.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\ws\rm\Nack.java modified in the future.

    [javac] Warning: org\apache\sandesha\ws\rm\providers\RMClientProvider.java m
odified in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\providers\RMProvider.java modifie
d in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\RMHeaders.java modified in the fu
ture.
    [javac] Warning: org\apache\sandesha\ws\rm\Sequence.java modified in the fut
ure.
    [javac] Warning: org\apache\sandesha\ws\rm\SequenceAcknowledgement.java modi
fied in the future.
    [javac] Warning: org\apache\sandesha\ws\rm\SequenceFault.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\ws\rm\SequenceOffer.java modified in th
e future.
    [javac] Warning: org\apache\sandesha\ws\rm\TerminateSequence.java modified i
n the future.
    [javac] Compiling 68 source files to C:\Documents and Settings\All Users\Doc
umenti\valerio\sandesha_1_0\target\classes

java:jar-resources:
Warning: commons-logging.properties modified in the future.
Warning: log4j.properties modified in the future.
Warning: sandesha.properties modified in the future.
Copying 3 files to C:\Documents and Settings\All Users\Documenti\valerio\sandesh
a_1_0\target\classes

test:prepare-filesystem:
    [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
andesha_1_0\target\test-classes
    [mkdir] Created dir: C:\Documents and Settings\All Users\Documenti\valerio\s
andesha_1_0\target\test-reports

test:test-resources:
Warning: client-config.wsdd modified in the future.
Warning: server\validation\CreateSeqRequest.xml modified in the future.
Warning: server\validation\MsgNo1Correct.xml modified in the future.
Warning: server\validation\MsgNoRollOver.xml modified in the future.
Warning: server\validation\NoAddrHeadersMsg.xml modified in the future.
Warning: server\validation\NoMessageIDMsg.xml modified in the future.
Warning: server\validation\NoRMHeadersMsg.xml modified in the future.
Warning: server\validation\UnknownSequenceMsg.xml modified in the future.
Warning: server-config.wsdd modified in the future.
Copying 9 files to C:\Documents and Settings\All Users\Documenti\valerio\sandesh
a_1_0\target\test-classes

test:compile:
    [javac] Warning: org\apache\sandesha\AbstractTestCase.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\intergratedtest\RMTestService.java modi
fied in the future.
    [javac] Warning: org\apache\sandesha\intergratedtest\TCScenarioTest.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\server\TCMessageValidator.java modified
 in the future.
    [javac] Warning: org\apache\sandesha\SimpleServerImpl.java modified in the f
uture.
    [javac] Warning: org\apache\sandesha\storage\TCClientStorageManager.java mod
ified in the future.
    [javac] Warning: org\apache\sandesha\storage\TCServerStorageManager.java mod
ified in the future.
    [javac] Compiling 7 source files to C:\Documents and Settings\All Users\Docu
menti\valerio\sandesha_1_0\target\test-classes

test:test:
    [junit] Running org.apache.sandesha.intergratedtest.TCScenarioTest
          Synchronous Ping Test Started
          Synchronous Ping Test Finished
          Asynchronous Ping Test Started
          Echo(Sync Ack) Test Started
          Echo(Aync Ack) Test Started
          Echo and Ping Combined Test Started
    [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 963,125 sec
    [junit] [ERROR] TEST org.apache.sandesha.intergratedtest.TCScenarioTest FAIL
ED
    [junit] Running org.apache.sandesha.server.TCMessageValidator
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,873 sec
    [junit] Running org.apache.sandesha.storage.TCClientStorageManager
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12,748 sec
    [junit] Running org.apache.sandesha.storage.TCServerStorageManager
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12,729 sec

BUILD FAILED
File...... C:\Documents and Settings\Valerio\.maven\cache\maven-test-plugin-1.6.
2\plugin.jelly
Element... fail
Line...... 181
Column.... 54
There were test failures.
Total time: 17 minutes 10 seconds
Finished at: Fri Jul 14 17:42:21 CEST 2006

What's wrongs ???

thanks Valerio.
  ----- Original Message ----- 
  From: Jaliya Ekanayake 
  To: Valerio Vianello ; Dasarath Weeratunge 
  Cc: sandesha-dev@ws.apache.org 
  Sent: Friday, July 14, 2006 4:43 PM
  Subject: Re: kandula and sandesha


  Please take a new checkout and use that build for Sandesha.

  -Jaliya