| Summary: | Required attrributes for SQL gateway not supported in codebase | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Jiri Pechanec <jpechane> |
| Component: | JBossESB | Assignee: | Mark Little <mark.little> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.2 IR9 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.2 Beta 2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-247 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
FC7/MySQL/soa-4.2.0.IR9.zip
|
|
| Last Closed: | 2007-12-21 20:57:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Link: Added: This issue incorporates SOA-246 It is used in the auto-generated config code (e.g., SqlMessageFilterDocument) and then in SqlListenerMapper. |
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.