You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by bu...@apache.org on 2003/10/01 15:06:05 UTC

DO NOT REPLY [Bug 22931] - [excalibur-component] ExcaliburComponentManagerCreator does not recognize ROLE+"Selector"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22931>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22931

[excalibur-component] ExcaliburComponentManagerCreator does not recognize ROLE+"Selector"

bloritsch@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From bloritsch@apache.org  2003-10-01 13:06 -------
The role manager is behaving as expected.

The class is

"org.apache.avalon.excalibur.component.ExcaliburComponentSelector"

not

"org.apache.avalon.excalibur.component.
ExcaliburComponentSelector"

The newline will break the classloading.

<role-list>
  <role shorthand="selector" name="component2.ServiceSelector"  
default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector">
      <hint shorthand="i1" class="component2.impl.Service1"/>
  </role>
</role-list>


Also bear in mind that this way of managing a component's meta-information is
deprecated due to some of these types of issues.  We highly recommend upgrading
to Fortress or Merlin as released projects.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org