]
Edson Tirelli reassigned DROOLS-1749:
-------------------------------------
Assignee: Alexandre Porcelli (was: Edson Tirelli)
Allow Build & Deploy to execute regardless of KieContainer
currently executing
------------------------------------------------------------------------------
Key: DROOLS-1749
URL:
https://issues.jboss.org/browse/DROOLS-1749
Project: Drools
Issue Type: Enhancement
Reporter: Chad Poe
Assignee: Alexandre Porcelli
Currently, when clicking Build & Deploy the first time, an artifact is created and
put in the maven repository, and a KieContainer (with the artifact GAV) is created and
started on Kie Server. When doing active development on a SNAPSHOT of that GAV it would be
nice if Build & Deploy could be used to create a new SNAPSHOT version in the
repository which would allow for the KieScanner to pick up those changes if the container
was configured to do so.
Currently, when clicking Build & Deploy a second time, an error is returned
indicating that a Container already exists with container id matching the GAV of the
artifact.