Hide Forgot
Link type: Superset, Source: SOA-247, Destination: SOA-246 Date of First Response: 2007-12-21 15:57:08 project_key: SOA There are two required columns defined in jbossesb.xsd but there is no support for them in codebase <xsd:attribute name="insert-timestamp-column" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en"> Holds the timestamp when the record was inserted. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="message-column" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation xml:lang="en"> The field that holds the serialized message. </xsd:documentation> </xsd:annotation> </xsd:attribute> I have put nonsense values to them and they were completely ignored.
Link: Added: This issue incorporates SOA-246
It is used in the auto-generated config code (e.g., SqlMessageFilterDocument) and then in SqlListenerMapper.