Author |
Message |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 17, 2005 4:14 am Subject: Datetime Validation |
So after playing a little bit with the toolkit, I can see the properties of the date element
The instructions you wrote where alreay there...
If I do your instructions for the datetime ele ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 16, 2005 6:44 am Subject: Datetime Validation |
Hi elvis_gn,
thanks.
I selected the element under Element and Attributes - still the properties are empty !
Kind regards
devil |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 16, 2005 6:41 am Subject: Datetime Validation |
For all three steps you wrote: the property tab is empty.
If I take in the outline an element with a not "normal" type (a complex type e.g. "eanucc:QuantityType" I can click in the link top right in ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 16, 2005 4:01 am Subject: Datetime Validation |
Yes it is really emtpy.
Nothing is in it. No two parts, no tree,... it is empty.  |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 16, 2005 12:07 am Subject: Datetime Validation |
If I do this:
"In the Outline view ( bottom left ) select the Date element.
In the Editor view ( top right ) make sure that the Properties tab is selected. "
The top right part is empty. I a have ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 15, 2005 7:27 am Subject: Datetime Validation |
Hi Kimbert,
thanks for explaining the difference between validation and parsing.
Where can I set the 'DateTime Template' property on the Date element, instead of using the message set default t ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 14, 2005 5:18 am Subject: Datetime Validation |
1.
I got no error if I do it so: "When my input message contains the date/time 2005-06-17T11:30:13+02:00 and the DateTime Template is set to yyyy-MM-dd'T'HH:mm:ss". It is working fine! Why?
2.
... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 11, 2005 11:38 am Subject: Datetime Validation |
Hi kimbert, thank you. We decided to accept only YYYY!
But now I have a next question about this ... sorry
I find out that I can make the time zone optional if I change the xml schema defau ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 10, 2005 11:41 pm Subject: Datetime Validation |
Hi kimbert,
sorry I didn't read the last statement before my...
MMh that means I can not change it? And I have to live with the '05' in the in the output or I do not allow the year '05' in the in ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 10, 2005 6:36 am Subject: Datetime Validation |
Why should the stylesheet delete the two first characters, if the input year is '05' and why not if the input year is '2005'?
The line about the date in stylesheet looks so:
<xsl:value-of selec ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 10, 2005 5:34 am Subject: Datetime Validation |
Yes maybe,
but if the year before the validation is already '2005' than it stays '2005' and stylesheet will not change it to '05'.
Do you know what i mean?[/b] |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 10, 2005 5:22 am Subject: Datetime Validation |
HEI it is WORKING now !!!!!! Thank you!
Unfortunately I have another problem for this...
I tried this in another flow as well and there it is working fine with year now !
But in this flow is ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 10, 2005 12:55 am Subject: Datetime Validation |
Sorry about my incomprehensible wording .
In my message flow I get in an EANUCCXML message, the input node should validate it against the MRM -CwXML Message set, in the flow we write the con ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 09, 2005 5:41 am Subject: Datetime Validation |
With message set validation I mean that I have in my flow an input node and in this input node it will validates the message against the message set.
And so the message has behind the input node this ... |
Topic: Datetime Validation |
devil1998
Replies: 30 Views: 13592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 09, 2005 1:17 am Subject: Datetime Validation |
Hi,
I get an XML message with the following datetime:
'05-06-17T11:30:13+02:00'.
Unfortunately during the message set validation it makes from the year '05' the year '0005' - but it should be '20 ... |