• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

what is offending classes?

 
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

Can somebody help me explaining the offending classes?
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is not a technical term of any kind. The word "offending" can mean something like "guilty" in English; "the offending classes" could mean "the classes that are to blame for the problem" or "the classes that have something wrong with them." Did someone use this phrase in a discussion here, or in an article? Can you link to where you saw this phrase?
 
subodh gupta
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks

actually i was migrating my application from tomcat 5.x to tomcat 6.x and i was getting the offending classes error but i wasn't able to pinpoint the position than because it was to urgent i got the solution to put the loader property in context.xml and i done that.

Now i know what i did but didn't understood why that was happening that way.
[ January 28, 2008: Message edited by: subodh gupta ]
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The term doesn't mean anything to me either. If you ever see the error again, I recommend you copy the exact error message, including the stack trace. Then we might have a better chance of determining what it means.
 
subodh gupta
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
while i was trying to regenerate the problem i got the following error can you tell me how to get rid of this.
 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you think you have the right annotations ?? Can you paste the class here ?

Thanks
 
subodh gupta
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i can paste the method and i am not using annotations

 
Ranch Hand
Posts: 56
Python Windows Vista Flex
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jim Yingst wrote:The term doesn't mean anything to me either. If you ever see the error again, I recommend you copy the exact error message, including the stack trace. Then we might have a better chance of determining what it means.



just had this message 'cause i deployed a webapp containing the file j2ee.jar ... which is obviously wrong! ;)




 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic