hi,
i didn't understand your answer.
i have call to RmiServiceExporter.destroy() function.
but the port is still alive.
RmiServiceExporter.destroy().
...
Type: Posts; User: nishki77; Keyword(s):
hi,
i didn't understand your answer.
i have call to RmiServiceExporter.destroy() function.
but the port is still alive.
RmiServiceExporter.destroy().
...
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);...
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...
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...
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>...
hI,
Does PropertyPlaceholderConfigurer can also solve this probelm?
On runtime i will set the parameter to XXX class, then
<bean...
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...
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...
I checked the indicated links,
The latest version of the spring jars is missing.
Is there are another links??
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...
The command is:
ApplicationContext ctx = new FileSystemXmlApplicationContext(SPRING_FILE);
The exception is:
org.springframework.beans.factory.BeanDefinitionStoreException:
Unexpected...
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...
Ho do i inject the objectname property of org.springframework.jmx.access.MBeanProxyFactoryBe an
example:
<bean id="remoteRantServiceMBean"
class="org.springframework.jmx.access.MBeanProxyFa...
Ho do i inject the objectname property of org.springframework.jmx.access.MBeanProxyFactoryBean
example:
<bean id="remoteRantServiceMBean"
...
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...
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
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...
Hi,
i am trying to use @Configurable aspect.
I add to the xml <aop:spring-configured/>.
<beans xmlns="http://www.springframework.org/schema/beans"...
How to inject JMXServiceURL form java properties??
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...
hi,
I would like to whether i connect throw MBeanServerConnectionFactoryBean without puuting the environment data in the xml or properies files?
for example:
<bean...
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...
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"