Hi all,

I'm having problems deploying the new platform to tomcat, error pasted below:

SEVERE: Exception sending context initialized event to listener instance of 
class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'platform.pluginManager' defined in ServletContext resource 
[/WEB-INF/context-parts/raven_local.xml]: Cannot resolve reference to 
bean 'platform.baseFilePath' while setting bean property 'base'; nested 
exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: 
No bean named 'platform.baseFilePath' is defined


I'm using the configuration files from the example used in the workshop.

Platform-basic...

<bean id="platform.baseFilePath" 
class="net.sf.taverna.t2.platform.spring.FileFactoryBean">
                <property name="filePath">
                        <value>${platform.home}</value>
                </property>
</bean>

Has anyone had any joy getting this working? Or has anyone a clue whats going 
wrong here?

Thanks,

Niall.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
taverna-hackers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/taverna-hackers
Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html
FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq

Reply via email to