Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    251

    Thanks for the reply. Both routes work but...

    Thanks for the reply.

    Both routes work but for my needs I ended up creating a custom entry point.
  2. Replies
    2
    Views
    251

    How to get query string for request

    I want to get the request query string when a user hits the login page.

    so if they went to /myapp/somewhere?param=value

    they would end up at /myapp?param=value

    right now spring security...
  3. Thanks... I used a tasklet. I missed this when...

    Thanks... I used a tasklet. I missed this when going through the documentation. It was exactly what I needed.
  4. Job doesen't fit reader/writer process..what to do?

    Hi,

    What options do I have if I have one job that doesn't really fit reader/writer paradigm? I need to call a service and log the results but that is it. I don't deal with individual items in this...
  5. thanks that worked great for me.

    thanks that worked great for me.
  6. is it possible to load a resource with wildcard mappings?

    Hi

    After looking here: http://static.springsource.org/spring/docs/2.5.x/reference/resources.html

    I see this is possible in section 4.7.2 for loading applicationContext but is there anything I...
  7. So I am running into some issues - I am not...

    So I am running into some issues - I am not seeing my new bean being run.

    do I want to create an init-method in this new bean where I do the checks or do I want to call another function from the...
  8. here is the error message I was recieving: ...

    here is the error message I was recieving:

    INFO XmlConfigurationProvider:380 - Unable to verify action class [xxx] exists at initialization

    xxx was the name of the action I was putting in...
  9. Is it possible to test prototype scoped beans at startup

    I am trying to check dependencies are set during application startup. I have tried using @required and custom init methods but get an error message related to unable to verify .... exists at...
  10. Replies
    0
    Views
    487

    @required error message

    Hi,

    If this is the wrong place to ask this question please let me know.

    It is a spring question but I am using spring in a struts2 application.

    I have been trying to implement some checks...
Results 1 to 10 of 10