Any special reason for the class org.jibx.extras.TestRoundtrip not to
accept bindings names?

calling:
if (!runTest(args[base], null, fin, fout)) {
...

the method:
protected static boolean runTest(String mname, String bname, String fin,
        String fout) throws IOException, JiBXException,
XmlPullParserException {
...
if (bname == null) {
            bfact = BindingDirectory.getFactory(mclas);
} else {
            bfact = BindingDirectory.getFactory(bname, mclas);
}
...


Will always run without binding names, is it right?


Lucas Noleto De Arruda
Tata Consultancy Services
Mailto: lucasnoletode.arr...@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                  Business Solutions
                  Outsourcing
____________________________________________

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you




------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to