[jira] Commented: (OWB-496) Don't replace the ProxyFactory classloaderProvider without the intention to do so

2011-01-06 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12978246#action_12978246 ] Gurkan Erdogdu commented on OWB-496: see rev1055806. I have added flag to

[jira] Commented: (OWB-496) Don't replace the ProxyFactory classloaderProvider without the intention to do so

2011-01-06 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/OWB-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12978444#action_12978444 ] David Jencks commented on OWB-496: -- I don't understand why you are pursuing this solution. In

Re: svn commit: r1055805 [1/2] - in /openwebbeans/trunk/webbeans-impl/src: main/java/org/apache/webbeans/annotation/ main/java/org/apache/webbeans/config/ main/java/org/apache/webbeans/container/ main

2011-01-06 Thread David Blevins
On Jan 6, 2011, at 1:55 AM, Gurkan Erdogdu wrote: Some statements in WebBeansContext and DefaultsingleonService as util.Track. I will comment out them Whoops! Thanks, Gurkan! I have a script to comment/uncomment them, but forgot to run it. Was a little tired :) -David

Re: Next steps with WebBeansContext?

2011-01-06 Thread David Blevins
On Dec 31, 2010, at 1:31 PM, David Jencks wrote: Some of these ideas are implemented in the patch attached to https://issues.apache.org/jira/browse/OWB-511 thanks david jencks On Dec 31, 2010, at 12:02 PM, David Jencks wrote: I looked at the WebBeansContext recently and was a little

Does it needed to deploy single annotated Type if there's no annotation in the impl Class ?

2011-01-06 Thread Shawn Jiang
I met some CNF problem when running full profile Geronimo TCK. I traced the problem and found even there's no annoation at all in implClass. deploySingleAnnoatedType() will still get executed and scan all the field of the implClass. See following code in method:

Re: Does it needed to deploy single annotated Type if there's no annotation in the impl Class ?

2011-01-06 Thread David Jencks
Hi Shawn, I think there are several situations where a class with no annotations can still be a web bean. I'm not very familiar with these but I think one case is when there's an annotated Producer method that returns an instance of the class. David Blevins improved the xbean-finder so that