Do we need another name field? Here's what we will have with the current proposal:
o The @Process annotation gives you the freedom to name the action method whatever you want. It could be process(), lookupCustomerId(), pinkFluffyBunnies(), ...
o The action defintiion in jboss-esb.xml already has a (required) name attribute. The tooling can use this value to display a user friendly name.
So what do we gain from adding the name field to the @Process annoation?
`k.