[jibx-users] binding.xsd

2004-07-13 Thread Thomas Jones-Low
I finally loaded the JiBX beta 3c and am in the process of testing it. I'm using Oracle's JDeveloper release 10g, and some of the nice features it comes with. I'm posting this as a matter of discussion rather than as bugs, but I'll post the bugs if needed. In order to get JDev to accept the

Re: [jibx-users] binding.xsd

2004-07-13 Thread Dennis Sosnoski
Hi Thomas, With the current code you could probably do this by changing the two URI definitions at the start of org.jibx.compile.def.BindingBuilder, since I think that's the only place where the names are referenced. It may or may not be possible to do this in the future with beta 4 - certainly

Re: [jibx-users] binding.xsd

2004-07-13 Thread Thomas Jones-Low
Dennis Sosnoski wrote: Hi Thomas, The real solution is to get Oracle to fix JDeveloper. If it won't work with noNamespaceSchemas, it's broken. End of story. I don't know of any other tools that have this problem. For my own work with XML documents using schemas I generally just use jEdit with

Re: [jibx-users] binding.xsd

2004-07-13 Thread Dennis Sosnoski
Thomas Jones-Low wrote: Dennis Sosnoski wrote: Hi Thomas, The real solution is to get Oracle to fix JDeveloper. If it won't work with noNamespaceSchemas, it's broken. End of story. I don't know of any other tools that have this problem. For my own work with XML documents using schemas I