[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5552) ESB Editor - missing properties for EJBAction

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Mon Dec 21 19:12:30 EST 2009


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

Brian Fitzpatrick commented on JBIDE-5552:
------------------------------------------

It looks like these are defined the same for EJB 2.x and 3.x:

<property name="ejb-params">
    <!-- arguments of the operation and where to find them in the message -->
    <arg0 type="java.lang.String">username</arg0>
    <arg1 type="java.lang.String">password</arg1>
</property>

So it appears to be just a named property in the EJB that you're referencing.

> ESB Editor - missing properties for EJBAction
> ---------------------------------------------
>
>                 Key: JBIDE-5552
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5552
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: esb
>    Affects Versions: 3.1.0.GA
>            Reporter: Brian Fitzpatrick
>            Assignee: Viacheslav Kabanovich
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> After talking to Kevin Conner, it seems we need to add support for the "ejb-params" properties. They map to the parameters for the method invocation. 
> Details are available in the ESB 4.7 Programmer's Guide. 

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