[JBoss-dev] Re: Library dependencies/updates for jboss-4.0.5.GA

Dimitris Andreadis dimitris at jboss.org
Tue Sep 19 11:46:42 EDT 2006


I think we should take the jarjar approach. Later, we could change to
use the jaxp APIs.

In the (unlikely) event we break somebody, he could change to the other
CTOR:

public XMBean(Object resource, org.w3c.dom.Element element, String
version)

> -----Original Message-----
> From: jboss-development-bounces at lists.jboss.org 
> [mailto:jboss-development-bounces at lists.jboss.org] On Behalf 
> Of Scott M Stark
> Sent: Tuesday, September 19, 2006 5:49 PM
> To: Adrian Brock
> Cc: JBoss.org development list
> Subject: Re: [JBoss-dev] Re: Library dependencies/updates for 
> jboss-4.0.5.GA
> 
> Ok, but there are zero uses of that ctor in the codebase. Its 
> going to be broken one way or another if you jarjar or revert 
> to the jaxp apis.
> 
> Adrian Brock wrote:
> > org.dom4j.Element element = ...
> > XMBean mbean = new XMBean(object, element, version); 
> > server.registerMBean(mbean);
> >
> > Won't work if it is org.jboss.dom4j.Element
> >
> >   
> 
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
> 




More information about the jboss-development mailing list