Search:

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

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    955

    We actually used just Spring MVC as the VXML spec...

    We actually used just Spring MVC as the VXML spec does not really work well for states as you are trying to get with webflow.

    We use server side state management for various transitions, but where...
  2. Replies
    6
    Views
    5,299

    Is there any way to put these timeouts on a...

    Is there any way to put these timeouts on a PER-Method basis?
    So each method in my port could have a different timeout?
  3. We tried that: public class...

    We tried that:

    public class HandlerConfiguration {

    @Bean(autowire = Autowire.BY_NAME)
    @Scope(value = "prototype")
    public LoggingHandler loggingHandler() {
    return new...
  4. Did you ever resolve this issue?

    Did you ever resolve this issue?
  5. I have another issue now:...

    I have another issue now:
    https://jira.springframework.org/browse/SPR-6479



    With this said, I have an existing application that has a session scoped VO.

    <bean id="callSession"...
  6. Solved:

    I actually separated my Async component into another Object


    @Autowired
    public AppointmentComponent appointmentComponent;

    private static final Logger logger =...
  7. Replies
    1
    Views
    1,296

    Can you post your applicationContext?

    Can you post your applicationContext?
  8. Tying to test @Async and parallel processing of a service

    I need some help please, trying to test an @Async call
    I am trying to verify the parallel processing of my service.

    Here is my services in action


    public class AppointmentComponentImpl...
  9. Replies
    3
    Views
    955

    Webflow with VXML views?

    I am running Spring MVC and Velocity (.vm) to generate a Voice XML application. I would like to use Webflow to help with our complex page transition.

    Can I use Webflow for this?

    Similar to

    ...
  10. Replies
    8
    Views
    2,931

    Thanks for the reply. I voted and I really...

    Thanks for the reply. I voted and I really appreciate all the work you have done one this. Great stuff.
  11. Replies
    8
    Views
    2,931

    I uploaded to 2.5.0.RC1 just now, and this was...

    I uploaded to 2.5.0.RC1 just now, and this was solved.
  12. Replies
    8
    Views
    2,931

    I updated and this is a great improvement, but I...

    I updated and this is a great improvement, but I cannot see how to run the grails app against tcServer 6.

    I see a 'publish to server' icon, but it is grayed out.
  13. How do I run an STS grails app in the configured tcServer?

    I am looking for a way to run my Grails 1.3.5 app in the tcServer in STS 2.3.2.RELEASE but I cannot find a way to do this.
  14. Replies
    8
    Views
    2,931

    I also tried to install Spring Roo extension and...

    I also tried to install Spring Roo extension and I get the same error.
  15. Replies
    8
    Views
    2,931

    Issue installing Grails in STS

    I am trying to install the 'Grails (current production release)' extension in STS 2.3.2.RELEASE

    Here is the error I get:


    An error occurred while installing the items
    session context...
  16. Replies
    7
    Views
    848

    Don't hyjack this thread!!!!!!!

    Don't hyjack this thread!!!!!!!
  17. Replies
    7
    Views
    848

    I am going to put a single service into...

    I am going to put a single service into implementation, then run Spring Insight and will post my findings here. Thanks.
  18. Replies
    7
    Views
    848

    Then if the methods should return void, would...

    Then if the methods should return void, would this be a good solution for my fire-and-forget webservices?
  19. Replies
    7
    Views
    848

    Question about @Async without AMQ?

    I am in the SpringOne currently, and I heard about @Async

    I am trying to see if this solution can help with performing Asynchonous task in some webservice calls, without having to install and use...
  20. Need help to add HandlerResolver to WebServiceGatewaySupport client

    I have a webservice that is written in Groovy DSL:



    routingLookupService(org.springframework.ws.client.core.WebServiceTemplate) {
    messageSenders = [ref("routingLookupHttpSender")]...
  21. Getting header Session ID from web service?

    I need to extract the sessionID from the response header and need some help to get this.

    I have my DSL declaration for my bean:


    ...
  22. Migrating context-parameters from web.xml into Spring Bean for use in JSP's?

    I have a legacy application that I am trying to migrate to Spring.
    Currently there are dozens of context-parameters:


    <!-- PARAMETER FOR SETTING THE CALLBACK START TIME -->
    ...
  23. Any update on this tutorial? I really want to...

    Any update on this tutorial?

    I really want to use Webflow in my current VXML application.
  24. SOLVED: but not completely clear as to the reason

    I changed the User.Authorities annotations to:


    @ManyToMany(targetEntity = Authority.class,
    fetch = FetchType.LAZY
    )
    @Cascade(...
  25. I have also taken the log ouput for that test: ...

    I have also taken the log ouput for that test:


    DEBUG (BaseDaoJpaImpl.delete: 1390) |
    DEBUG (BaseDaoJpaImpl.delete: 1397) | delete(final T entity)
    DEBUG (SQL.logStatement: 111) | select...
Results 1 to 25 of 194
Page 1 of 8 1 2 3 4