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

Summary: Too short labels in bpel editor blocks
Product: soa Reporter: nikolais <nikolais>
Component: BPELAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker CC: nikolais
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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