<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
InfinispanConfiguration is JAXB based parser. I will remove the other
two and all related classes. <br>
The details you noticed Galder are intricacies of JAXB parsing. We
should always specify class from now on. I will still look if it is
possible to resolve this and have 100% compatibility with previous
parser - but believe me it is not always possible.<br>
<br>
On 8/4/09 1:59 PM, Manik Surtani wrote:
<blockquote cite="mid:9788131A-5573-48CF-A3AB-B46933065338@jboss.org"
 type="cite">
  <pre wrap="">A question for Vladimir, I believe.

On 4 Aug 2009, at 11:10, Galder Zamarreno wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

There's a bit of a mess now with regards to XmlConfigurationParser
implementations. There're now 3 of them:

AutomatedXmlConfigurationParserImpl
InfinispanConfiguration
XmlConfigurationParserImpl

Which one should we be using to parse XML configuration files from  
unit
tests?

The reason I'm asking is because parsing via InfinispanConfiguration
returns different results to parsing via previous
XmlConfigurationParserImpl.

For example: If XmlConfigurationParserImpl found a transport element  
but
transport class, it gave JGroupsTransport as default, hence a cluster
channel would be created. However, parsing via  
InfinispanConfiguration,
if no transportClass has been defined, no cluster channel is created.

We need to keep one and deprecate the others making sure we note  
things
like this, i.e. if no transport class is defined, by default we use
JGroupsTransport (something which IMO makes a lot of sense)

Cheers,
-- 
Galder Zamarre&ntilde;o
Sr. Software Engineer
Infinispan, JBoss Cache
_______________________________________________
infinispan-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/infinispan-dev">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
--
Manik Surtani
<a class="moz-txt-link-abbreviated" href="mailto:manik@jboss.org">manik@jboss.org</a>
Lead, Infinispan
Lead, JBoss Cache
<a class="moz-txt-link-freetext" href="http://www.infinispan.org">http://www.infinispan.org</a>
<a class="moz-txt-link-freetext" href="http://www.jbosscache.org">http://www.jbosscache.org</a>





_______________________________________________
infinispan-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/infinispan-dev">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a>
  </pre>
</blockquote>
<br>
</body>
</html>