[overlord-issues] [JBoss JIRA] (RTGOV-354) Situation Assignment not working in EAP environment

Eric Wittmann (JIRA) issues at jboss.org
Wed Feb 19 07:41:47 EST 2014


     [ https://issues.jboss.org/browse/RTGOV-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Wittmann updated RTGOV-354:
--------------------------------

    Description: 
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}

  was:
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):

@Inject javax.enterprise.inject.Instance<VoidHandler> voidHandlerFactory;

VoidHandler vh = voidHandlerFactory.get();


    
> 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
>
> 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


More information about the overlord-issues mailing list