Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You have set <code>com.user.UserHandler</code> as bean with name <code>streamer-core</code> with singleton scope. So will be created only one <strong>bean</strong> <code>streamer-core</code> per one Application context. For more details read: <a href="http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/beans.html#beans-factory-scopes-singleton" rel="nofollow">Spring Documentation</a>:</p> <blockquote> <p>Scopes a single bean definition to a single object instance per Spring IoC container.</p> </blockquote> <p>But it is related only for bean. After your set <code>com.user.UserHandler</code> as <a href="http://grepcode.com/file/repo1.maven.org/maven2/org.springframework/spring-context/3.0.2.RELEASE/org/springframework/remoting/support/RemoteAccessor.java#RemoteAccessor.setServiceInterface%28java.lang.Class%29" rel="nofollow">SeviceInterface</a> for RmiProxtFactoryBean you create one more instance for the <code>com.user.UserHandler</code>.</p> <p>Instance for com.user.UserHandler creates in <a href="http://grepcode.com/file/repo1.maven.org/maven2/org.springframework/spring-context/3.0.2.RELEASE/org/springframework/remoting/rmi/RmiProxyFactoryBean.java#RmiProxyFactoryBean.afterPropertiesSet%28%29" rel="nofollow">RmiProxyFactoryBean#afterPropertySet</a> via <a href="http://grepcode.com/file/repo1.maven.org/maven2/org.springframework/spring-aop/3.0.2.RELEASE/org/springframework/aop/framework/ProxyFactory.java#ProxyFactory" rel="nofollow">ProxyFactory</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload