[
https://issues.jboss.org/browse/JBRULES-2905?page=com.atlassian.jira.plug...
]
Geoffrey De Smet updated JBRULES-2905:
--------------------------------------
Description:
Currently using drools-spring means you need to be able to lay a connection to the
Internet to download the xsd.
Spring has support to avoid that.
Do the following:
1) Define a good url for the XSD. The current one sux:
https://github.com/droolsjbpm/droolsjbpm-integration/raw/master/drools-co...
Take something like
http://www.drools.org/schema/drools-spring-1.2.0.xsd
or http\://www.jboss.org/schema/drools-spring-1.2.0.xsd
Check with
jboss.org what's the best location.
2) Include spring properties files in the drools-spring jar to map that url to
<good url> = /org/drools/container/spring/drools-spring-1.2.0.xsd
You need 2 files (put them in src/main/resources(/META-INF)):
META-INF/spring.schemas
http\://www.drools.org/schema/drools-spring-1.2.0.xsd=org/drools/container/spring/drools-spring-1.2.0.xsd
META-INF/spring.handlers
?
3) Actually upload the XSD to that good url too, so it's available for
Eclipse/IntelliJ.
was:
Currently using drools-spring means you need to be able to lay a connection to the
Internet to download the xsd.
Spring has support to avoid that.
Do the following:
1) Define a good url for the XSD. The current one sux:
https://github.com/droolsjbpm/droolsjbpm-integration/raw/master/drools-co...
2) Include spring properties files in the drools-spring jar to map that url to
<good url> = /org/drools/container/spring/drools-spring-1.2.0.xsd
If I recall correctly you need 2 properties files.
3) Actually upload the XSD to that good url too, so it's available for
Eclipse/IntelliJ.
drools-spring: Should be able to work offline too. Include XSD in the
jar and use the spring support to map the URL to the included XSD.
----------------------------------------------------------------------------------------------------------------------------------------
Key: JBRULES-2905
URL:
https://issues.jboss.org/browse/JBRULES-2905
Project: Drools
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Reporter: Geoffrey De Smet
Assignee: Mark Proctor
Currently using drools-spring means you need to be able to lay a connection to the
Internet to download the xsd.
Spring has support to avoid that.
Do the following:
1) Define a good url for the XSD. The current one sux:
https://github.com/droolsjbpm/droolsjbpm-integration/raw/master/drools-co...
Take something like
http://www.drools.org/schema/drools-spring-1.2.0.xsd
or http\://www.jboss.org/schema/drools-spring-1.2.0.xsd
Check with
jboss.org what's the best location.
2) Include spring properties files in the drools-spring jar to map that url to
<good url> = /org/drools/container/spring/drools-spring-1.2.0.xsd
You need 2 files (put them in src/main/resources(/META-INF)):
META-INF/spring.schemas
http\://www.drools.org/schema/drools-spring-1.2.0.xsd=org/drools/container/spring/drools-spring-1.2.0.xsd
META-INF/spring.handlers
?
3) Actually upload the XSD to that good url too, so it's available for
Eclipse/IntelliJ.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira