This is in a .zip file under lib folder. --Baseer
-----Original Message----- From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 7:30 AM To: [email protected] Subject: Re: Unable to load inner classes created by xmlbeans complier from within muse. 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/Organizatio > nU > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
