Re: [rules-users] Problem deploying 5.3.0 drools server in Tomcat

2012-02-14 Thread kenburcham
I found this:

http://stackoverflow.com/questions/6349424/apache-cxf-rs-extensions-issue-in-2-4-0

so in my camel-server.xml I removed:

  import
resource=classpath:META-INF/cxf/cxf-extension-jaxrs-binding.xml/
  import resource=classpath:META-INF/cxf/cxf-extension-soap.xml/
  import resource=classpath:META-INF/cxf/cxf-servlet.xml /

and now I can at least start up.  :)

ken.

--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Problem-deploying-5-3-0-drools-server-in-Tomcat-tp3722323p3745379.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Problem deploying 5.3.0 drools server in Tomcat

2012-02-13 Thread kenburcham
Hi guys,

  I get this same error.  I'm deploying 5.3 into a newly downloaded tomcat
6.0.35 running jre 1.6.0_24-b07.  

  I tried removing the offending jar as Esteban suggested but to no avail. 
I also tried running drools 5.4b2 and with that I don't get the jar error,
but instead this is in the log:

Caused by: org.springframework.beans.factory.BeanDefinitionStoreException:
IOException parsing XML document from class path resource
[META-INF/cxf/cxf-extension-jaxrs-binding.xml]; nested exception is
java.io.FileNotFoundException: class path resource
[META-INF/cxf/cxf-extension-jaxrs-binding.xml] cannot be opened because it
does not exist
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
at
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
at
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
at
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.importBeanDefinitionResource(DefaultBeanDefinitionDocumentReader.java:174)
... 52 more
Caused by: java.io.FileNotFoundException: class path resource
[META-INF/cxf/cxf-extension-jaxrs-binding.xml] cannot be opened because it
does not exist
at
org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:143)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)


any ideas?

Thanks!

ken.

--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Problem-deploying-5-3-0-drools-server-in-Tomcat-tp3722323p3740887.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users