war
|-->ejb-jar
| |-->dependent-jar
|-->dependent-jar
with the following archive layout:
ear
|--war
|--ejb-jar
|--dependent-jar
/Johan
Den 2003-01-23 10.56, skrev "Rohit Parik" <[EMAIL PROTECTED]>:
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
