On Thu, Jul 26, 2001 at 03:42:09PM -0700, Jason Dillon wrote:
> I am working on a build system proof of concept, that integrates cvs modules
> as sources instead of binaries.  Things are going well, but I have run into
> a few module dependency issues.  Currently there is only one that is causing
> a problem.
> 
> There is a circular dependency between jboss and jbosspool:
> 
>   1) JDBCDataSourceLoader(jboss) depends on JDBCPoolDataSource(jbosspool)
> 
>   2) XADataSourceLoader(jboss) depends on XAPoolDataSource(jbosspool)
> 
> I suggest moving the *Loader classes to the jbosspool module (with _no_
> package name changes) as the simple short-term solution to this problem.

That seems reasonable.  The *DataSourceLoader MBeans should be rewritten
to be simple wrappers for ConnectionFactoryLoader, at which point they
should live in jbosscx.

Toby.

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to