[jboss-dev-forums] [Design of JCA on JBoss] - Re: jaxb whitepsace handling

scott.stark@jboss.org do-not-reply at jboss.com
Thu Jul 12 11:09:10 EDT 2007


Its the tx-connection-factories-ds.xml that is being parsed, not the ra.xml so there is no schema associated with the file. I was able to resolve the issue by using the existing javax.xml.bind.annotation.adapters.CollapsedStringAdapter type adapter:


  |    /** The connectionDefinition */
  |    @XmlElement(name="connection-definition")
  |    @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
  |    protected String connectionDefinition;
  | 


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

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



More information about the jboss-dev-forums mailing list