Search:

Type: Posts; User: nishki77; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,176

    unbind port in RmiServiceExporter

    hi,

    i didn't understand your answer.
    i have call to RmiServiceExporter.destroy() function.
    but the port is still alive.

    RmiServiceExporter.destroy().
    ...
  2. Replies
    2
    Views
    1,176

    RmiServiceExporter - change port

    hi,

    after i bound a service with RmiServiceExporter, i would like to change the port and bind the service to this port (it means closing the exising one):

    code:
    exporter.setRegistryPort(1234);...
  3. Replies
    1
    Views
    768

    multi threaded client server

    hi,

    I have a server code who handles a few clients (thread for each client, there is a key for each client).
    For each client i have differnent data stored with the key the client sends.
    My code...
  4. Replies
    1
    Views
    970

    multi threaded client server

    hi,

    I have a server code who handles a few clients (thread for each client, there is a key for each client).
    For each client i have differnent data stored with the key the client sends.
    My code...
  5. Replies
    4
    Views
    1,137

    server side

    Hi,

    At the server side ialso have the port only on runtime, so I used the same mechanism for the server side.


    JAVA code:

    public class RmiServerServiceProxyFactory<T> {
    private Class<T>...
  6. Replies
    4
    Views
    1,137

    PropertyPlaceholderConfigurer

    hI,

    Does PropertyPlaceholderConfigurer can also solve this probelm?
    On runtime i will set the parameter to XXX class, then
    <bean...
  7. Replies
    4
    Views
    1,137

    Using RMIPRoxyFactoryBean

    Hi,

    i would like to use RMIPRoxyFactoryBean, but i know the port serviceURL only on runtime. So, i can't use it by injection.
    How can i forward the port without changing the xml?
    can i do...
  8. Replies
    0
    Views
    529

    Using RMIPRoxyFactoryBean

    Hi,

    i would like to use RMIPRoxyFactoryBean, but i know the port serviceURL only on runtime. So, i can't use it by injection.
    How can i forward the port without changing the xml?
    can i do...
  9. Thread: maven

    by nishki77
    Replies
    4
    Views
    870

    i need 2.5.5 jars version

    I checked the indicated links,
    The latest version of the spring jars is missing.
    Is there are another links??
  10. Thread: maven

    by nishki77
    Replies
    4
    Views
    870

    maven

    Hi,
    I am using maven to compile my code.
    I need to specify the path from where can maven download spring jars.
    For example:
    http://www.ibiblio.org/maven

    What is the path to download spring...
  11. Replies
    1
    Views
    1,725

    More data

    The command is:
    ApplicationContext ctx = new FileSystemXmlApplicationContext(SPRING_FILE);

    The exception is:

    org.springframework.beans.factory.BeanDefinitionStoreException:
    Unexpected...
  12. Replies
    1
    Views
    1,725

    Exception loading beans with webLogic jars

    hi,

    I am getting an exception when i am trying to load beans with ApplicationContext.getBeans().
    before i tring to get the beans i load to the class loader the weblogic.jar and wljmxcliect.jar...
  13. Replies
    0
    Views
    723

    Injecting ObjectName

    Ho do i inject the objectname property of org.springframework.jmx.access.MBeanProxyFactoryBe an

    example:
    <bean id="remoteRantServiceMBean"
    class="org.springframework.jmx.access.MBeanProxyFa...
  14. Replies
    1
    Views
    1,211

    Injectiong ObjectName

    Ho do i inject the objectname property of org.springframework.jmx.access.MBeanProxyFactoryBean

    example:
    <bean id="remoteRantServiceMBean"
    ...
  15. Replies
    0
    Views
    612

    How do i use managementInterface?

    Hi,

    I am trying to use declared interfaces in my code.
    for example:MBeanClientInterceptor.managementInterface
    or:
    FactoryBean.setProxyInterface

    i don't know what is the purpose of this...
  16. Replies
    2
    Views
    961

    It works - does this configuration element was chnaged in 2.5

    hi,

    thanks a lot it works.
    Does this configuration element was changed in 2.5?
    As far as i know in Spring 2.0 it the configuration element was:
    <aop:spring-configured>

    Thanks
  17. Replies
    2
    Views
    961

    using @Configurable aspect

    Hi,

    i am trying to use @Configurable aspect.
    I add to the xml <aop:spring-configured/>.
    and gave to the vm argument -javaagent:c:/spring-framework-2.5.5/lib/aspectj/aspectjweaver.jar

    but i...
  18. Replies
    2
    Views
    1,140

    using @Configurable aspect

    Hi,

    i am trying to use @Configurable aspect.
    I add to the xml <aop:spring-configured/>.
    <beans xmlns="http://www.springframework.org/schema/beans"...
  19. How to inject JMXServiceURL form java properties??

    How to inject JMXServiceURL form java properties??
  20. Inject data from a running bean to a loaded bean

    Hi

    I would like to inject data from a running bean to a loaded bean.
    In this sample I would like to create a MBeanServerConnection on runtime.
    The data for this connection will be received on...
  21. Replies
    0
    Views
    1,453

    Connecting MBeanServerConnectionFactoryBean

    hi,

    I would like to whether i connect throw MBeanServerConnectionFactoryBean without puuting the environment data in the xml or properies files?
    for example:

    <bean...
  22. Replies
    3
    Views
    2,407

    I already saw this examples,but..

    I already saw this examples,but i would like to know if there is another way to use Spring framework:
    1. How can i pass data to the xml variables ${WS_HOST}:${WS_PORT}
    I get this data from the...
  23. Replies
    3
    Views
    2,407

    Monitoring WebLogic MBeans

    hi,

    I am new with Spring.
    I would like to know how can i use Spring for Monitoring WebLogic MBeans?

    for example (the old code):
    the data is:
    host = "xxx"
    port = 7001
    username = "yyy"
Results 1 to 23 of 23