Bug 777731 (SOA-247) - Required attrributes for SQL gateway not supported in codebase
Summary: Required attrributes for SQL gateway not supported in codebase
Keywords:
Status: CLOSED NOTABUG
Alias: SOA-247
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: JBossESB
Version: 4.2 IR9
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.2 Beta 2
Assignee: Mark Little
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-20 07:41 UTC by Jiri Pechanec
Modified: 2007-12-21 20:57 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
FC7/MySQL/soa-4.2.0.IR9.zip
Last Closed: 2007-12-21 20:57:09 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-247 0 None None None Never

Description Jiri Pechanec 2007-12-20 07:41:07 UTC
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.

Comment 1 Jiri Pechanec 2007-12-20 07:41:23 UTC
Link: Added: This issue incorporates SOA-246


Comment 2 Mark Little 2007-12-21 20:57:08 UTC
It is used in the auto-generated config code (e.g., SqlMessageFilterDocument) and then in SqlListenerMapper.


Note You need to log in before you can comment on or make changes to this bug.