Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ECLIPSE-485
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Charles Moulliard
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse IDE

Type "FixedLength" is not displayed in Fuse IDE

Created: 18/Jan/12 04:28 PM   Updated: 19/Sep/12 08:24 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

File Attachments: None
Image Attachments:

1. Screen shot 2012-01-18 at 17.11.50.png
(409 kB)


 Description  « Hide
See screenshot

This comes from the fact that Camel schema does not include this type

<xs:simpleType name="bindyType">
<xs:restriction base="xs:string">
<xs:enumeration value="Csv"/>
<xs:enumeration value="KeyValue"/>
</xs:restriction>
</xs:simpleType>



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Luis Valdez added a comment - 05/Jun/12 01:52 PM
Is there a corresponding bug in Camel to update the schema?