2 Replies Latest reply on Sep 12, 2002 12:19 PM by adrian.brock

    Can't deploy default-package MBean

    macleoa

      It seems you can't deploy (via user-service.xml) an MBean if it's package is the default package. The org.jboss.system.ServiceCreator reports it cannot find the class even though it seems to have found the jar ok.

      E.g. public class Ali implements AliMBean {...} cannot be deployed but will deploy once moved to
      package a.b.c;

      Is this a bug or is there a good reason for this behaviour?

      cheers, Alasdair.