]
Michael Anstis reassigned DROOLS-683:
-------------------------------------
Assignee: Marco Rietveld (was: Mark Proctor)
ContextNotActiveException: WELD-001303 No active contexts for scope
type javax.enterprise.context.RequestScoped
---------------------------------------------------------------------------------------------------------------
Key: DROOLS-683
URL:
https://issues.jboss.org/browse/DROOLS-683
Project: Drools
Issue Type: Bug
Affects Versions: 6.2.0.CR4
Environment: Ubuntu Linux x64 & Tomcat 7
Reporter: Abel Marrero Santos
Assignee: Marco Rietveld
Labels: Exception, REST,, Weld
An exception is raised when the REST method to create a new organizational unit is
invoked.
To reproduce the issue you only have to POST to /rest/organizationalunits a JSON like:
{
"name":"testorg",
"description":"",
"owner":"test",
"repositories":[]
}
and then check the job result or check the server logs.
It works fine in version 6.2.0.CR3