Hi,
Thanks for the prompt response.
The deploy is an ear file that contains an ejb jar, a war file and a sar file.
All three files and the ear file contain only metadata - xml files (ejb.xml,
web.xml etc. in the correct places) and no code at all. The application code is
deployed in a jar and
As Ales mentions, although its recommended to use jboss-classloading.xml in
AS5, using jboss-app.xml should perfectly work fine too.
anonymous wrote :
| I've been working on migration from jboss as4 to jboss as5 and hit the as5
specific classloading problem with my ejb's where the third party
"djordjevs" wrote :
| 1. Is it jboss-classloading.xml that I should be using in as 5 to isolate
my ear/ejb app from the same jar that come with the server?
|
Yes.
But the old config files should be still working,
hence can you post your example to our JBoss5 forum.
I know we had some issues