]
Paul Leacu closed JBDS-2992.
----------------------------
Fix Version/s: 7.1.x
Resolution: Done
I was able to reproduce this bug with JBDSIS 7.0.0.GA - this issue no longer exists with
JBDSIS 7.0.1.CR2. Please retest using this update site URL:
Generated CustomerWebServiceTest can not run on JBoss Dev Studio
integration-stack
----------------------------------------------------------------------------------
Key: JBDS-2992
URL:
https://issues.jboss.org/browse/JBDS-2992
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: integration
Environment: Both RHEL and Windows
Oracle JDK1.7.0_25
JBDS7.1.1
updated Fuse integration-stack
Reporter: Xiaohui Wu
Assignee: Paul Leacu
Fix For: 7.1.x
Added Fuse integration-stack to JBoss Dev Studio at:
https://devstudio.jboss.com/updates/7.0/integration-stack/
Following instructions here:
http://www.jboss.org/products/fuse
Created new project using camel-webservice archetype. Build it, and try to Run As ->
Local Camel Context. You will see there is an erro indicated cannot find the file:
{code}
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML
document from class path resource [META-INF/spring/camelContext.xml]; nested exception is
java.io.FileNotFoundException: class path resource [META-INF/spring/camelContext.xml]
cannot be opened because it does not exist
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:341)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)
at
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:174)
at
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:209)
{code}
in fact the generated fileName is CamelContext.xml, not camelContext.xml
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: