[
https://issues.jboss.org/browse/RTGOV-354?page=com.atlassian.jira.plugin....
]
Eric Wittmann reassigned RTGOV-354:
-----------------------------------
Assignee: Michael Clay
Situation Assignment not working in EAP environment
---------------------------------------------------
Key: RTGOV-354
URL:
https://issues.jboss.org/browse/RTGOV-354
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Eric Wittmann
Assignee: Michael Clay
The "assign" button works in the mock (dev) environment but fails in the EAP
runtime environment. The Assign button appears in the UI but clicking on it has no
apparent effect. Perhaps an error is being thrown by the server, but it is not logged on
the EAP console and the UI does not respond to it.
As part of fixing this defect I recommend enhancing the VOID rpc handler to use the
notification service to report any errors encountered.
Note: you can use the following to create managed instances of an RPC handler (into which
you can inject the NotificationService):
{code}
@Inject javax.enterprise.inject.Instance<VoidHandler> voidHandlerFactory;
VoidHandler vh = voidHandlerFactory.get();
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira