Re: Observer method resolution

2011-06-11 Thread David Jencks
>> 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 >>> >&

Re: Observer method resolution

2011-06-11 Thread David Jencks
;> >> 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 >> >>> ___

Re: Observer method resolution

2011-06-10 Thread David Blevins
_ >> 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

Re: Observer method resolution

2011-06-08 Thread David Blevins
:) 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

Re: Observer method resolution

2011-06-08 Thread Gurkan Erdogdu
@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

Observer method resolution

2011-06-08 Thread David Blevins
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