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 174510 - Too short labels in bpel editor blocks
Summary: Too short labels in bpel editor blocks
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 08:31 UTC by nikolais
Modified: 2009-12-02 03:26 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 nikolais 2009-10-14 08:31:00 UTC
Labels (names) of blocks in the BPEL editor (Design View) are too short. Only 6-8 characters are displayed. It is not
enough for such a common usecase when you give names started with verb to action blocks (for example: names for Invoke
blocks "NotifyMessaging" and "NotifyMergeSubsys" are truncated to "NotifyMe..." in a diagram representation and also in
a pdf report generated for BPEL process). It greatly misleads while presenting the diagram.
Comment 1 nikolais 2009-12-01 06:54:49 UTC
anybody home? :)

Is there any plan to fix this?
Comment 2 Sergey Lunegov 2009-12-01 07:43:09 UTC
Unfortunately no plans to fix it in current release.
Comment 3 nikolais 2009-12-01 08:47:38 UTC
Sergey,
I'll try to fix it by myself. Could you be so kind as to point me to any spec, doc or source code which could be useful for that.
Thanks in advance.
Comment 4 Sergey Lunegov 2009-12-02 03:26:42 UTC
Nikolais,

try to follow the steps:
Get sources from Mercurial repositary:

http://hg.netbeans.org/soa-dev65

$ mkdir home
$ cd home
$ hg -v clone http://hg.netbeans.org/soa-dev65
$ cd soa-dev65

 Steps to build

For Windows:

$ set ANT_HOME=
$ set ANT_OPTS=-Xmx512m
$ set JAVA_HOME=

For Unix:

$ export ANT_HOME=
$ export ANT_OPTS=-Xmx512m
$ export JAVA_HOME=

Start build process:

$ ant

This downloads and expands the NetBeans binary and builds SOA modules.
The folder home/soa-dev65/nbbuild/netbeans will contain the NetBeans with built SOA modules.

Notes:

    * Action 'ant build' builds modules (doesn't clean and download the NetBeans binary).
    * Action 'ant clean' cleans all SOA modules