[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3549) Providing APIs for getting the output message of the jboss server through WTP server adaptor

Denny Xu (JIRA) jira-events at lists.jboss.org
Thu Jan 15 00:33:04 EST 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-3549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447902#action_12447902 ] 

Denny Xu commented on JBIDE-3549:
---------------------------------

Max, The TestUI is trying provide UI for invoking a ESB service which is deployed through WTP jboss adaptor,  you are right, console output is not a good way for verifying the invoking of a ESB service, 
since some ESB service may return nothing, so in that case, there is no way to know whether the Service is right or not, the console output seems to be the only choice.

Rob,  Send Messages to Queue is just one of the steps of invoking a ESB service, when a JMS specified(just take the JMS transport as a example, there are also some other transport, and their invoking way may be different ) ESB service is invoked, the steps are: 
1. Send the JMS message to a Queue or Topic
2. ESB listeners get the message from the Queue or Topic and pass it to Service actions,
what I want to get is the result of execution of these Service Actions,  it's the final result of executing a esb service, so the TestUI will not focus on verifying a message was sent or not but try to verify the service actions was executed or not,



> Providing APIs for getting the output message of  the jboss server through WTP server adaptor
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-3549
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3549
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: JBossAS
>    Affects Versions: LATER
>            Reporter: Denny Xu
>            Assignee: Rob Stryker
>
> Rob,  I am trying to develop a Test UI for ESB service,  I would like to  have   APIs to get the console output of a running server so that I can show the result message on TestUI page after a Test action is executed.
> since there might be a lot of application running on the server, and there maybe a lots of outputs  during a period , so if we can only get the output of a specified application, that would be better.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list