I don't know why Muse would be causing the problem - OrganizationUnitDocument.Factory would be loaded by JBoss' application-level classloader. Is the .class file for OrganizationUnitDocument.Factory in WEB-INF/classes? or a .jar file?
Dan "Baseer Khan \(bakhan\)" <[EMAIL PROTECTED]> wrote on 01/16/2007 09:46:08 PM: > I am not sure if this problem is related to Muse or ClassLoader of Jboss > I am using. From one of the capability class methods if I have a code > like this below - > > OrganizationUnitDocument doc = > OrganizationUnitDocument.Factory.newInstance(); > > It throws > Caused by: java.lang.NoClassDefFoundError: > com/cisco/cmp/schemas/x2006/x07/chameleon/organizationUnit/OrganizationU > nitDocument$Factoory > > Factory is the inner class within OrganizationUnitDocument. > > Any ideas how to get around this issue? > > Thanks. > > --Baseer > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
