[jira] Resolved: (OWB-246) BeanManager#getReference must create a bean with resolved dependencies

2010-01-24 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Struberg resolved OWB-246. --- Resolution: Fixed Fix Version/s: (was: 1.0.0) M4 Assignee: Mark

[jira] Commented: (OWB-251) Proxies created with JavassistProxyFactory do not intercept private functions

2010-01-24 Thread Sven Linstaedt (JIRA)
[ https://issues.apache.org/jira/browse/OWB-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804252#action_12804252 ] Sven Linstaedt commented on OWB-251: As far as I remember, the EL specs also says, that

[jira] Commented: (OWB-251) Proxies created with JavassistProxyFactory do not intercept private functions

2010-01-24 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804292#action_12804292 ] Gurkan Erdogdu commented on OWB-251: Then do not define *private* methods :) Proxies

About (OWB-251) Proxies created with JavassistProxyFactory do not intercept private functions

2010-01-24 Thread Gurkan Erdogdu
Hi; I will close this issue because OWB must not intercept private methods. Therefore its OK to not intercept private methods of producer, observer etc. It is reasonable because __private__ methods are not called by any other methods that are not defined in __target__ object. I have also tried

nexus procedure

2010-01-24 Thread Matthias Wessendorf
hello, now the nexus is in place, I wonder if there is some wiki that documents the procedure to do the release, via nexus. Thanks! Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter:

Re: About (OWB-251) Proxies created with JavassistProxyFactory do not intercept private functions

2010-01-24 Thread Gurkan Erdogdu
Also, interceptors are applied to business methods of the bean class. I have looked at the how business method restrictions are defined in the EJB 3.1 specification. It says that it must be __public__.(EJB 3.1 specification chapter, 4.9.6). --Gurkan 2010/1/25 Gurkan Erdogdu