Make sure there is exactly one copy of Castor available to your jboss and use a recent jboss (3.0.1 final or a cvs version). This problem is usually caused by 2 copies of the classes being loaded. You can cause this by supplying 2 copies yourself, and some versions of jboss had a bug where they often produced 2 classloaders for each deployed package.
david jencks On 2002.08.19 07:27:59 -0400 Arijit Ghosh wrote: > ERROR [LogInterceptor] TransactionRolledbackException, causedBy: > java.lang.IllegalAccessError: try to access method > org.exolab.castor.mapping.loa > der.ClassDescriptorImpl.<init>(Ljava/lang/Class;)V from class > org.exolab.castor. > mapping.loader.MappingLoader > at > org.exolab.castor.mapping.loader.MappingLoader.<clinit>(MappingLoader > > > Any suggestions for the above error ? > > > Regards, > Arijit > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
