You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/01/15 12:58:46 UTC

cvs commit: jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource DefaultDataSourceSelector.java

mcconnell    2003/01/15 03:58:46

  Modified:    src/java/org/apache/avalon/cornerstone/blocks/datasource
                        DefaultDataSourceSelector.java
  Log:
  Deprecation in favour of ServiceManager variant.
  
  Revision  Changes    Path
  1.27      +1 -0      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource/DefaultDataSourceSelector.java
  
  Index: DefaultDataSourceSelector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource/DefaultDataSourceSelector.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- DefaultDataSourceSelector.java	23 Dec 2002 17:52:40 -0000	1.26
  +++ DefaultDataSourceSelector.java	15 Jan 2003 11:58:46 -0000	1.27
  @@ -48,6 +48,7 @@
    * @phoenix:service name="org.apache.avalon.cornerstone.services.datasource.DataSourceSelector"
    *
    * @author <a href="mailto:colus@apache.org">Eung-ju Park</a>
  + * @deprecated Use {@link org.apache.avalon.cornerstone.blocks.source.DefaultDataSourceSelector} instead.
    */
   public class DefaultDataSourceSelector
       extends AbstractLogEnabled
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource DefaultDataSourceSelector.java

Posted by Stephen McConnell <mc...@apache.org>.

Peter Royal wrote:

> On Friday, January 17, 2003, at 01:22  AM, Stephen McConnell wrote:
>
>>>> On Wednesday, January 15, 2003, at 06:58  AM, mcconnell@apache.org  
>>>> wrote:
>>>> My only problem with this is that we are destroying a perfectly  
>>>> acceptable package name. datasource was a lot more descriptive for 
>>>> the  datasource components than source is.
>>>
>>>
>>> Suggestions welcome - I created an alternative package so that I 
>>> didn't break any existing usage of DataSource but enable the 
>>> migration to ServiceSelector as opposed to ComponentSelector.  I 
>>> have no idea what the level of usage of the package is - I suspect 
>>> is is rather limited. The good news is that I can now build and run 
>>> James out of CVS.
>>
>>
>> Have repackaged the "source" package under "datasources".
>
>
> Excellent. Beat me to thinking up a good suggestion :) 


All I neeeded was a good nights sleep!

:-)

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org
http://www.osm.net




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource DefaultDataSourceSelector.java

Posted by Peter Royal <pr...@apache.org>.
On Friday, January 17, 2003, at 01:22  AM, Stephen McConnell wrote:
>>> On Wednesday, January 15, 2003, at 06:58  AM, mcconnell@apache.org  
>>> wrote:
>>> My only problem with this is that we are destroying a perfectly  
>>> acceptable package name. datasource was a lot more descriptive for 
>>> the  datasource components than source is.
>>
>> Suggestions welcome - I created an alternative package so that I 
>> didn't break any existing usage of DataSource but enable the 
>> migration to ServiceSelector as opposed to ComponentSelector.  I have 
>> no idea what the level of usage of the package is - I suspect is is 
>> rather limited. The good news is that I can now build and run James 
>> out of CVS.
>
> Have repackaged the "source" package under "datasources".

Excellent. Beat me to thinking up a good suggestion :)
-pete


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource DefaultDataSourceSelector.java

Posted by Stephen McConnell <mc...@apache.org>.

Stephen McConnell wrote:

>
>
> Peter Royal wrote:
>
>> On Wednesday, January 15, 2003, at 06:58  AM, mcconnell@apache.org  
>> wrote:
>>
>>>     * @phoenix:service  
>>> name="org.apache.avalon.cornerstone.services.datasource.DataSourceSelec 
>>> tor"
>>>     *
>>>     * @author <a href="mailto:colus@apache.org">Eung-ju Park</a>
>>>   + * @deprecated Use {@link  
>>> org.apache.avalon.cornerstone.blocks.source.DefaultDataSourceSelector}  
>>> instead.
>>
>>
>>
>> My only problem with this is that we are destroying a perfectly  
>> acceptable package name. datasource was a lot more descriptive for 
>> the  datasource components than source is. 
>
>
>
> Suggestions welcome - I created an alternative package so that I 
> didn't break any existing usage of DataSource but enable the migration 
> to ServiceSelector as opposed to ComponentSelector.  I have no idea 
> what the level of usage of the package is - I suspect is is rather 
> limited. The good news is that I can now build and run James out of CVS. 


Pete:

Have repackaged the "source" package under "datasources".

Cheers, Steve.

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org
http://www.osm.net




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource DefaultDataSourceSelector.java

Posted by Stephen McConnell <mc...@apache.org>.

Peter Royal wrote:

> On Wednesday, January 15, 2003, at 06:58  AM, mcconnell@apache.org  
> wrote:
>
>>     * @phoenix:service  
>> name="org.apache.avalon.cornerstone.services.datasource.DataSourceSelec 
>> tor"
>>     *
>>     * @author <a href="mailto:colus@apache.org">Eung-ju Park</a>
>>   + * @deprecated Use {@link  
>> org.apache.avalon.cornerstone.blocks.source.DefaultDataSourceSelector}  
>> instead.
>
>
> My only problem with this is that we are destroying a perfectly  
> acceptable package name. datasource was a lot more descriptive for 
> the  datasource components than source is. 


Suggestions welcome - I created an alternative package so that I didn't 
break any existing usage of DataSource but enable the migration to 
ServiceSelector as opposed to ComponentSelector.  I have no idea what 
the level of usage of the package is - I suspect is is rather limited. 
The good news is that I can now build and run James out of CVS.

Cheers, Steve.

>
> -pete
>
>
> -- 
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>
>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org
http://www.osm.net




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource DefaultDataSourceSelector.java

Posted by Peter Royal <pr...@apache.org>.
On Wednesday, January 15, 2003, at 06:58  AM, mcconnell@apache.org  
wrote:
>     * @phoenix:service  
> name="org.apache.avalon.cornerstone.services.datasource.DataSourceSelec 
> tor"
>     *
>     * @author <a href="mailto:colus@apache.org">Eung-ju Park</a>
>   + * @deprecated Use {@link  
> org.apache.avalon.cornerstone.blocks.source.DefaultDataSourceSelector}  
> instead.

My only problem with this is that we are destroying a perfectly  
acceptable package name. datasource was a lot more descriptive for the  
datasource components than source is.
-pete


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>