I was working around updating the components in my project and I found out that when httpclient was updated from 3.1 to 4.0.1 they have removed the HttpConnectionManager class from the package. It's...
Type: Posts; User: gro; Keyword(s):
I was working around updating the components in my project and I found out that when httpclient was updated from 3.1 to 4.0.1 they have removed the HttpConnectionManager class from the package. It's...
Hi,
for few days now I've tried to migrate old struts application to spring by delegating action management. I've done the following steps:
In struts-config.xml I've changed every action type to...
Hi, I've been very pleased to work with spring javaMail classes and I got those working for simple non-secure smtp server quite easily. Finally when I started to move the component to production I...
okay, I don't know wheter this is pretty or not, but what I did is that I made the layer that creates workflows BeanFactoryAware and gave it as a constructor parameter to each workflow. Comments and...
I've been looking into this and into the other OSworkflow example on spring forums. At the moment I'm having a problem with finding the beanFactory. My workflowStore and workflow factory are created...
I've managaed to make some progress. I've noticed that however i configure quartz at the end I will get following exception:
HTTP Status 500 -
type Exception report
message
description...
Here is the full stacktrace, if it helps.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.scheduling.quartz.SchedulerFactoryBean'...
Ok, this wasn't as simple as I tought... I've had 2 persons to check it out, one of which is extremely familiar with spring, other with quartz. Yet no clue what-so-ever. My spring version is 1.2.1...
Hi,
I feel that the problem I'm having must have the simpliest solution... there just might be something I've overlooked, but I just can't figure it out. I'm trying to create some simple scheduling...