louis2609,
As I stated earlier that doesn't work. it was just one of the many I tried....
I still have not found a solution for this, I did however find this post (but nothing else related to...
Type: Posts; User: damies; Keyword(s):
louis2609,
As I stated earlier that doesn't work. it was just one of the many I tried....
I still have not found a solution for this, I did however find this post (but nothing else related to...
Another thing I've tried that didn't work....
import java.lang.System
System.setProperty("java.rmi.server.hostname", SessionDict['IPAddress']);...
Another attempt that didn't work though it looked promising:
*sys-package-mgr*: processing new jar, 'H:\mypath\commons-httpclient-3.1.jar'
*sys-package-mgr*: processing modified jar,...
Some things I have tried:
org.springframework.integration.ip.CommonSocketOptions
org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler...
In the grinder I have the following Function that allows me to set the ip address that my client applet connects from when I use the Grinder's http classes. I am trying to test a spring based...
Hi,
I am using ClassPathXmlApplicationContext followed by getBean to create my spring beans (Is that the right terminology?)
ctx = ClassPathXmlApplicationContext(strXMLFile)
schedulerService...
Well I found the answer.....
I needed to add the following imports:
from org.springframework.security.context import SecurityContextImpl
from org.springframework.security.context import...
I have made a few more attempts to get this working, so some more info....
(In the below code snippets I have only shown the lines changed)
Try1
self.ctx =...
I am trying to use the Spring framework with the Grinder to test a java application that uses the spring framework. (all code here is Jython)
I have successfully connected to the application...
I ended up using the Spring Jar's but your answer helped me get to the solution. Thanks.
Dave.
Thanks Greg,
This put me on the track to finding my solution. I never got springpython working with the Grinder, but honestly only spend a couple of minutes trying, as I already had the Java...
Hi All,
I posted a question here:
http://forum.springsource.org/showthread.php?109097-security.context.rmi.ContextPropagatingRemoteInvoc-ation-with-Jython
But it might have been better in this...
Firstly, not sure if this is the right place to past this, forum admin please move if not right.
Before I ask the question I will give some background to what I am trying to achieve.
I have...