How do i package utility classes / third party classes with my EAR that already contains about 648 session beans. These interfaces of these session beans use those utility classes.
 
When i try to deploy the EAR after including the utility classes as a simple jar in the EAR WLS 7 is unable to deploy and gives a NoClassDefFoundError.
 
I understand that one should package these sort of classes using the ejb-client-jar option. But some how even that is not working.
 
I do not want to keep these in the system class path as any pactch would mean restart of WLS which is highly undesirable.
 
Any solution is welcome.
 
Regards
Rohit

Reply via email to