<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1"><tt>I have been quite frequently running into
classloading problems while working with AS7. It's mainly a result of
not having the correct dependencies setup in my module.xml. For
example, if I have class which imports some classes from
jboss-common-core module (let's assume that's the name) and some other
classes from jboss-transaction-integration module then the build
completes successfully and it's only during runtime that I start
running into CNFE and/or NCDFE issues. I then I have to individually
track down these dependencies *one at a time* and then go back to add
it as a dependency in my module.xml.<br>
<br>
Is there any better way to manage this? </tt></font><font size="-1"><tt>I
am aware that just adding anything and everything in the module.xml
isn't a right approach, but </tt></font><font size="-1"><tt>atleast
for classes which are directly imported into other classes of a module,
it would be better to somehow automate (or better manage) the process
of setting up the module.xml. That would atleast minimize the time
spent in fixing the module.xml by trial and error method. Thoughts?<br>
<br>
-Jaikiran<br>
</tt></font>
</body>
</html>