[jboss-jira] [JBoss JIRA] (DROOLS-985) Loaded wrong version's jar file after restarting kie-server.
Edson Tirelli (JIRA)
issues at jboss.org
Fri Nov 20 08:34:00 EST 2015
[ https://issues.jboss.org/browse/DROOLS-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132123#comment-13132123 ]
Edson Tirelli commented on DROOLS-985:
--------------------------------------
Did you call the API on the kie-server to upgrade to 1.0.1?
Restarting the server will indeed simply reload the same jar it was using before the restart, and that is correct. If you want the server to upgrade to a different version, you have to call the API to do so.
> Loaded wrong version's jar file after restarting kie-server.
> ------------------------------------------------------------
>
> Key: DROOLS-985
> URL: https://issues.jboss.org/browse/DROOLS-985
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Affects Versions: 6.3.0.Final
> Environment: CentOS
> WAS : wildfly-8.2.1.Final
> Drools : 6.3.0.Final
> Reporter: hoon lee
> Assignee: Edson Tirelli
>
> 1. Start unmanaged kie-server
> 2. Create a container
> name : test
> kjar : test:test-rule:1.0.0
> 3. update & release (kjar)
> name : test
> kjar : test:test-rule:1.0.1
> 4. Restart unmanaged kie-server
> * Issue
> => Container 'test' is automatically started and load a 'test-rule:1.0.0' (not 1.0.1)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list