Re: [jibx-users] bug

2015-06-07 Thread Marvin Wolfthal
Excuse my idiocy, of course you can't generate a package name with a Java keyword in it. Any idea why this would cause the maven plugin to fail code-gen? It doesn't like import. If I change it to impor it works. xmlns:exp= http://www.xyz.org/utils/dbsvn/config/schema/import

Re: [jibx-users] [Bug?] JIBX Incorrect Value Conversion for ByteArray

2010-10-11 Thread Dennis Sosnoski
Hi Jack, Looks like a BindGen bug. You might want to create a Jira to make sure this is corrected for 1.2.3. - Dennis Dennis M. Sosnoski XML and Web Services in Java Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ

Re: [jibx-users] Bug in UTF8StreamWriter.writeTextContent(String text) ?

2006-05-10 Thread Dennis Sosnoski
Hi Stefano, Your fix looks right to me. I'm trying to recreate the problem in a test case now (and having a hard time for some unknown reason). I'll verify and add the fix in the 1.1 code. The same code is used in all the stream writer variations, so the fix needs to apply to all as well.

Re: [jibx-users] bug in GenericXMLWriter.java

2005-05-02 Thread Dennis Sosnoski
Thanks for pointing this out, I correct it in the CVS code. - Dennis Jitesh Doshi wrote: I think I might have found a bug in GenericXMLWriter.java. The following line ... protected void writePrefix(int index) throws IOException { try { String text = m_prefixes[index]; ...