This content has been marked as final.
Show 1 reply
-
1. Re: Getting JBossXB support into the 4.0.x service deploymen
aloubyansky Feb 14, 2005 10:00 AM (in response to starksm64)"scott.stark@jboss.org" wrote:
In that regard, what is our state of support for:
- Parsing a JavaBean with no schema/dtd and property editors for the non-String types
W/o any source of binding customizations there is no choice but use the default binding rules that rely on XML name to Java identifier mapping algorythms and introspection. This is supported. There are tests in the testsuite for this.
You could also optionally override default bindings using binding API but there are limitations (see Adrian's thread) and the API is still in development and will be refactored to meet Adrian's needs."scott.stark@jboss.org" wrote:
- Parsing a JavaBean with a dtd for the attribute document fragment
- Parsing a JavaBean with a schema for the attribute document fragment
Fragments are not supported yet.
Also, JBossXB in 4.0 has not been updated for months now. There were and will be a lot of changes in HEAD.
I think, it would be better to fix the issues Adrian raised first. And then backport and use it in 4.0.x.