4 Replies Latest reply on Apr 24, 2007 2:28 AM by starksm64

    unit.getAttachment(Class type) returning null

    anil.saldhana

      In JBAS trunk, I get null for calls like:

      ServiceMetaData smd = unit.getAttachment(ServiceMetaData.class);

      or

      MetaData md = unit.getAttachment(MetaData.class);


      I can see them in the debugger. Is there a test case for this?