org.springmodules.workflow.jbpm31
Class LocalJbpmConfigurationFactoryBeanWorkaround

java.lang.Object
  extended by org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBean
      extended by org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBeanWorkaround
All Implemented Interfaces:
org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class LocalJbpmConfigurationFactoryBeanWorkaround
extends org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBean

This class is an ugly workaround for the issue described in http://forum.springframework.org/showthread.php?p=87189 http://opensource.atlassian.com/projects/spring/browse/MOD-266

This was supposedly fixed in springmodules 0.7 but the problem still remains in 0.8!


Constructor Summary
LocalJbpmConfigurationFactoryBeanWorkaround()
           
 
Method Summary
 void setBeanFactory(org.springframework.beans.factory.BeanFactory arg0)
           
 void setBeanName(String arg0)
           
 
Methods inherited from class org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBean
afterPropertiesSet, destroy, getConfiguration, getContextName, getFactoryLocator, getObject, getObjectFactory, getObjectType, getProcessDefinitions, getProcessDefinitionsResources, getSessionFactory, isCreateSchema, isDropSchema, isSingleton, setConfiguration, setContextName, setCreateSchema, setDropSchema, setObjectFactory, setProcessDefinitions, setProcessDefinitionsResources, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalJbpmConfigurationFactoryBeanWorkaround

public LocalJbpmConfigurationFactoryBeanWorkaround()
Method Detail

setBeanFactory

public void setBeanFactory(org.springframework.beans.factory.BeanFactory arg0)
                    throws org.springframework.beans.BeansException
Specified by:
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
Overrides:
setBeanFactory in class org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBean
Throws:
org.springframework.beans.BeansException

setBeanName

public void setBeanName(String arg0)
Specified by:
setBeanName in interface org.springframework.beans.factory.BeanNameAware
Overrides:
setBeanName in class org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBean


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.