This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 113386 - Huge numeric literals are not displayed on diagram
Summary: Huge numeric literals are not displayed on diagram
Status: CLOSED WONTFIX
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: _ alexpetrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-21 16:56 UTC by Andrei Chistiakov
Modified: 2008-02-27 15:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2007-08-21 16:56:00 UTC
Reproduced in build 200708200000.

To reproduce the bug:
- create XSLT Service;
- add a numeric-literal on the diagram. Enter 20-digit integer, e.g. 99999999999999999999, value of the literal;
- bind the literal to a target node.

The literal disappears from the diagram.
Comment 1 Sergey Lunegov 2007-10-26 11:18:26 UTC
Will be addressed in Sierra.
Comment 2 _ alexpetrov 2008-02-15 17:12:01 UTC
See the last comment in the issue http://www.netbeans.org/issues/show_bug.cgi?id=126988.

XPath model uses jxpath library to parse expressions.
But jxpath1.1 and jxpath-1.2 libraries do not support numbers in scientific notations.

They fail with the following exception:
org.apache.commons.jxpath.JXPathException: Invalid XPath: '1.0E20'. Syntax error after: '1'

And we can do nothing with this.
Will not fix. 
Comment 3 _ alexpetrov 2008-02-15 17:13:06 UTC
See the last comment in the issue http://www.netbeans.org/issues/show_bug.cgi?id=126988.

XPath model uses jxpath library to parse expressions.
But jxpath1.1 and jxpath-1.2 libraries do not support numbers in scientific notations.

They fail with the following exception:
org.apache.commons.jxpath.JXPathException: Invalid XPath: '1.0E20'. Syntax error after: '1'

And we can do nothing with this.
Will not fix.