Hi, I'm working with a class developed probably a couple of years ago. Basically, this class implements the following interfaces:
Block, Contextualizable, Composable, Configurable, Initializable Although the deployment is successfull, in the phoenix.log file I receive the following ERROR: ERROR 2003-12-11 01:02:36.421 [Phoenix.] (): The Block named "rmiremotemanager" (implementation class "org.apache.james.remotemanager.RMIRemoteManager"), implements Block interface. The Block interface has been deprecated and should no longer be used. I tried to remove the Block interface from the class, but then the server doesn't start any more. The methods currently implemented follows: contextualize(Context) compose(ComponentManager) configure(Configuration) initialize() Could anyone suggest me the possible corrections/best practices for new Phoenix components? Thanks, Marco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
