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...
Type: Posts; User: mickknutson; Keyword(s):
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...
Is there any way to put these timeouts on a PER-Method basis?
So each method in my port could have a different timeout?
We tried that:
public class HandlerConfiguration {
@Bean(autowire = Autowire.BY_NAME)
@Scope(value = "prototype")
public LoggingHandler loggingHandler() {
return new...
Did you ever resolve this issue?
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"...
I actually separated my Async component into another Object
@Autowired
public AppointmentComponent appointmentComponent;
private static final Logger logger =...
Can you post your applicationContext?
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...
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
...
Thanks for the reply. I voted and I really appreciate all the work you have done one this. Great stuff.
I uploaded to 2.5.0.RC1 just now, and this was solved.
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.
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.
I also tried to install Spring Roo extension and I get the same error.
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...
Don't hyjack this thread!!!!!!!
I am going to put a single service into implementation, then run Spring Insight and will post my findings here. Thanks.
Then if the methods should return void, would this be a good solution for my fire-and-forget webservices?
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...
I have a webservice that is written in Groovy DSL:
routingLookupService(org.springframework.ws.client.core.WebServiceTemplate) {
messageSenders = [ref("routingLookupHttpSender")]...
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:
...
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 -->
...
Any update on this tutorial?
I really want to use Webflow in my current VXML application.
I changed the User.Authorities annotations to:
@ManyToMany(targetEntity = Authority.class,
fetch = FetchType.LAZY
)
@Cascade(...
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...