Hi, I currently have two questions about the Jaxme 0.5.1 release:
1. I have been using the lib for creating bindings in situation where I have a single schema, as well as when I have multiple schemas combined through <xs:import/> tags. Scenario one works pretty well, scenario does not! What happen is, that though both schemas include <jaxb:package name="org.foo.bar"> tags - each pointing to a different package - the importing schema will use its own package name to prefix the classes generated for the imported schema, rather than using the package name defined in the latter. Is this something that is due to me using xjc in wrong way, or is this a bug? I fixed the problem in the generated code manually, by find/replacing all occurences of the wrong package names in the classes for the importing schema. After that, everything works as expted. 2. I thought about looking myself into the code, but didn't succeed in acquiring a compilable distribution. Those which I got as a tar archive had missing imports which seemed to belong the tar itself, the SVN looked as if it contained the 0.4 version, and the CVS link on the site always returns "connection refused". Sorry to ask this, but: What am I doing wrong? Kind regards, Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
