[jbosstools-issues] [JBoss JIRA] Created: (JBDS-1394) ESB Editor 1.3 generates incomplete template when creating New->Custom Action.

Ken Johnson (JIRA) jira-events at lists.jboss.org
Thu Nov 4 14:47:01 EDT 2010


ESB Editor 1.3 generates incomplete template when creating New->Custom Action.
------------------------------------------------------------------------------

                 Key: JBDS-1394
                 URL: https://jira.jboss.org/browse/JBDS-1394
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
          Components: SOA Platform
    Affects Versions: 4.0.0.Beta1
         Environment: JBDS 4 Beta 1.  RHEL 6, x86_64.  Sun 1.6 JDK 64-bit.
            Reporter: Ken Johnson


Using the ESB Editor: after creating a new Service, I create a new custom action by right-selecting the Action folder under the newly created service and choose New-> Custom Action...  
I enter MyAction for both Name and Class and click OK.
Click the Class link under the Action section in the editor panel to bring up New ESB Action dialog.
Enter Package name as org.jboss.foo
Browse for Superclass and choose AbstractActionPipelineProcessor
Everything else left as default.
Click Finish.

The following is generated for the constructor:
	public MyAction() {
		// TODO Auto-generated constructor stub
	}

This is an invalid constructor at deployment time.  The correct constructor should accept ConfigTree, a local variable should be generated for the config info and org.jboss.soa.esb.helpers.ConfigTree should be added to the imports.  It appears prior versions of the tooling worked this way.


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

        


More information about the jbosstools-issues mailing list