Re: Restoring testing/tomcat [Was Re: Restoring files in svn?]

2006-07-27 Thread Ken Tam

I'm also interested in getting tomcat working with the new
architecture, but I think it's important that the integration take
place in modular fashion so that the basic tomcat integration is as
thin as possible, and the majority of functional testing is delegated
down to dependent samples.  I'm concerned that the old testing/tomcat
infrastructure was a little too monolithic.

That said, I don't have anything concrete to offer instead (yet).. so
if folks want to just port testing/tomcat for now and are willing to
do that work, I wouldn't veto it -- I just want to register my
concerns.

On 7/26/06, Luciano Resende [EMAIL PROTECTED] wrote:

Not sure if this has any side-effects, but maybe an option would be for me
to create a jira to move testing/tomcat back and attach a patch to that, and
then create the patch for the DAS stand-alone sample testing that depends on
testing/tomcat.

- Luciano

On 7/26/06, Kevin Williams [EMAIL PROTECTED] wrote:

 It is important that we automate the DAS stand-alone sample testing and
 the plan was to leverage from the automation already provided in
 tomcat/testing.  Will this be restored?
 Thanks,
 --Kevin


 Luciano Resende wrote:

  Do we have any plans to restore testing/tomcat ? At least the DAS and
  sample
  tests ? I want to generate some patches for Tuscany-440 based on that
  code.
 
  - Luciano
 
  On 7/21/06, Jeremy Boynes [EMAIL PROTECTED] wrote:
 
 
  Should be back now ...
  --
  Jeremy
 
  On Jul 21, 2006, at 1:24 PM, Brent Daniel wrote:
 
   I've been looking into restoring the DAS companyweb sample that got
   deleted with the move to chianti. I can copy the files from the last
   revision before it was deleted using svn cp -r revision, but I'm
   having problems creating a patch file from it as the svn diff show up
   empty.
  
   Is there an easy way to do this? I suppose I could delete all the
   version information and add in the new files, but that seems like the
   wrong approach. Is it possible for a committer to copy the old
   revision and then commit? When I check the status after the copy it
   looks like all the files are there and show up as added files.
  
   Thanks,
   Brent
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 



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




--
-
Luciano Resende
SOA Opensource - Apache Tuscany
-




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



Re: Restoring testing/tomcat [Was Re: Restoring files in svn?]

2006-07-27 Thread Jim Marino


On Jul 27, 2006, at 12:24 AM, Ken Tam wrote:


I'm also interested in getting tomcat working with the new
architecture, but I think it's important that the integration take
place in modular fashion so that the basic tomcat integration is as
thin as possible, and the majority of functional testing is delegated
down to dependent samples.  I'm concerned that the old testing/tomcat
infrastructure was a little too monolithic.
I'm only speaking for Java SCA when I say I agree with the old  
testing/tomcat being too monolithic...so please take what I say as  
applying only to that subproject


For a concrete proposal, I'd like us to have testcases that mock out  
the Servlet host and test the Tuscany host API in isolation to any  
particular Servlet engine or host environment. These would be  
(mostly) unit/specific integration tests, lightweight, fast (~ a few  
seconds total), and run as part of the checkin build.


We should also have an integration build run in the background  
somewhere that tests the runtime on various hosting environments.  
These tests would be less granular than the checkin build and would  
be concern with verifying behavior on specific hosts.


As for testing/tomcat, I think the tests that were in there should  
become tests for the samples since they are verifying application  
functionality, not the operation of the runtime on a particular host  
environment.



Jim



That said, I don't have anything concrete to offer instead (yet).. so
if folks want to just port testing/tomcat for now and are willing to
do that work, I wouldn't veto it -- I just want to register my
concerns.

On 7/26/06, Luciano Resende [EMAIL PROTECTED] wrote:
Not sure if this has any side-effects, but maybe an option would  
be for me
to create a jira to move testing/tomcat back and attach a patch to  
that, and
then create the patch for the DAS stand-alone sample testing that  
depends on

testing/tomcat.

- Luciano

On 7/26/06, Kevin Williams [EMAIL PROTECTED] wrote:

 It is important that we automate the DAS stand-alone sample  
testing and

 the plan was to leverage from the automation already provided in
 tomcat/testing.  Will this be restored?
 Thanks,
 --Kevin


 Luciano Resende wrote:

  Do we have any plans to restore testing/tomcat ? At least the  
DAS and

  sample
  tests ? I want to generate some patches for Tuscany-440 based  
on that

  code.
 
  - Luciano
 
  On 7/21/06, Jeremy Boynes [EMAIL PROTECTED] wrote:
 
 
  Should be back now ...
  --
  Jeremy
 
  On Jul 21, 2006, at 1:24 PM, Brent Daniel wrote:
 
   I've been looking into restoring the DAS companyweb sample  
that got
   deleted with the move to chianti. I can copy the files from  
