[jboss-jira] [JBoss JIRA] (DROOLS-880) Return a success response but the rule seems to be not running.
Edson Tirelli (JIRA)
issues at jboss.org
Thu Sep 3 17:10:00 EDT 2015
[ https://issues.jboss.org/browse/DROOLS-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105389#comment-13105389 ]
Edson Tirelli commented on DROOLS-880:
--------------------------------------
I think I was able to reproduce the problem. In version 6.3.x, in order to support both XML formats (XStream and JAXB), we had to add a new header to the HTTP request:
X-KIE-ContentType
It can be assigned one of the following values: xstream, xml, json
If I add that header to the HTTP request, it works fine (see attached screenshot). When I execute that request, it prints on my console:
17:04:45,715 INFO [stdout] (default task-18) >>>>> TestVO = "MyVO1"
Please try adding that header and let me know if it works for you. Also, we released 6.3.0.CR2 a couple days ago. Please upgrade to that version.
> Return a success response but the rule seems to be not running.
> ---------------------------------------------------------------
>
> Key: DROOLS-880
> URL: https://issues.jboss.org/browse/DROOLS-880
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Affects Versions: 6.3.0.CR1
> Environment: CPU : Intel(R) Xeon(R) CPU E5-2650
> RAM : 128Gb
> Linux Kernel : 2.6.32-431.el6.x86_64
> Drools : 6.3.0.CR1
> Rest Client : Soap UI
> Reporter: 재우 이
> Assignee: Edson Tirelli
> Attachments: 2015_08_20_11_27_43_987.mp4, window-1.1.4.jar
>
>
> Kie_server returns a success rest response status code, but nothing show up in my log file.
> It seems to be not running only in "6.3.0.CR1". (The rules work "6.2.0.Final")
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list