4 Replies Latest reply on Oct 27, 2008 4:51 PM by dmlloyd

    No way to define an ignored stop method?

    dmlloyd

      When building bean metadata (using BeanMetaDataBuilder), there seems to be no way of specifying a start/stop method that is ignored. My concern is that the target class specifies a stop() method, but it is not a lifecycle method so I do not want it to be called (user manual 13.3 says that methods named "start" and "stop" are the defaults for lifecycle methods).

      What is the right workaround?