Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,591

    louis2609, As I stated earlier that doesn't...

    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...
  2. Replies
    5
    Views
    1,591

    Another thing I've tried that didn't work.... ...

    Another thing I've tried that didn't work....




    import java.lang.System
    System.setProperty("java.rmi.server.hostname", SessionDict['IPAddress']);...
  3. Replies
    5
    Views
    1,591

    Another attempt that didn't work though it looked...

    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,...
  4. Replies
    5
    Views
    1,591

    Some things I have tried: ...

    Some things I have tried:

    org.springframework.integration.ip.CommonSocketOptions
    org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler...
  5. Replies
    5
    Views
    1,591

    How do I set the local IP address in Spring?

    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...
  6. Replies
    0
    Views
    828

    Bind to IP Address

    Hi,

    I am using ClassPathXmlApplicationContext followed by getBean to create my spring beans (Is that the right terminology?)


    ctx = ClassPathXmlApplicationContext(strXMLFile)
    schedulerService...
  7. Replies
    2
    Views
    448

    Well I found the answer..... I needed to add...

    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...
  8. Replies
    2
    Views
    448

    I have made a few more attempts to get this...

    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 =...
  9. Replies
    2
    Views
    448

    how to pass the token onto the next bean?

    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...
  10. I ended up using the Spring Jar's but your answer...

    I ended up using the Spring Jar's but your answer helped me get to the solution. Thanks.

    Dave.
  11. Thanks Greg, This put me on the track to...

    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...
  12. ContextPropagatingRemoteInvocation with Jython

    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...
  13. security.context.rmi.ContextPropagatingRemoteInvoc ation with Jython

    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...
Results 1 to 13 of 13