[Design of POJO Server] - Re: JRMPProxyFactory equivalent for POJO Services
by ALRubinger
"ron.sigal(a)jboss.com" wrote : 1. Provisionally, I've put RemotingProxyFactory in jboss-aspects/remoting, since it uses facilities from there. Is there some other more appropriate home for it?
RemotingProxyFactory does the following:
1) Registers the target w/ the Dispatcher
2) Constructs a POJI Proxy to the target
3) Adds an interceptor chain to the proxy
As it's not itself an aspect, I'd consider it a good candidate for a yet-to-exist project under jbossas/projects as opposed to jboss-aspects. What qualifies a candidate for an integration project (jbossas/projects/integration/remoting)?
"ron.sigal(a)jboss.com" wrote : 3. "scott.stark" wrote :
| | the jndi binding should be done via an aspect on this bean.
| I don't understand. Why not just do it in RemotingProxyFactory?
Who's to say that the returned remoting proxy will always be bound into JNDI? I'd view this as a separate concern. :)
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166290#4166290
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166290
17 years, 8 months
[Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPConstructorJoinpoint and methodHasSubInstanceMetaData
by adrian@jboss.org
I've fixed that, but I still seeing the problem.
I added some logging. If you replace jboss-mdr with the latest build
and enable trace for org.jboss.metadata.plugins.loader.reflection
you should see lots of
| 2008-07-23 19:59:07,706 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature put[java.lang.Object, java.lan
| g.Object] does not exist on class org.jboss.ejb3.cache.CacheFactoryRegistry
| 2008-07-23 19:59:07,707 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature clear[] does not exist on clas
| s org.jboss.ejb3.cache.CacheFactoryRegistry
| 2008-07-23 19:59:07,707 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature hash[int] does not exist on cl
| ass org.jboss.ejb3.cache.CacheFactoryRegistry
| 2008-07-23 19:59:07,707 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature hash[java.lang.Object] does no
| t exist on class org.jboss.ejb3.cache.CacheFactoryRegistry
| 2008-07-23 19:59:07,707 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature entrySet[] does not exist on c
| lass org.jboss.ejb3.cache.CacheFactoryRegistry
| 2008-07-23 19:59:07,707 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature get[java.lang.Object] does not
| exist on class org.jboss.ejb3.cache.CacheFactoryRegistry
| 2008-07-23 19:59:07,707 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature putAll[java.util.Map] does not
| exist on class org.jboss.ejb3.cache.CacheFactoryRegistry
| 2008-07-23 19:59:07,707 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature size[] does not exist on class
| org.jboss.ejb3.cache.CacheFactoryRegistry
| 2008-07-23 19:59:07,707 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature values[] does not exist on cla
| ss org.jboss.ejb3.cache.CacheFactoryRegistry
| 2008-07-23 19:59:07,707 DEBUG [org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader] (main) Method with signature init[] does not exist on class
| org.jboss.ejb3.cache.CacheFactoryRegistry
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166236#4166236
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166236
17 years, 8 months