>> public void doit(Object o)
>>> public void doit(File f)
>>>
>>> But I don't see any language like that in the spec anywhere.
>>>
>>> I like our way better :) Filed a JIRA
>>>
>>> https://issues.jboss.org/browse/CDITCK-215
>>>
>&
;>
>> But I don't see any language like that in the spec anywhere.
>>
>> I like our way better :) Filed a JIRA
>>
>> https://issues.jboss.org/browse/CDITCK-215
>>
>>
>> -David
>>
>>> ___
_
>> From: David Blevins
>> To: dev@openwebbeans.apache.org
>> Sent: Wed, June 8, 2011 1:01:54 PM
>> Subject: Observer method resolution
>>
>> Digging into a test that essentially has two observer method
:) Filed a JIRA
https://issues.jboss.org/browse/CDITCK-215
-David
>
> From: David Blevins
> To: dev@openwebbeans.apache.org
> Sent: Wed, June 8, 2011 1:01:54 PM
> Subject: Observer method resolution
>
> Digging into a test that essential
@openwebbeans.apache.org
Sent: Wed, June 8, 2011 1:01:54 PM
Subject: Observer method resolution
Digging into a test that essentially has two observer methods and is asserting
that only one of them are called.
public void observeElephantSessionBean(@Observes ProcessSessionBean
event
Digging into a test that essentially has two observer methods and is asserting
that only one of them are called.
public void observeElephantSessionBean(@Observes
ProcessSessionBean event)
{
ProcessBeanObserver.elephantProcessSessionBean = event;
}
public void observeElephan