Blueprint xml namespace issues, pt2 [message #990024] |
Mon, 10 December 2012 14:32 |
eis - Messages: 16 Registered: September 2012 |
Junior Member |
|
|
I am still getting
15:45:12,484 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-
host].[/petclinic-gemini]] (MSC service thread 1-15) Servlet /petclinic-gemini t
hrew load() exception: org.springframework.beans.factory.parsing.BeanDefinitionP
arsingException: Configuration problem: Unable to locate Spring NamespaceHandler
for XML schema namespace [http://www.osgi.org/xmlns/blueprint/v1.0.0]
Offending resource: ServletContext resource [/WEB-INF/petclinic-servlet.xml]
with Gemini Blueprint 1.0.2 files. There was a similar discussion earlier, but that issue should've been already fixed with the latest version.
This is my blueprint config:
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd"
>
<bean id="FindOwnersForm"
class="org.springframework.samples.petclinic.web.FindOwnersForm">
<property name="service" ref="MessageService"/>
</bean>
<reference id="MessageService" interface="fi.eis.applications.jboss.poc.osgiservice.api.MessageService"/>
</blueprint>
any ideas? I have the dependency in my manifest to gemini-blueprint-core, where the namespaces are, so they should be available, but apparently aren't. Using JBoss 7.1.
[Updated on: Mon, 10 December 2012 14:33] Report message to a moderator
|
|
|
|
Re: Blueprint xml namespace issues, pt2 [message #1234492 is a reply to message #990373] |
Wed, 22 January 2014 05:03 |
Eclipse User |
|
|
|
FWIW - I've just bumped into the same problem on Eclipse Kepler w/ Blueprint 2.0.0 M02. Problem disappeared when I followed the recommendation in the earlier discussion reference above: increase the start level of org.eclipse.gemini.blueprint.extender (I used 6).
|
|
|
Powered by
FUDForum. Page generated in 0.03459 seconds