You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Aleksander Slominski <as...@cs.indiana.edu> on 2004/05/03 18:26:36 UTC

Sandesha dirs/files [Sandesha - cleanup (3)]

jaliya@apache.org wrote:

>jaliya      2004/05/03 05:38:53
>
>  Added:       sandesha/samples/interop EchoStringService.java
>                        PingService.java Scenario_1_1_Client.java
>                        Scenario_2_2_Client.java
>  Log:
>  Add samples folder to sandesha to hold sample clients and services
>  
>  Revision  Changes    Path
>  1.1                  ws-fx/sandesha/samples/interop/EchoStringService.java
>  
>  Index: EchoStringService.java
>  ===================================================================
>  /*
>   * Created on May 3, 2004
>   *
>   * To change the template for this generated file go to
>   * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
>   */
>  package org.apache.sandesha.samples.interop;
>  
>
if EchoStringService.java is in this package it must be located in
sandesha/samples/org/apache/sandesha/samples/interop
and not
sandesha/samples/interop

why not create a separate from samples/ directory interop/ for interop 
related stuff?

>  
>  import java.util.HashMap;
>  import java.util.Map;
>  
>  /**
>   * @author SNimalan
>   *
>   * To change the template for this generated type comment go to
>   * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
>  
>
those comments hosuld be removed too (and IDE template chnaged just 
follow as stated in the comment:

Window>Preferences>Java>Code Generation>Code and Comments

...

alek


-- 
The best way to predict the future is to invent it - Alan Kay


Sandesha and WS-RM Interoping

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
Davanum Srinivas wrote:

>The WS-RM Interop workshop is next week (12-13th). Can you please help
>jaliya implement the scenario's? (see attached doc)
>  
>
Dims,

sure - i have my ulterior motives too as i want to test my XSUL 
implementation of WS-RM :) there should be soon another public interop 
WS-RM XSUL endpoint for testing (i will have at least scenario 1 
implemented with XSUL)

this could be used then to test Apache Sandesha client. and then when 
Sandesha  has server endpoint deployed somewhere we could test full 
peer-to-peer testing.

so i think first thing would be to start implementing/deploying  
Sandesha endpoint for scenario 1.

but that leads to the question: can the endpoint be hosted on one of 
apache machines?

thanks,

alek


sandesha beta2

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
Davanum Srinivas wrote:

>i'd say go for it in case jaliya has not gotten to it by tomorrow am for you.
>  
>

Question:

i had to comment following line to compile:

            call.setLastMessage(true);

where is it coming from?

was AXIS Call patched for it?

also it seems that *.wsdd and keys fiels are missing for interop sample?

alek

CHANGES
------------
moved interop out of samples to interop/ and modified acdordingly build.xml

changed verion to beta2 in build.xml

first i tried to get ant test to run - needed to do following things:

./keys (dir.keys) directory seems to be missing - i have commented it 
out of interopTests and did some othe rminor edits to get ant test to work

the same for di.interop (*.jsk is suppsed to be there?!)

build.work was not created so mkdired it but (un)deploy.wsdd seems to be 
missing and i am not sure where 
org/apache/ws/axis/oasis/Client_deploy.wsdd comes from ...

after seein that AdminClient fails i took out interopTests out of tests 
target dependincy - it does not seem interopTests can be executed with 
what is currently in CVS (could not find  *.wsdd anywhere ...)

added target interop that calls now interopTests

-------------


alek

-- 
The best way to predict the future is to invent it - Alan Kay


Re: Sandesha dirs/files [Sandesha - cleanup (3)]

Posted by Davanum Srinivas <da...@gmail.com>.
i'd say go for it in case jaliya has not gotten to it by tomorrow am for you.

thanks,
-- dims

On Mon, 03 May 2004 23:29:44 -0500, Aleksander Slominski
<as...@cs.indiana.edu> wrote:
> 
> it looked like Jaliya was doing the moving/commiting.
> 
> if it is fine with everybody i can do the samples/ -> inteorp migraiton
> tomorrow.
> 
> thanks,
> 
> alek
> 
> 
> Davanum Srinivas wrote:
> 
> >Alek,
> >
> >Can you please review (and fix?) the rest of the code as well :) You
> >do have write privs to all ws-fx projects.
> >
> >thanks,
> >dims
> >
> >On Mon, 03 May 2004 11:26:36 -0500, Aleksander Slominski
> ><as...@cs.indiana.edu> wrote:
> >
> >
> >>jaliya@apache.org wrote:
> >>
> >>
> >>
> >>>jaliya      2004/05/03 05:38:53
> >>>
> >>> Added:       sandesha/samples/interop EchoStringService.java
> >>>                       PingService.java Scenario_1_1_Client.java
> >>>                       Scenario_2_2_Client.java
> >>> Log:
> >>> Add samples folder to sandesha to hold sample clients and services
> >>>
> >>> Revision  Changes    Path
> >>> 1.1                  ws-fx/sandesha/samples/interop/EchoStringService.java
> >>>
> >>> Index: EchoStringService.java
> >>> ===================================================================
> >>> /*
> >>>  * Created on May 3, 2004
> >>>  *
> >>>  * To change the template for this generated file go to
> >>>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
> >>>  */
> >>> package org.apache.sandesha.samples.interop;
> >>>
> >>>
> >>>
> >>>
> >>if EchoStringService.java is in this package it must be located in
> >>sandesha/samples/org/apache/sandesha/samples/interop
> >>and not
> >>sandesha/samples/interop
> >>
> >>why not create a separate from samples/ directory interop/ for interop
> >>related stuff?
> >>
> >>
> >>
> >>> import java.util.HashMap;
> >>> import java.util.Map;
> >>>
> >>> /**
> >>>  * @author SNimalan
> >>>  *
> >>>  * To change the template for this generated type comment go to
> >>>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
> >>>
> >>>
> >>>
> >>>
> >>those comments hosuld be removed too (and IDE template chnaged just
> >>follow as stated in the comment:
> >>
> >>Window>Preferences>Java>Code Generation>Code and Comments
> >>
> >>...
> >>
> >>alek
> >>
> >>
> >>--
> >>The best way to predict the future is to invent it - Alan Kay
> >>
> >>
> >>
> >>
> 
> --
> The best way to predict the future is to invent it - Alan Kay
> 
>

Re: Sandesha dirs/files [Sandesha - cleanup (3)]

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
it looked like Jaliya was doing the moving/commiting.

if it is fine with everybody i can do the samples/ -> inteorp migraiton 
tomorrow.

thanks,

alek

Davanum Srinivas wrote:

>Alek,
>
>Can you please review (and fix?) the rest of the code as well :) You
>do have write privs to all ws-fx projects.
>
>thanks,
>dims
>
>On Mon, 03 May 2004 11:26:36 -0500, Aleksander Slominski
><as...@cs.indiana.edu> wrote:
>  
>
>>jaliya@apache.org wrote:
>>
>>    
>>
>>>jaliya      2004/05/03 05:38:53
>>>
>>> Added:       sandesha/samples/interop EchoStringService.java
>>>                       PingService.java Scenario_1_1_Client.java
>>>                       Scenario_2_2_Client.java
>>> Log:
>>> Add samples folder to sandesha to hold sample clients and services
>>>
>>> Revision  Changes    Path
>>> 1.1                  ws-fx/sandesha/samples/interop/EchoStringService.java
>>>
>>> Index: EchoStringService.java
>>> ===================================================================
>>> /*
>>>  * Created on May 3, 2004
>>>  *
>>>  * To change the template for this generated file go to
>>>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
>>>  */
>>> package org.apache.sandesha.samples.interop;
>>>
>>>
>>>      
>>>
>>if EchoStringService.java is in this package it must be located in
>>sandesha/samples/org/apache/sandesha/samples/interop
>>and not
>>sandesha/samples/interop
>>
>>why not create a separate from samples/ directory interop/ for interop
>>related stuff?
>>
>>    
>>
>>> import java.util.HashMap;
>>> import java.util.Map;
>>>
>>> /**
>>>  * @author SNimalan
>>>  *
>>>  * To change the template for this generated type comment go to
>>>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
>>>
>>>
>>>      
>>>
>>those comments hosuld be removed too (and IDE template chnaged just
>>follow as stated in the comment:
>>
>>Window>Preferences>Java>Code Generation>Code and Comments
>>
>>...
>>
>>alek
>>
>>
>>--
>>The best way to predict the future is to invent it - Alan Kay
>>
>>
>>    
>>


-- 
The best way to predict the future is to invent it - Alan Kay


Re: nsufficient Karma (aslom|ws-fx/sandesha) [Re: Sandesha dirs/files [Sandesha - cleanup (3)]

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
wow!

that was fast :)

alek

Re: nsufficient Karma (aslom|ws-fx/sandesha) [Re: Sandesha dirs/files [Sandesha - cleanup (3)]

Posted by Davanum Srinivas <da...@gmail.com>.
pls try now.

On Tue, 04 May 2004 18:54:43 -0500, Aleksander Slominski
<as...@cs.indiana.edu> wrote:
> 
> well i did try but ...
> 
> **** Access denied: Insufficient Karma (aslom|ws-fx/sandesha)
> cvs server: Pre-commit check failed
> cvs [server aborted]: correct above errors first!
> 
> Error, CVS operation failed
> 
> how ot get this fixed?
> 
> thanks,
> 
> alek
> 
> Davanum Srinivas wrote:
> 
> >Alek,
> >
> >Can you please review (and fix?) the rest of the code as well :) You
> >do have write privs to all ws-fx projects.
> >
> >thanks,
> >dims
> >
> >On Mon, 03 May 2004 11:26:36 -0500, Aleksander Slominski
> ><as...@cs.indiana.edu> wrote:
> >
> >
> >>jaliya@apache.org wrote:
> >>
> >>
> >>
> >>>jaliya      2004/05/03 05:38:53
> >>>
> >>> Added:       sandesha/samples/interop EchoStringService.java
> >>>                       PingService.java Scenario_1_1_Client.java
> >>>                       Scenario_2_2_Client.java
> >>> Log:
> >>> Add samples folder to sandesha to hold sample clients and services
> >>>
> >>> Revision  Changes    Path
> >>> 1.1                  ws-fx/sandesha/samples/interop/EchoStringService.java
> >>>
> >>> Index: EchoStringService.java
> >>> ===================================================================
> >>> /*
> >>>  * Created on May 3, 2004
> >>>  *
> >>>  * To change the template for this generated file go to
> >>>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
> >>>  */
> >>> package org.apache.sandesha.samples.interop;
> >>>
> >>>
> >>>
> >>>
> >>if EchoStringService.java is in this package it must be located in
> >>sandesha/samples/org/apache/sandesha/samples/interop
> >>and not
> >>sandesha/samples/interop
> >>
> >>why not create a separate from samples/ directory interop/ for interop
> >>related stuff?
> >>
> >>
> >>
> >>> import java.util.HashMap;
> >>> import java.util.Map;
> >>>
> >>> /**
> >>>  * @author SNimalan
> >>>  *
> >>>  * To change the template for this generated type comment go to
> >>>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
> >>>
> >>>
> >>>
> >>>
> >>those comments hosuld be removed too (and IDE template chnaged just
> >>follow as stated in the comment:
> >>
> >>Window>Preferences>Java>Code Generation>Code and Comments
> >>
> >>...
> >>
> >>alek
> >>
> >>
> >>--
> >>The best way to predict the future is to invent it - Alan Kay
> >>
> >>
> >>
> >>
> 
> 
> --
> The best way to predict the future is to invent it - Alan Kay
> 
>

nsufficient Karma (aslom|ws-fx/sandesha) [Re: Sandesha dirs/files [Sandesha - cleanup (3)]

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
well i did try but ...

**** Access denied: Insufficient Karma (aslom|ws-fx/sandesha)
cvs server: Pre-commit check failed
cvs [server aborted]: correct above errors first!

Error, CVS operation failed

how ot get this fixed?

thanks,

alek

Davanum Srinivas wrote:

>Alek,
>
>Can you please review (and fix?) the rest of the code as well :) You
>do have write privs to all ws-fx projects.
>
>thanks,
>dims
>
>On Mon, 03 May 2004 11:26:36 -0500, Aleksander Slominski
><as...@cs.indiana.edu> wrote:
>  
>
>>jaliya@apache.org wrote:
>>
>>    
>>
>>>jaliya      2004/05/03 05:38:53
>>>
>>> Added:       sandesha/samples/interop EchoStringService.java
>>>                       PingService.java Scenario_1_1_Client.java
>>>                       Scenario_2_2_Client.java
>>> Log:
>>> Add samples folder to sandesha to hold sample clients and services
>>>
>>> Revision  Changes    Path
>>> 1.1                  ws-fx/sandesha/samples/interop/EchoStringService.java
>>>
>>> Index: EchoStringService.java
>>> ===================================================================
>>> /*
>>>  * Created on May 3, 2004
>>>  *
>>>  * To change the template for this generated file go to
>>>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
>>>  */
>>> package org.apache.sandesha.samples.interop;
>>>
>>>
>>>      
>>>
>>if EchoStringService.java is in this package it must be located in
>>sandesha/samples/org/apache/sandesha/samples/interop
>>and not
>>sandesha/samples/interop
>>
>>why not create a separate from samples/ directory interop/ for interop
>>related stuff?
>>
>>    
>>
>>> import java.util.HashMap;
>>> import java.util.Map;
>>>
>>> /**
>>>  * @author SNimalan
>>>  *
>>>  * To change the template for this generated type comment go to
>>>  * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
>>>
>>>
>>>      
>>>
>>those comments hosuld be removed too (and IDE template chnaged just
>>follow as stated in the comment:
>>
>>Window>Preferences>Java>Code Generation>Code and Comments
>>
>>...
>>
>>alek
>>
>>
>>--
>>The best way to predict the future is to invent it - Alan Kay
>>
>>
>>    
>>


-- 
The best way to predict the future is to invent it - Alan Kay


Re: Sandesha dirs/files [Sandesha - cleanup (3)]

Posted by Davanum Srinivas <da...@gmail.com>.
Alek,

Can you please review (and fix?) the rest of the code as well :) You
do have write privs to all ws-fx projects.

thanks,
dims

On Mon, 03 May 2004 11:26:36 -0500, Aleksander Slominski
<as...@cs.indiana.edu> wrote:
> 
> jaliya@apache.org wrote:
> 
> >jaliya      2004/05/03 05:38:53
> >
> >  Added:       sandesha/samples/interop EchoStringService.java
> >                        PingService.java Scenario_1_1_Client.java
> >                        Scenario_2_2_Client.java
> >  Log:
> >  Add samples folder to sandesha to hold sample clients and services
> >
> >  Revision  Changes    Path
> >  1.1                  ws-fx/sandesha/samples/interop/EchoStringService.java
> >
> >  Index: EchoStringService.java
> >  ===================================================================
> >  /*
> >   * Created on May 3, 2004
> >   *
> >   * To change the template for this generated file go to
> >   * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
> >   */
> >  package org.apache.sandesha.samples.interop;
> >
> >
> if EchoStringService.java is in this package it must be located in
> sandesha/samples/org/apache/sandesha/samples/interop
> and not
> sandesha/samples/interop
> 
> why not create a separate from samples/ directory interop/ for interop
> related stuff?
> 
> >
> >  import java.util.HashMap;
> >  import java.util.Map;
> >
> >  /**
> >   * @author SNimalan
> >   *
> >   * To change the template for this generated type comment go to
> >   * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
> >
> >
> those comments hosuld be removed too (and IDE template chnaged just
> follow as stated in the comment:
> 
> Window>Preferences>Java>Code Generation>Code and Comments
> 
> ...
> 
> alek
> 
> 
> --
> The best way to predict the future is to invent it - Alan Kay
> 
>