Converting .zip to .jar file did the trick. Thanks Dan!

--Baseer 

-----Original Message-----
From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 17, 2007 10:40 AM
To: [email protected]
Subject: RE: Unable to load inner classes created by xmlbeans complier
from within muse.

I believe the J2EE classloader will only pick up .class files under
WEB-INF/lib if they are part of a .jar file. just unzip the contents and
repackage with jar.

Dan



"Baseer Khan \(bakhan\)" <[EMAIL PROTECTED]> wrote on 01/17/2007 01:34:11
PM:

> 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/Organizat
> > io
> > 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]
> 


---------------------------------------------------------------------
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]

Reply via email to