[jboss-dev-forums] [Design of JBossXB] - Re: Referencing the bean-deployer namespace from a custom me

alex.loubyansky@jboss.com do-not-reply at jboss.com
Thu Jul 9 09:45:24 EDT 2009


Property bound to an attribute must be of a type that XB knows how to (un)marshal from/to a simple value, e.g. a primitive type (or a wrapper) or String. 

   @XmlAttribute(name = "search")
  |    public void setSearch(SearchInfo search)

Is none of that. An adapter should be provided that will perform (un)marshalling from/to simple string values.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242630#4242630

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242630



More information about the jboss-dev-forums mailing list