the last
   revision before it was deleted using svn cp -r  
revision, but I'm
   having problems creating a patch file from it as the svn  
diff show up

   empty.
  
   Is there an easy way to do this? I suppose I could delete  
all the
   version information and add in the new files, but that  
seems like the

   wrong approach. Is it possible for a committer to copy the old
   revision and then commit? When I check the status after the  
copy it

   looks like all the files are there and show up as added files.
  
   Thanks,
   Brent
  

-

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

  
 
 
   
-

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



  
-

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




--
-
Luciano Resende
SOA Opensource - Apache Tuscany
-




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




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



Restoring testing/tomcat [Was Re: Restoring files in svn?]

2006-07-26 Thread Kevin Williams
It is important that we automate the DAS stand-alone sample testing and 
the plan was to leverage from the automation already provided in 
tomcat/testing.  Will this be restored?

Thanks,
--Kevin


Luciano Resende wrote:

Do we have any plans to restore testing/tomcat ? At least the DAS and 
sample
tests ? I want to generate some patches for Tuscany-440 based on that 
code.


- Luciano

On 7/21/06, Jeremy Boynes [EMAIL PROTECTED] wrote:



Should be back now ...
--
Jeremy

On Jul 21, 2006, at 1:24 PM, Brent Daniel wrote:

 I've been looking into restoring the DAS companyweb sample that got
 deleted with the move to chianti. I can copy the files from the last
 revision before it was deleted using svn cp -r revision, but I'm
 having problems creating a patch file from it as the svn diff show up
 empty.

 Is there an easy way to do this? I suppose I could delete all the
 version information and add in the new files, but that seems like the
 wrong approach. Is it possible for a committer to copy the old
 revision and then commit? When I check the status after the copy it
 looks like all the files are there and show up as added files.

 Thanks,
 Brent

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



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









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



Re: Restoring files in svn?

2006-07-22 Thread Luciano Resende

Do we have any plans to restore testing/tomcat ? At least the DAS and sample
tests ? I want to generate some patches for Tuscany-440 based on that code.

- Luciano

On 7/21/06, Jeremy Boynes [EMAIL PROTECTED] wrote:


Should be back now ...
--
Jeremy

On Jul 21, 2006, at 1:24 PM, Brent Daniel wrote:

 I've been looking into restoring the DAS companyweb sample that got
 deleted with the move to chianti. I can copy the files from the last
 revision before it was deleted using svn cp -r revision, but I'm
 having problems creating a patch file from it as the svn diff show up
 empty.

 Is there an easy way to do this? I suppose I could delete all the
 version information and add in the new files, but that seems like the
 wrong approach. Is it possible for a committer to copy the old
 revision and then commit? When I check the status after the copy it
 looks like all the files are there and show up as added files.

 Thanks,
 Brent

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



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





--
-
Luciano Resende
SOA Opensource - Apache Tuscany
-


Restoring files in svn?

2006-07-21 Thread Brent Daniel

I've been looking into restoring the DAS companyweb sample that got
deleted with the move to chianti. I can copy the files from the last
revision before it was deleted using svn cp -r revision, but I'm
having problems creating a patch file from it as the svn diff show up
empty.

Is there an easy way to do this? I suppose I could delete all the
version information and add in the new files, but that seems like the
wrong approach. Is it possible for a committer to copy the old
revision and then commit? When I check the status after the copy it
looks like all the files are there and show up as added files.

Thanks,
Brent

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



Re: Restoring files in svn?

2006-07-21 Thread Jeremy Boynes

I will copy these back.
--
Jeremy

On Jul 21, 2006, at 1:24 PM, Brent Daniel wrote:


I've been looking into restoring the DAS companyweb sample that got
deleted with the move to chianti. I can copy the files from the last
revision before it was deleted using svn cp -r revision, but I'm
having problems creating a patch file from it as the svn diff show up
empty.

Is there an easy way to do this? I suppose I could delete all the
version information and add in the new files, but that seems like the
wrong approach. Is it possible for a committer to copy the old
revision and then commit? When I check the status after the copy it
looks like all the files are there and show up as added files.

Thanks,
Brent

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




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



Re: Restoring files in svn?

2006-07-21 Thread Jeremy Boynes

Should be back now ...
--
Jeremy

On Jul 21, 2006, at 1:24 PM, Brent Daniel wrote:


I've been looking into restoring the DAS companyweb sample that got
deleted with the move to chianti. I can copy the files from the last
revision before it was deleted using svn cp -r revision, but I'm
having problems creating a patch file from it as the svn diff show up
empty.

Is there an easy way to do this? I suppose I could delete all the
version information and add in the new files, but that seems like the
wrong approach. Is it possible for a committer to copy the old
revision and then commit? When I check the status after the copy it
looks like all the files are there and show up as added files.

Thanks,
Brent

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




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