Re: [rules-users] kie-spring and drools-wb integration

2013-10-10 Thread Mark Proctor
example rest/camel in new xml https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-camel/src/test/resources/org/kie/camel/component/CxfRsSpring.xml Mark On 10 Oct 2013, at 12:56, clayton.tabone wrote: > Hi, > > In Drools 5 it was possible to configure a drools server (based off

[rules-users] kie-spring and drools-wb integration

2013-10-10 Thread clayton.tabone
Hi, In Drools 5 it was possible to configure a drools server (based off of the drools-camel-server-example) and in the Spring configuration the resources could point to assets from Guvnor. It was also possible to configure the knowledge agent to poll these assets for changes. In Drools/KIE 6 I am

Re: [rules-users] protobuf for marshalling

2013-10-10 Thread Geoffrey De Smet
I recall that we made protobuf a normal transitive dependency for drools 6. No need to expecitly add it in 6. Also, drools 6 uses protobuf 2.5. On 10-10-13 10:03, Alexander Wolf wrote: [Drools 5.5.0 Final] Hey, 

[rules-users] protobuf for marshalling

2013-10-10 Thread Alexander Wolf
[Drools 5.5.0 Final] Hey, for using the marshaller I needed to add ProtoBuf jars to my project like this: com.google.protobuf protobuf-java 2.4.1 Is there any particular reason why it is not included in the drools jars or at least mentioned in the documentation? Apparently droo